mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
17 lines
321 B
NASM
17 lines
321 B
NASM
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 |