mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-05-06 21:06:00 -05:00
Some checks failed
CI / build (push) Has been cancelled
Corrects Baadon to Birdon, Bull Forest to Blue Forest, Haiteku to HighTech, and Shizukana Oka to Silent Hills.
52 lines
1.2 KiB
NASM
52 lines
1.2 KiB
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/dummy_text_pointers.asm", ROMX
|
|
OldCity_TextPointers::
|
|
West_TextPointers::
|
|
HighTech_TextPointers::
|
|
Font_TextPointers::
|
|
Birdon_TextPointers::
|
|
Newtype_TextPointers::
|
|
Sugar_TextPointers::
|
|
BlueForest_TextPointers::
|
|
Stand_TextPointers::
|
|
Kanto_TextPointers::
|
|
Prince_TextPointers::
|
|
MtFuji_TextPointers::
|
|
South_TextPointers::
|
|
North_TextPointers::
|
|
Route2_TextPointers::
|
|
HighTechWestRoute_TextPointers::
|
|
HighTechWestRouteOcean_TextPointers::
|
|
FontRoute1_TextPointers::
|
|
FontRoute6_TextPointers::
|
|
FontRoute2_TextPointers::
|
|
FontRoute4_TextPointers::
|
|
FontRoute3_TextPointers::
|
|
BirdonRoute1_TextPointers::
|
|
BirdonRoute2_TextPointers::
|
|
BirdonRoute3_TextPointers::
|
|
Route15_TextPointers::
|
|
NewtypeRoute_TextPointers::
|
|
Route18_TextPointers::
|
|
BlueForestRoute1_TextPointers::
|
|
SugarRoute_TextPointers::
|
|
BlueForestRoute2_TextPointers::
|
|
StandRoute_TextPointers::
|
|
KantoEastRoute_TextPointers::
|
|
RouteSilentEast_TextPointers::
|
|
PrinceRoute_TextPointers::
|
|
MtFujiRoute_TextPointers::
|
|
FontRoute5_TextPointers::
|
|
BlueForestRoute3_TextPointers::
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|
|
dw GameFreakText
|