blob: 1461a0707c60f7b4e704861f8f7b035a7b27a02b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|