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/CaveMinecarts7.asm", ROMX
|
|
|
|
CaveMinecarts7ScriptLoader:: ; bcff1 (2f:4ff1)
|
|
ret
|
|
|
|
CaveMinecarts7TextPointers:: ; bcff2 (2f:4ff2)
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |