blob: d295c26d137ed6629fd2d5b2fbdba44b40e27034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/RuinsOfAlphEntrance.asm", ROMX
RuinsOfAlphEntranceScriptLoader:: ; bc3c6 (2f:43c6)
ret
RuinsOfAlphEntranceTextPointers:: ; bc3c7 (2f:43c7)
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
|