diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-03-03 11:39:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 11:39:30 -0500 |
| commit | d52f69e5727481cc2f52dfac24fa14561229780b (patch) | |
| tree | d8b83b0b6eb5016da8162896027485d60f13670e /maps/placeholder/dummy_text_pointers.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
| parent | 6e2bc25eb54c4e182b5a02e68755d672902b9855 (diff) | |
Merge pull request #52 from luckytyphlosion/master
Re-organize map directory structure and disassemble remaining maps.
Diffstat (limited to 'maps/placeholder/dummy_text_pointers.asm')
| -rw-r--r-- | maps/placeholder/dummy_text_pointers.asm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/maps/placeholder/dummy_text_pointers.asm b/maps/placeholder/dummy_text_pointers.asm new file mode 100644 index 0000000..369f1cf --- /dev/null +++ b/maps/placeholder/dummy_text_pointers.asm @@ -0,0 +1,52 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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 |
