mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 23:10:52 -05:00
17 lines
318 B
NASM
17 lines
318 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/CaveMinecarts6.asm", ROMX
|
|
|
|
CaveMinecarts6ScriptLoader:: ; bcf1a (2f:4f1a)
|
|
ret
|
|
|
|
CaveMinecarts6TextPointers:: ; bcf1b (2f:4f1b)
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |