blob: 6ed231bc140b1d82285e897d25f142694ccc83b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/placeholder/RuinsOfAlphMain.asm", ROMX
RuinsOfAlphMainScriptLoader:: ; bc68c (2f:468c)
ret
RuinsOfAlphMainTextPointers:: ; bc68d (2f:468d)
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
|