mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-23 10:35:04 -05:00
52 lines
1.2 KiB
NASM
52 lines
1.2 KiB
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/dummy_text_pointers.asm", ROMX
|
|
; d8000 (36:4000)
|
|
OldCityTextPointers::
|
|
WestTextPointers::
|
|
HaitekuTextPointers::
|
|
FontoTextPointers::
|
|
BaadonTextPointers::
|
|
NewtypeTextPointers::
|
|
SugarTextPointers::
|
|
BullForestTextPointers::
|
|
StandTextPointers::
|
|
KantoTextPointers::
|
|
PrinceTextPointers::
|
|
MtFujiTextPointers::
|
|
SouthTextPointers::
|
|
NorthTextPointers::
|
|
Route2TextPointers::
|
|
HaitekuWestRouteTextPointers::
|
|
HaitekuWestRouteOceanTextPointers::
|
|
FontoRoute1TextPointers::
|
|
FontoRoute6TextPointers::
|
|
FontoRoute2TextPointers::
|
|
FontoRoute4TextPointers::
|
|
FontoRoute3TextPointers::
|
|
BaadonRoute1TextPointers::
|
|
BaadonRoute2TextPointers::
|
|
BaadonRoute3TextPointers::
|
|
Route15TextPointers::
|
|
NewtypeRouteTextPointers::
|
|
Route18TextPointers::
|
|
BullForestRoute1TextPointers::
|
|
SugarRouteTextPointers::
|
|
BullForestRoute2TextPointers::
|
|
StandRouteTextPointers::
|
|
KantoEastRouteTextPointers::
|
|
RouteSilentEastTextPointers::
|
|
PrinceRouteTextPointers::
|
|
MtFujiRouteTextPointers::
|
|
FontoRoute5TextPointers::
|
|
BullForestRoute3TextPointers::
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |