diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
| commit | 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (patch) | |
| tree | d5eec033243b0031afd3a82d47bbe1b7779d1675 /maps/dummy_text_pointers.asm | |
| parent | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (diff) | |
Add all dummy scripts.
Diffstat (limited to 'maps/dummy_text_pointers.asm')
| -rw-r--r-- | maps/dummy_text_pointers.asm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/maps/dummy_text_pointers.asm b/maps/dummy_text_pointers.asm new file mode 100644 index 0000000..5d66925 --- /dev/null +++ b/maps/dummy_text_pointers.asm @@ -0,0 +1,52 @@ +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
\ No newline at end of file |
