blob: bb96c6f48c45f3c75efe155182d774850b516646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/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
|