mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 21:34:28 -04:00
17 lines
318 B
NASM
17 lines
318 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/CaveMinecarts3.asm", ROMX
|
|
|
|
CaveMinecarts3ScriptLoader:: ; bcb2d (2f:4b2d)
|
|
ret
|
|
|
|
CaveMinecarts3TextPointers:: ; bcb2e (2f:4b2e)
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |