diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-22 09:20:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-22 09:20:33 -0400 |
| commit | a586811e197d2a28d3a08dff03548fb69342da96 (patch) | |
| tree | d5eec033243b0031afd3a82d47bbe1b7779d1675 /maps | |
| parent | 5ec276e7c77244befe0b6c9931cda191aa3818b6 (diff) | |
| parent | 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (diff) | |
Merge pull request #38 from luckytyphlosion/section-reorg
Add linkerscript to replace completely anonymous sections.
Diffstat (limited to 'maps')
455 files changed, 5040 insertions, 705 deletions
diff --git a/maps/Baadon.asm b/maps/Baadon.asm new file mode 100644 index 0000000..875349f --- /dev/null +++ b/maps/Baadon.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Baadon.asm", ROMX + +BaadonScriptLoader:: ; d89f7 (36:49f7) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BaadonHouse1.asm b/maps/BaadonHouse1.asm new file mode 100644 index 0000000..d72d5d8 --- /dev/null +++ b/maps/BaadonHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonHouse1.asm", ROMX + +BaadonHouse1ScriptLoader:: ; 9cade (27:4ade) + ret + +BaadonHouse1TextPointers:: ; 9cadf (27:4adf) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonHouse2.asm b/maps/BaadonHouse2.asm new file mode 100644 index 0000000..57ad4bf --- /dev/null +++ b/maps/BaadonHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonHouse2.asm", ROMX + +BaadonHouse2ScriptLoader:: ; 9cb81 (27:4b81) + ret + +BaadonHouse2TextPointers:: ; 9cb82 (27:4b82) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonLeague1F.asm b/maps/BaadonLeague1F.asm new file mode 100644 index 0000000..49a7f8a --- /dev/null +++ b/maps/BaadonLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonLeague1F.asm", ROMX + +BaadonLeague1FScriptLoader:: ; 9cc22 (27:4c22) + ret + +BaadonLeague1FTextPointers:: ; 9cc23 (27:4c23) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonLeague2F.asm b/maps/BaadonLeague2F.asm new file mode 100644 index 0000000..0fe866b --- /dev/null +++ b/maps/BaadonLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonLeague2F.asm", ROMX + +BaadonLeague2FScriptLoader:: ; 9ccc2 (27:4cc2) + ret + +BaadonLeague2FTextPointers:: ; 9ccc3 (27:4cc3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonMart.asm b/maps/BaadonMart.asm new file mode 100644 index 0000000..39808c8 --- /dev/null +++ b/maps/BaadonMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonMart.asm", ROMX + +BaadonMartScriptLoader:: ; 9c988 (27:4988) + ret + +BaadonMartTextPointers:: ; 9c989 (27:4989) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonPokecenter1F.asm b/maps/BaadonPokecenter1F.asm new file mode 100644 index 0000000..be3b377 --- /dev/null +++ b/maps/BaadonPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonPokecenter1F.asm", ROMX + +BaadonPokecenter1FScriptLoader:: ; 9ca0f (27:4a0f) + ret + +BaadonPokecenter1FTextPointers:: ; 9ca10 (27:4a10) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonPokecenter2F.asm b/maps/BaadonPokecenter2F.asm new file mode 100644 index 0000000..7e3a0b2 --- /dev/null +++ b/maps/BaadonPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonPokecenter2F.asm", ROMX + +BaadonPokecenter2FScriptLoader:: ; 9ca88 (27:4a88) + ret + +BaadonPokecenter2FTextPointers:: ; 9ca89 (27:4a89) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonRoute1.asm b/maps/BaadonRoute1.asm new file mode 100644 index 0000000..43a1a39 --- /dev/null +++ b/maps/BaadonRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonRoute1.asm", ROMX + +BaadonRoute1ScriptLoader:: ; da601 (36:6601) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BaadonRoute2.asm b/maps/BaadonRoute2.asm new file mode 100644 index 0000000..d9adb7a --- /dev/null +++ b/maps/BaadonRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonRoute2.asm", ROMX + +BaadonRoute2ScriptLoader:: ; da7ed (36:67ed) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BaadonRoute3.asm b/maps/BaadonRoute3.asm new file mode 100644 index 0000000..728790e --- /dev/null +++ b/maps/BaadonRoute3.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonRoute3.asm", ROMX + +BaadonRoute3ScriptLoader:: ; da8d9 (36:68d9) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BaadonRouteGateNewtype.asm b/maps/BaadonRouteGateNewtype.asm new file mode 100644 index 0000000..99ac2bb --- /dev/null +++ b/maps/BaadonRouteGateNewtype.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonRouteGateNewtype.asm", ROMX + +BaadonRouteGateNewtypeScriptLoader:: ; 9cd78 (27:4d78) + ret + +BaadonRouteGateNewtypeTextPointers:: ; 9cd79 (27:4d79) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonRouteGateWest.asm b/maps/BaadonRouteGateWest.asm new file mode 100644 index 0000000..6f739c0 --- /dev/null +++ b/maps/BaadonRouteGateWest.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonRouteGateWest.asm", ROMX + +BaadonRouteGateWestScriptLoader:: ; 9cd1d (27:4d1d) + ret + +BaadonRouteGateWestTextPointers:: ; 9cd1e (27:4d1e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BaadonWallpaperHouse.asm b/maps/BaadonWallpaperHouse.asm new file mode 100644 index 0000000..359170e --- /dev/null +++ b/maps/BaadonWallpaperHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BaadonWallpaperHouse.asm", ROMX + +BaadonWallpaperHouseScriptLoader:: ; 9cb27 (27:4b27) + ret + +BaadonWallpaperHouseTextPointers:: ; 9cb28 (27:4b28) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullForest.asm b/maps/BullForest.asm new file mode 100644 index 0000000..45b9084 --- /dev/null +++ b/maps/BullForest.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForest.asm", ROMX + +BullForestScriptLoader:: ; d8f26 (36:4f26) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BullForestRoute1.asm b/maps/BullForestRoute1.asm new file mode 100644 index 0000000..1839665 --- /dev/null +++ b/maps/BullForestRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForestRoute1.asm", ROMX + +BullForestRoute1ScriptLoader:: ; dad8d (36:6d8d) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BullForestRoute1House.asm b/maps/BullForestRoute1House.asm new file mode 100644 index 0000000..ce5a06d --- /dev/null +++ b/maps/BullForestRoute1House.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForestRoute1House.asm", ROMX + +BullForestRoute1HouseScriptLoader:: ; 9d804 (27:5804) + ret + +BullForestRoute1HouseTextPointers:: ; 9d805 (27:5805) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullForestRoute2.asm b/maps/BullForestRoute2.asm new file mode 100644 index 0000000..a09ae99 --- /dev/null +++ b/maps/BullForestRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForestRoute2.asm", ROMX + +BullForestRoute2ScriptLoader:: ; db019 (36:7019) + ret + + db "@"
\ No newline at end of file diff --git a/maps/BullForestRoute3.asm b/maps/BullForestRoute3.asm new file mode 100644 index 0000000..65b6d6c --- /dev/null +++ b/maps/BullForestRoute3.asm @@ -0,0 +1,10 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForestRoute3.asm", ROMX + +BullForestRoute3ScriptLoader:: ; db666 (36:7666) + ret + + db "@" + + ret
\ No newline at end of file diff --git a/maps/BullForestRouteGateStand.asm b/maps/BullForestRouteGateStand.asm new file mode 100644 index 0000000..217a7f2 --- /dev/null +++ b/maps/BullForestRouteGateStand.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullForestRouteGateStand.asm", ROMX + +BullForestRouteGateStandScriptLoader:: ; 9d85f (27:585f) + ret + +BullForestRouteGateStandTextPointers:: ; 9d860 (27:5860) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullHouse1.asm b/maps/BullHouse1.asm new file mode 100644 index 0000000..695a9ba --- /dev/null +++ b/maps/BullHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullHouse1.asm", ROMX + +BullHouse1ScriptLoader:: ; 9d935 (27:5935) + ret + +BullHouse1TextPointers:: ; 9d936 (27:5936) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullHouse2.asm b/maps/BullHouse2.asm new file mode 100644 index 0000000..2557d9d --- /dev/null +++ b/maps/BullHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullHouse2.asm", ROMX + +BullHouse2ScriptLoader:: ; 9d98f (27:598f) + ret + +BullHouse2TextPointers:: ; 9d990 (27:5990) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullHouse3.asm b/maps/BullHouse3.asm new file mode 100644 index 0000000..bee8ee7 --- /dev/null +++ b/maps/BullHouse3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullHouse3.asm", ROMX + +BullHouse3ScriptLoader:: ; 9d9e9 (27:59e9) + ret + +BullHouse3TextPointers:: ; 9d9ea (27:59ea) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullHouse4.asm b/maps/BullHouse4.asm new file mode 100644 index 0000000..60492f0 --- /dev/null +++ b/maps/BullHouse4.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullHouse4.asm", ROMX + +BullHouse4ScriptLoader:: ; 9dc84 (27:5c84) + ret + +BullHouse4TextPointers:: ; 9dc85 (27:5c85) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullLeague1F.asm b/maps/BullLeague1F.asm new file mode 100644 index 0000000..235f1cc --- /dev/null +++ b/maps/BullLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullLeague1F.asm", ROMX + +BullLeague1FScriptLoader:: ; 9db97 (27:5b97) + ret + +BullLeague1FTextPointers:: ; 9db98 (27:5b98) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullLeague2F.asm b/maps/BullLeague2F.asm new file mode 100644 index 0000000..c8e8702 --- /dev/null +++ b/maps/BullLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullLeague2F.asm", ROMX + +BullLeague2FScriptLoader:: ; 9dc37 (27:5c37) + ret + +BullLeague2FTextPointers:: ; 9dc38 (27:5c38) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullMart.asm b/maps/BullMart.asm new file mode 100644 index 0000000..f2b64c5 --- /dev/null +++ b/maps/BullMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullMart.asm", ROMX + +BullMartScriptLoader:: ; 9d8df (27:58df) + ret + +BullMartTextPointers:: ; 9d8e0 (27:58e0) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullPokecenter1F.asm b/maps/BullPokecenter1F.asm new file mode 100644 index 0000000..50f4b3b --- /dev/null +++ b/maps/BullPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullPokecenter1F.asm", ROMX + +BullPokecenter1FScriptLoader:: ; 9da7d (27:5a7d) + ret + +BullPokecenter1FTextPointers:: ; 9da7e (27:5a7e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/BullPokecenter2F.asm b/maps/BullPokecenter2F.asm new file mode 100644 index 0000000..5491efd --- /dev/null +++ b/maps/BullPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/BullPokecenter2F.asm", ROMX + +BullPokecenter2FScriptLoader:: ; 9daf6 (27:5af6) + ret + +BullPokecenter2FTextPointers:: ; 9daf7 (27:5af7) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/CaveMinecarts1.asm b/maps/CaveMinecarts1.asm new file mode 100644 index 0000000..f38d60b --- /dev/null +++ b/maps/CaveMinecarts1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts1.asm", ROMX + +CaveMinecarts1ScriptLoader:: ; bc817 (2f:4817) + ret + +CaveMinecarts1TextPointers:: ; bc818 (2f:4818) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts2.asm b/maps/CaveMinecarts2.asm new file mode 100644 index 0000000..2533cb0 --- /dev/null +++ b/maps/CaveMinecarts2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts2.asm", ROMX + +CaveMinecarts2ScriptLoader:: ; bc9a2 (2f:49a2) + ret + +CaveMinecarts2TextPointers:: ; bc9a3 (2f:49a3) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts3.asm b/maps/CaveMinecarts3.asm new file mode 100644 index 0000000..1461a07 --- /dev/null +++ b/maps/CaveMinecarts3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts3.asm", ROMX + +CaveMinecarts3ScriptLoader:: ; bcb2d (2f:4b2d) + ret + +CaveMinecarts3TextPointers:: ; bcb2e (2f:4b2e) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts4.asm b/maps/CaveMinecarts4.asm new file mode 100644 index 0000000..3917fe5 --- /dev/null +++ b/maps/CaveMinecarts4.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts4.asm", ROMX + +CaveMinecarts4ScriptLoader:: ; bccb8 (2f:4cb8) + ret + +CaveMinecarts4TextPointers:: ; bccb9 (2f:4cb9) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts5.asm b/maps/CaveMinecarts5.asm new file mode 100644 index 0000000..6db1e5a --- /dev/null +++ b/maps/CaveMinecarts5.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts5.asm", ROMX + +CaveMinecarts5ScriptLoader:: ; bce43 (2f:4e43) + ret + +CaveMinecarts5TextPointers:: ; bce44 (2f:4e44) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts6.asm b/maps/CaveMinecarts6.asm new file mode 100644 index 0000000..018174b --- /dev/null +++ b/maps/CaveMinecarts6.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts6.asm", ROMX + +CaveMinecarts6ScriptLoader:: ; bcf1a (2f:4f1a) + ret + +CaveMinecarts6TextPointers:: ; bcf1b (2f:4f1b) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/CaveMinecarts7.asm b/maps/CaveMinecarts7.asm new file mode 100644 index 0000000..3e7df0e --- /dev/null +++ b/maps/CaveMinecarts7.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/CaveMinecarts7.asm", ROMX + +CaveMinecarts7ScriptLoader:: ; bcff1 (2f:4ff1) + ret + +CaveMinecarts7TextPointers:: ; bcff2 (2f:4ff2) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/Fonto.asm b/maps/Fonto.asm new file mode 100644 index 0000000..0cc5364 --- /dev/null +++ b/maps/Fonto.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Fonto.asm", ROMX + +FontoScriptLoader:: ; d88f1 (36:48f1) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoHouse.asm b/maps/FontoHouse.asm new file mode 100644 index 0000000..7e46147 --- /dev/null +++ b/maps/FontoHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoHouse.asm", ROMX + +FontoHouseScriptLoader:: ; 9c794 (27:4794) + ret + +FontoHouseTextPointers:: ; 9c795 (27:4795) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoLab.asm b/maps/FontoLab.asm new file mode 100644 index 0000000..ca2145b --- /dev/null +++ b/maps/FontoLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoLab.asm", ROMX + +FontoLabScriptLoader:: ; 9c908 (27:4908) + ret + +FontoLabTextPointers:: ; 9c909 (27:4909) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoMart.asm b/maps/FontoMart.asm new file mode 100644 index 0000000..071a43c --- /dev/null +++ b/maps/FontoMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoMart.asm", ROMX + +FontoMartScriptLoader:: ; 9c73a (27:473a) + ret + +FontoMartTextPointers:: ; 9c73b (27:473b) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoPokecenter1F.asm b/maps/FontoPokecenter1F.asm new file mode 100644 index 0000000..58603bc --- /dev/null +++ b/maps/FontoPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoPokecenter1F.asm", ROMX + +FontoPokecenter1FScriptLoader:: ; 9c828 (27:4828) + ret + +FontoPokecenter1FTextPointers:: ; 9c829 (27:4829) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoPokecenter2F.asm b/maps/FontoPokecenter2F.asm new file mode 100644 index 0000000..9206ea1 --- /dev/null +++ b/maps/FontoPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoPokecenter2F.asm", ROMX + +FontoPokecenter2FScriptLoader:: ; 9c8a1 (27:48a1) + ret + +FontoPokecenter2FTextPointers:: ; 9c8a2 (27:48a2) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoRocketHouse.asm b/maps/FontoRocketHouse.asm new file mode 100644 index 0000000..7b61408 --- /dev/null +++ b/maps/FontoRocketHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRocketHouse.asm", ROMX + +FontoRocketHouseScriptLoader:: ; 9c6ba (27:46ba) + ret + +FontoRocketHouseTextPointers:: ; 9c6bb (27:46bb) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoRoute1.asm b/maps/FontoRoute1.asm new file mode 100644 index 0000000..c4c83a4 --- /dev/null +++ b/maps/FontoRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute1.asm", ROMX + +FontoRoute1ScriptLoader:: ; da081 (36:6081) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRoute2.asm b/maps/FontoRoute2.asm new file mode 100644 index 0000000..f05f478 --- /dev/null +++ b/maps/FontoRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute2.asm", ROMX + +FontoRoute2ScriptLoader:: ; da2c4 (36:62c4) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRoute3.asm b/maps/FontoRoute3.asm new file mode 100644 index 0000000..501d4ca --- /dev/null +++ b/maps/FontoRoute3.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute3.asm", ROMX + +FontoRoute3ScriptLoader:: ; da4bb (36:64bb) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRoute4.asm b/maps/FontoRoute4.asm new file mode 100644 index 0000000..0dfbb45 --- /dev/null +++ b/maps/FontoRoute4.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute4.asm", ROMX + +FontoRoute4ScriptLoader:: ; da3b0 (36:63b0) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRoute5.asm b/maps/FontoRoute5.asm new file mode 100644 index 0000000..27c5207 --- /dev/null +++ b/maps/FontoRoute5.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute5.asm", ROMX + +FontoRoute5ScriptLoader:: ; db52e (36:752e) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRoute6.asm b/maps/FontoRoute6.asm new file mode 100644 index 0000000..2b872c0 --- /dev/null +++ b/maps/FontoRoute6.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRoute6.asm", ROMX + +FontoRoute6ScriptLoader:: ; da1e6 (36:61e6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/FontoRouteGate1.asm b/maps/FontoRouteGate1.asm new file mode 100644 index 0000000..0a60eec --- /dev/null +++ b/maps/FontoRouteGate1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRouteGate1.asm", ROMX + +FontoRouteGate1ScriptLoader:: ; 9c577 (27:4577) + ret + +FontoRouteGate1TextPointers:: ; 9c578 (27:4578) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoRouteGate2.asm b/maps/FontoRouteGate2.asm new file mode 100644 index 0000000..244056f --- /dev/null +++ b/maps/FontoRouteGate2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRouteGate2.asm", ROMX + +FontoRouteGate2ScriptLoader:: ; 9c5d2 (27:45d2) + ret + +FontoRouteGate2TextPointers:: ; 9c5d3 (27:45d3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/FontoRouteGate3.asm b/maps/FontoRouteGate3.asm new file mode 100644 index 0000000..fd3b5b1 --- /dev/null +++ b/maps/FontoRouteGate3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/FontoRouteGate3.asm", ROMX + +FontoRouteGate3ScriptLoader:: ; 9c62d (27:462d) + ret + +FontoRouteGate3TextPointers:: ; 9c62e (27:462e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Haiteku.asm b/maps/Haiteku.asm new file mode 100644 index 0000000..94dce79 --- /dev/null +++ b/maps/Haiteku.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Haiteku.asm", ROMX + +HaitekuScriptLoader:: ; d87f6 (36:47f6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/HaitekuAquarium1F.asm b/maps/HaitekuAquarium1F.asm new file mode 100644 index 0000000..7d9fa3e --- /dev/null +++ b/maps/HaitekuAquarium1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuAquarium1F.asm", ROMX + +HaitekuAquarium1FScriptLoader:: ; 9c4b0 (27:44b0) + ret + +HaitekuAquarium1FTextPointers:: ; 9c4b1 (27:44b1) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuAquarium2F.asm b/maps/HaitekuAquarium2F.asm new file mode 100644 index 0000000..d50c44a --- /dev/null +++ b/maps/HaitekuAquarium2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuAquarium2F.asm", ROMX + +HaitekuAquarium2FScriptLoader:: ; 9c51c (27:451c) + ret + +HaitekuAquarium2FTextPointers:: ; 9c51d (27:451d) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuHouse1.asm b/maps/HaitekuHouse1.asm new file mode 100644 index 0000000..5838884 --- /dev/null +++ b/maps/HaitekuHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuHouse1.asm", ROMX + +HaitekuHouse1ScriptLoader:: ; 9c368 (27:4368) + ret + +HaitekuHouse1TextPointers:: ; 9c369 (27:4369) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuHouse2.asm b/maps/HaitekuHouse2.asm new file mode 100644 index 0000000..34fdf10 --- /dev/null +++ b/maps/HaitekuHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuHouse2.asm", ROMX + +HaitekuHouse2ScriptLoader:: ; 9c3c2 (27:43c2) + ret + +HaitekuHouse2TextPointers:: ; 9c3c3 (27:43c3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuImposterOakHouse.asm b/maps/HaitekuImposterOakHouse.asm new file mode 100644 index 0000000..0018455 --- /dev/null +++ b/maps/HaitekuImposterOakHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuImposterOakHouse.asm", ROMX + +HaitekuImposterOakHouseScriptLoader:: ; 9c429 (27:4429) + ret + +HaitekuImposterOakHouseTextPointers:: ; 9c42a (27:442a) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuLeague1F.asm b/maps/HaitekuLeague1F.asm new file mode 100644 index 0000000..72b4353 --- /dev/null +++ b/maps/HaitekuLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuLeague1F.asm", ROMX + +HaitekuLeague1FScriptLoader:: ; 9c1ee (27:41ee) + ret + +HaitekuLeague1FTextPointers:: ; 9c1ef (27:41ef) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuLeague2F.asm b/maps/HaitekuLeague2F.asm new file mode 100644 index 0000000..bf2b496 --- /dev/null +++ b/maps/HaitekuLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuLeague2F.asm", ROMX + +HaitekuLeague2FScriptLoader:: ; 9c28e (27:428e) + ret + +HaitekuLeague2FTextPointers:: ; 9c28f (27:428f) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuMart.asm b/maps/HaitekuMart.asm new file mode 100644 index 0000000..2fa5689 --- /dev/null +++ b/maps/HaitekuMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuMart.asm", ROMX + +HaitekuMartScriptLoader:: ; 9c30e (27:430e) + ret + +HaitekuMartTextPointers:: ; 9c30f (27:430f) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuPokecenter1F.asm b/maps/HaitekuPokecenter1F.asm new file mode 100644 index 0000000..d8b5e48 --- /dev/null +++ b/maps/HaitekuPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuPokecenter1F.asm", ROMX + +HaitekuPokecenter1FScriptLoader:: ; 9c0d4 (27:40d4) + ret + +HaitekuPokecenter1FTextPointers:: ; 9c0d5 (27:40d5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuPokecenter2F.asm b/maps/HaitekuPokecenter2F.asm new file mode 100644 index 0000000..b6c298a --- /dev/null +++ b/maps/HaitekuPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuPokecenter2F.asm", ROMX + +HaitekuPokecenter2FScriptLoader:: ; 9c14d (27:414d) + ret + +HaitekuPokecenter2FTextPointers:: ; 9c14e (27:414e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuWestRoute.asm b/maps/HaitekuWestRoute.asm new file mode 100644 index 0000000..5bafbea --- /dev/null +++ b/maps/HaitekuWestRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuWestRoute.asm", ROMX + +HaitekuWestRouteScriptLoader:: ; d9dcf (36:5dcf) + ret + + db "@"
\ No newline at end of file diff --git a/maps/HaitekuWestRouteGate.asm b/maps/HaitekuWestRouteGate.asm new file mode 100644 index 0000000..8d0c045 --- /dev/null +++ b/maps/HaitekuWestRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuWestRouteGate.asm", ROMX + +HaitekuWestRouteGateScriptLoader:: ; 9c040 (27:4040) + ret + +HaitekuWestRouteGateTextPointers:: ; 9c041 (27:4041) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/HaitekuWestRouteOcean.asm b/maps/HaitekuWestRouteOcean.asm new file mode 100644 index 0000000..26d09d8 --- /dev/null +++ b/maps/HaitekuWestRouteOcean.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/HaitekuWestRouteOcean.asm", ROMX + +HaitekuWestRouteOceanScriptLoader:: ; d9f15 (36:5f15) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Kanto.asm b/maps/Kanto.asm new file mode 100644 index 0000000..97162f1 --- /dev/null +++ b/maps/Kanto.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Kanto.asm", ROMX + +KantoScriptLoader:: ; d95f1 (36:55f1) + ret + + db "@"
\ No newline at end of file diff --git a/maps/KantoCeladonElevator.asm b/maps/KantoCeladonElevator.asm new file mode 100644 index 0000000..1ff5df9 --- /dev/null +++ b/maps/KantoCeladonElevator.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonElevator.asm", ROMX + +KantoCeladonElevatorScriptLoader:: ; 9e764 (27:6764) + ret + +KantoCeladonElevatorTextPointers:: ; 9e765 (27:6765) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeladonMart1F.asm b/maps/KantoCeladonMart1F.asm new file mode 100644 index 0000000..cb5e4bc --- /dev/null +++ b/maps/KantoCeladonMart1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonMart1F.asm", ROMX + +KantoCeladonMart1FScriptLoader:: ; 9e52c (27:652c) + ret + +KantoCeladonMart1FTextPointers:: ; 9e52d (27:652d) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeladonMart2F.asm b/maps/KantoCeladonMart2F.asm new file mode 100644 index 0000000..8014c6e --- /dev/null +++ b/maps/KantoCeladonMart2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonMart2F.asm", ROMX + +KantoCeladonMart2FScriptLoader:: ; 9e5a6 (27:65a6) + ret + +KantoCeladonMart2FTextPointers:: ; 9e5a7 (27:65a7) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeladonMart3F.asm b/maps/KantoCeladonMart3F.asm new file mode 100644 index 0000000..547d83c --- /dev/null +++ b/maps/KantoCeladonMart3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonMart3F.asm", ROMX + +KantoCeladonMart3FScriptLoader:: ; 9e620 (27:6620) + ret + +KantoCeladonMart3FTextPointers:: ; 9e621 (27:6621) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeladonMart4F.asm b/maps/KantoCeladonMart4F.asm new file mode 100644 index 0000000..c983925 --- /dev/null +++ b/maps/KantoCeladonMart4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonMart4F.asm", ROMX + +KantoCeladonMart4FScriptLoader:: ; 9e6a7 (27:66a7) + ret + +KantoCeladonMart4FTextPointers:: ; 9e6a8 (27:66a8) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeladonMart5F.asm b/maps/KantoCeladonMart5F.asm new file mode 100644 index 0000000..785b404 --- /dev/null +++ b/maps/KantoCeladonMart5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeladonMart5F.asm", ROMX + +KantoCeladonMart5FScriptLoader:: ; 9e727 (27:6727) + ret + +KantoCeladonMart5FTextPointers:: ; 9e728 (27:6728) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoCeruleanHouse.asm b/maps/KantoCeruleanHouse.asm new file mode 100644 index 0000000..51a7c7a --- /dev/null +++ b/maps/KantoCeruleanHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoCeruleanHouse.asm", ROMX + +KantoCeruleanHouseScriptLoader:: ; 9e203 (27:6203) + ret + +KantoCeruleanHouseTextPointers:: ; 9e204 (27:6204) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoDiner.asm b/maps/KantoDiner.asm new file mode 100644 index 0000000..e78d1b7 --- /dev/null +++ b/maps/KantoDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoDiner.asm", ROMX + +KantoDinerScriptLoader:: ; 9ed36 (27:6d36) + ret + +KantoDinerTextPointers:: ; 9ed37 (27:6d37) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoEastRoute.asm b/maps/KantoEastRoute.asm new file mode 100644 index 0000000..0e6762a --- /dev/null +++ b/maps/KantoEastRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoEastRoute.asm", ROMX + +KantoEastRouteScriptLoader:: ; db24b (36:724b) + ret + + db "@"
\ No newline at end of file diff --git a/maps/KantoEldersHouse.asm b/maps/KantoEldersHouse.asm new file mode 100644 index 0000000..9d7f09e --- /dev/null +++ b/maps/KantoEldersHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoEldersHouse.asm", ROMX + +KantoEldersHouseScriptLoader:: ; 9f0ca (27:70ca) + ret + +KantoEldersHouseTextPointers:: ; 9f0cb (27:70cb) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoFishingGuru.asm b/maps/KantoFishingGuru.asm new file mode 100644 index 0000000..8ada185 --- /dev/null +++ b/maps/KantoFishingGuru.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoFishingGuru.asm", ROMX + +KantoFishingGuruScriptLoader:: ; 9f2bb (27:72bb) + ret + +KantoFishingGuruTextPointers:: ; 9f2bc (27:72bc) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGameCorner.asm b/maps/KantoGameCorner.asm new file mode 100644 index 0000000..a76440e --- /dev/null +++ b/maps/KantoGameCorner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGameCorner.asm", ROMX + +KantoGameCornerScriptLoader:: ; 9ec3a (27:6c3a) + ret + +KantoGameCornerTextPointers:: ; 9ec3b (27:6c3b) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGameCornerPrizes.asm b/maps/KantoGameCornerPrizes.asm new file mode 100644 index 0000000..33ac1e2 --- /dev/null +++ b/maps/KantoGameCornerPrizes.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGameCornerPrizes.asm", ROMX + +KantoGameCornerPrizesScriptLoader:: ; 9ece9 (27:6ce9) + ret + +KantoGameCornerPrizesTextPointers:: ; 9ecea (27:6cea) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGamefreakHQ1.asm b/maps/KantoGamefreakHQ1.asm new file mode 100644 index 0000000..6eb0867 --- /dev/null +++ b/maps/KantoGamefreakHQ1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGamefreakHQ1.asm", ROMX + +KantoGamefreakHQ1ScriptLoader:: ; 9e87e (27:687e) + ret + +KantoGamefreakHQ1TextPointers:: ; 9e87f (27:687f) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGamefreakHQ2.asm b/maps/KantoGamefreakHQ2.asm new file mode 100644 index 0000000..014abfa --- /dev/null +++ b/maps/KantoGamefreakHQ2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGamefreakHQ2.asm", ROMX + +KantoGamefreakHQ2ScriptLoader:: ; 9e8ea (27:68ea) + ret + +KantoGamefreakHQ2TextPointers:: ; 9e8eb (27:68eb) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGamefreakHQ3.asm b/maps/KantoGamefreakHQ3.asm new file mode 100644 index 0000000..8843d57 --- /dev/null +++ b/maps/KantoGamefreakHQ3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGamefreakHQ3.asm", ROMX + +KantoGamefreakHQ3ScriptLoader:: ; 9e970 (27:6970) + ret + +KantoGamefreakHQ3TextPointers:: ; 9e971 (27:6971) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGamefreakHQ4.asm b/maps/KantoGamefreakHQ4.asm new file mode 100644 index 0000000..3dcf380 --- /dev/null +++ b/maps/KantoGamefreakHQ4.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGamefreakHQ4.asm", ROMX + +KantoGamefreakHQ4ScriptLoader:: ; 9e9c8 (27:69c8) + ret + +KantoGamefreakHQ4TextPointers:: ; 9e9c9 (27:69c9) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGamefreakHQ5.asm b/maps/KantoGamefreakHQ5.asm new file mode 100644 index 0000000..75f2d9f --- /dev/null +++ b/maps/KantoGamefreakHQ5.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGamefreakHQ5.asm", ROMX + +KantoGamefreakHQ5ScriptLoader:: ; 9ea11 (27:6a11) + ret + +KantoGamefreakHQ5TextPointers:: ; 9ea12 (27:6a12) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGreensHouse1F.asm b/maps/KantoGreensHouse1F.asm new file mode 100644 index 0000000..bea48b0 --- /dev/null +++ b/maps/KantoGreensHouse1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGreensHouse1F.asm", ROMX + +KantoGreensHouse1FScriptLoader:: ; 9f021 (27:7021) + ret + +KantoGreensHouse1FTextPointers:: ; 9f022 (27:7022) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoGreensHouse2F.asm b/maps/KantoGreensHouse2F.asm new file mode 100644 index 0000000..ffb8222 --- /dev/null +++ b/maps/KantoGreensHouse2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoGreensHouse2F.asm", ROMX + +KantoGreensHouse2FScriptLoader:: ; 9f063 (27:7063) + ret + +KantoGreensHouse2FTextPointers:: ; 9f064 (27:7064) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoHospital.asm b/maps/KantoHospital.asm new file mode 100644 index 0000000..f191b25 --- /dev/null +++ b/maps/KantoHospital.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoHospital.asm", ROMX + +KantoHospitalScriptLoader:: ; 9ee50 (27:6e50) + ret + +KantoHospitalTextPointers:: ; 9ee51 (27:6e51) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoLavenderHouse.asm b/maps/KantoLavenderHouse.asm new file mode 100644 index 0000000..36d8530 --- /dev/null +++ b/maps/KantoLavenderHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoLavenderHouse.asm", ROMX + +KantoLavenderHouseScriptLoader:: ; 9e4b8 (27:64b8) + ret + +KantoLavenderHouseTextPointers:: ; 9e4b9 (27:64b9) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoLeague1F.asm b/maps/KantoLeague1F.asm new file mode 100644 index 0000000..e9fc39c --- /dev/null +++ b/maps/KantoLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoLeague1F.asm", ROMX + +KantoLeague1FScriptLoader:: ; 9e3b1 (27:63b1) + ret + +KantoLeague1FTextPointers:: ; 9e3b2 (27:63b2) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoLeague21F.asm b/maps/KantoLeague21F.asm new file mode 100644 index 0000000..6381c5a --- /dev/null +++ b/maps/KantoLeague21F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoLeague21F.asm", ROMX + +KantoLeague21FScriptLoader:: ; 9f1c1 (27:71c1) + ret + +KantoLeague21FTextPointers:: ; 9f1c2 (27:71c2) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoLeague22F.asm b/maps/KantoLeague22F.asm new file mode 100644 index 0000000..c2ee20d --- /dev/null +++ b/maps/KantoLeague22F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoLeague22F.asm", ROMX + +KantoLeague22FScriptLoader:: ; 9f261 (27:7261) + ret + +KantoLeague22FTextPointers:: ; 9f262 (27:7262) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoLeague2F.asm b/maps/KantoLeague2F.asm new file mode 100644 index 0000000..f94acee --- /dev/null +++ b/maps/KantoLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoLeague2F.asm", ROMX + +KantoLeague2FScriptLoader:: ; 9e451 (27:6451) + ret + +KantoLeague2FTextPointers:: ; 9e452 (27:6452) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoMart.asm b/maps/KantoMart.asm new file mode 100644 index 0000000..9dfc5de --- /dev/null +++ b/maps/KantoMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoMart.asm", ROMX + +KantoMartScriptLoader:: ; 9e7e4 (27:67e4) + ret + +KantoMartTextPointers:: ; 9e7e5 (27:67e5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoOaksLab.asm b/maps/KantoOaksLab.asm new file mode 100644 index 0000000..eff0846 --- /dev/null +++ b/maps/KantoOaksLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoOaksLab.asm", ROMX + +KantoOaksLabScriptLoader:: ; 9f120 (27:7120) + ret + +KantoOaksLabTextPointers:: ; 9f121 (27:7121) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoPokecenter1F.asm b/maps/KantoPokecenter1F.asm new file mode 100644 index 0000000..64ddb8a --- /dev/null +++ b/maps/KantoPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoPokecenter1F.asm", ROMX + +KantoPokecenter1FScriptLoader:: ; 9e297 (27:6297) + ret + +KantoPokecenter1FTextPointers:: ; 9e298 (27:6298) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoPokecenter21F.asm b/maps/KantoPokecenter21F.asm new file mode 100644 index 0000000..45e6bfb --- /dev/null +++ b/maps/KantoPokecenter21F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoPokecenter21F.asm", ROMX + +KantoPokecenter21FScriptLoader:: ; 9eee4 (27:6ee4) + ret + +KantoPokecenter21FTextPointers:: ; 9eee5 (27:6ee5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoPokecenter22F.asm b/maps/KantoPokecenter22F.asm new file mode 100644 index 0000000..daafb43 --- /dev/null +++ b/maps/KantoPokecenter22F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoPokecenter22F.asm", ROMX + +KantoPokecenter22FScriptLoader:: ; 9ef5d (27:6f5d) + ret + +KantoPokecenter22FTextPointers:: ; 9ef5e (27:6f5e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoPokecenter2F.asm b/maps/KantoPokecenter2F.asm new file mode 100644 index 0000000..8760c8e --- /dev/null +++ b/maps/KantoPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoPokecenter2F.asm", ROMX + +KantoPokecenter2FScriptLoader:: ; 9e310 (27:6310) + ret + +KantoPokecenter2FTextPointers:: ; 9e311 (27:6311) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoRedsHouse.asm b/maps/KantoRedsHouse.asm new file mode 100644 index 0000000..c77805e --- /dev/null +++ b/maps/KantoRedsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoRedsHouse.asm", ROMX + +KantoRedsHouseScriptLoader:: ; 9efc4 (27:6fc4) + ret + +KantoRedsHouseTextPointers:: ; 9efc5 (27:6fc5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoSchool.asm b/maps/KantoSchool.asm new file mode 100644 index 0000000..0bf379b --- /dev/null +++ b/maps/KantoSchool.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoSchool.asm", ROMX + +KantoSchoolScriptLoader:: ; 9edd0 (27:6dd0) + ret + +KantoSchoolTextPointers:: ; 9edd1 (27:6dd1) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoSilphCo.asm b/maps/KantoSilphCo.asm new file mode 100644 index 0000000..f960843 --- /dev/null +++ b/maps/KantoSilphCo.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoSilphCo.asm", ROMX + +KantoSilphCoScriptLoader:: ; 9eac4 (27:6ac4) + ret + +KantoSilphCoTextPointers:: ; 9eac5 (27:6ac5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoUnusedArea.asm b/maps/KantoUnusedArea.asm new file mode 100644 index 0000000..9faca02 --- /dev/null +++ b/maps/KantoUnusedArea.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoUnusedArea.asm", ROMX + +KantoUnusedAreaScriptLoader:: ; 9ec75 (27:6c75) + ret + +KantoUnusedAreaTextPointers:: ; 9ec76 (27:6c76) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/KantoViridianHouse.asm b/maps/KantoViridianHouse.asm new file mode 100644 index 0000000..3c9c0d5 --- /dev/null +++ b/maps/KantoViridianHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/KantoViridianHouse.asm", ROMX + +KantoViridianHouseScriptLoader:: ; 9eb2b (27:6b2b) + ret + +KantoViridianHouseTextPointers:: ; 9eb2c (27:6b2c) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Map13.asm b/maps/Map13.asm deleted file mode 100644 index b69dc4b..0000000 --- a/maps/Map13.asm +++ /dev/null @@ -1,26 +0,0 @@ -include "constants.asm" - -SECTION "Map 13 Script", ROMX[$6078], BANK[$34] - -Map13ScriptLoader:: ; 6078 - ld hl, Map13ScriptPointers - call RunMapScript - call WriteBackMapScriptNumber - ret - -Map13ScriptPointers: ; 6082 - dw Map13Script - dw Map13NPCIDs - -Map13NPCIDs: ; 6086 - db $FF - -Map13TextPointers: ; 6087 - dw MapDefaultText - dw MapDefaultText - -Map13Script: ; 608B - ld hl, Map13NPCIDs - ld de, Map13TextPointers - call CallMapTextSubroutine - ret
\ No newline at end of file diff --git a/maps/MtFuji.asm b/maps/MtFuji.asm new file mode 100644 index 0000000..312df28 --- /dev/null +++ b/maps/MtFuji.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/MtFuji.asm", ROMX + +MtFujiScriptLoader:: ; d96ed (36:56ed) + ret + + db "@"
\ No newline at end of file diff --git a/maps/MtFujiRoute.asm b/maps/MtFujiRoute.asm new file mode 100644 index 0000000..7f13c5b --- /dev/null +++ b/maps/MtFujiRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/MtFujiRoute.asm", ROMX + +MtFujiRouteScriptLoader:: ; db442 (36:7442) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Newtype.asm b/maps/Newtype.asm new file mode 100644 index 0000000..9600cd2 --- /dev/null +++ b/maps/Newtype.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Newtype.asm", ROMX + +NewtypeScriptLoader:: ; d8c38 (36:4c38) + ret + + db "@"
\ No newline at end of file diff --git a/maps/NewtypeDiner.asm b/maps/NewtypeDiner.asm new file mode 100644 index 0000000..4e1f4fc --- /dev/null +++ b/maps/NewtypeDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeDiner.asm", ROMX + +NewtypeDinerScriptLoader:: ; 9d211 (27:5211) + ret + +NewtypeDinerTextPointers:: ; 9d212 (27:5212) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeDojo.asm b/maps/NewtypeDojo.asm new file mode 100644 index 0000000..3b7430f --- /dev/null +++ b/maps/NewtypeDojo.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeDojo.asm", ROMX + +NewtypeDojoScriptLoader:: ; 9d13a (27:513a) + ret + +NewtypeDojoTextPointers:: ; 9d13b (27:513b) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeHouse1.asm b/maps/NewtypeHouse1.asm new file mode 100644 index 0000000..e077f54 --- /dev/null +++ b/maps/NewtypeHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeHouse1.asm", ROMX + +NewtypeHouse1ScriptLoader:: ; 9d194 (27:5194) + ret + +NewtypeHouse1TextPointers:: ; 9d195 (27:5195) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeHouse2.asm b/maps/NewtypeHouse2.asm new file mode 100644 index 0000000..c6d4264 --- /dev/null +++ b/maps/NewtypeHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeHouse2.asm", ROMX + +NewtypeHouse2ScriptLoader:: ; 9d26b (27:526b) + ret + +NewtypeHouse2TextPointers:: ; 9d26c (27:526c) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeHouse3.asm b/maps/NewtypeHouse3.asm new file mode 100644 index 0000000..684df8e --- /dev/null +++ b/maps/NewtypeHouse3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeHouse3.asm", ROMX + +NewtypeHouse3ScriptLoader:: ; 9d2c5 (27:52c5) + ret + +NewtypeHouse3TextPointers:: ; 9d2c6 (27:52c6) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeLeague1F.asm b/maps/NewtypeLeague1F.asm new file mode 100644 index 0000000..1995a9e --- /dev/null +++ b/maps/NewtypeLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeLeague1F.asm", ROMX + +NewtypeLeague1FScriptLoader:: ; 9cf26 (27:4f26) + ret + +NewtypeLeague1FTextPointers:: ; 9cf27 (27:4f27) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeLeague2F.asm b/maps/NewtypeLeague2F.asm new file mode 100644 index 0000000..5319734 --- /dev/null +++ b/maps/NewtypeLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeLeague2F.asm", ROMX + +NewtypeLeague2FScriptLoader:: ; 9cfc6 (27:4fc6) + ret + +NewtypeLeague2FTextPointers:: ; 9cfc7 (27:4fc7) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeMart.asm b/maps/NewtypeMart.asm new file mode 100644 index 0000000..ba0a8aa --- /dev/null +++ b/maps/NewtypeMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeMart.asm", ROMX + +NewtypeMartScriptLoader:: ; 9d0a0 (27:50a0) + ret + +NewtypeMartTextPointers:: ; 9d0a1 (27:50a1) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypePokecenter1F.asm b/maps/NewtypePokecenter1F.asm new file mode 100644 index 0000000..bb5328e --- /dev/null +++ b/maps/NewtypePokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypePokecenter1F.asm", ROMX + +NewtypePokecenter1FScriptLoader:: ; 9ce0c (27:4e0c) + ret + +NewtypePokecenter1FTextPointers:: ; 9ce0d (27:4e0d) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypePokecenter2F.asm b/maps/NewtypePokecenter2F.asm new file mode 100644 index 0000000..8603cfe --- /dev/null +++ b/maps/NewtypePokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypePokecenter2F.asm", ROMX + +NewtypePokecenter2FScriptLoader:: ; 9ce85 (27:4e85) + ret + +NewtypePokecenter2FTextPointers:: ; 9ce86 (27:4e86) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeRoute.asm b/maps/NewtypeRoute.asm new file mode 100644 index 0000000..b27bdfa --- /dev/null +++ b/maps/NewtypeRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeRoute.asm", ROMX + +NewtypeRouteScriptLoader:: ; daa6c (36:6a6c) + ret + + db "@"
\ No newline at end of file diff --git a/maps/NewtypeRouteGate.asm b/maps/NewtypeRouteGate.asm new file mode 100644 index 0000000..2ec213f --- /dev/null +++ b/maps/NewtypeRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeRouteGate.asm", ROMX + +NewtypeRouteGateScriptLoader:: ; 9d406 (27:5406) + ret + +NewtypeRouteGateTextPointers:: ; 9d407 (27:5407) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NewtypeSailorHouse.asm b/maps/NewtypeSailorHouse.asm new file mode 100644 index 0000000..c7fb57d --- /dev/null +++ b/maps/NewtypeSailorHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeSailorHouse.asm", ROMX + +NewtypeSailorHouseScriptLoader:: ; 9d020 (27:5020) + ret + +NewtypeSailorHouseTextPointers:: ; 9d021 (27:5021) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/North.asm b/maps/North.asm new file mode 100644 index 0000000..75f9812 --- /dev/null +++ b/maps/North.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/North.asm", ROMX + +NorthScriptLoader:: ; d99dd (36:59dd) + ret + + db "@"
\ No newline at end of file diff --git a/maps/NorthHouse1.asm b/maps/NorthHouse1.asm new file mode 100644 index 0000000..a5821be --- /dev/null +++ b/maps/NorthHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NorthHouse1.asm", ROMX + +NorthHouse1ScriptLoader:: ; 9f556 (27:7556) + ret + +NorthHouse1TextPointers:: ; 9f557 (27:7557) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NorthHouse2.asm b/maps/NorthHouse2.asm new file mode 100644 index 0000000..67024eb --- /dev/null +++ b/maps/NorthHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NorthHouse2.asm", ROMX + +NorthHouse2ScriptLoader:: ; 9f630 (27:7630) + ret + +NorthHouse2TextPointers:: ; 9f631 (27:7631) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NorthMart.asm b/maps/NorthMart.asm new file mode 100644 index 0000000..7c82805 --- /dev/null +++ b/maps/NorthMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NorthMart.asm", ROMX + +NorthMartScriptLoader:: ; 9f5d6 (27:75d6) + ret + +NorthMartTextPointers:: ; 9f5d7 (27:75d7) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NorthPokecenter1F.asm b/maps/NorthPokecenter1F.asm new file mode 100644 index 0000000..eebd9f1 --- /dev/null +++ b/maps/NorthPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NorthPokecenter1F.asm", ROMX + +NorthPokecenter1FScriptLoader:: ; 9f6c4 (27:76c4) + ret + +NorthPokecenter1FTextPointers:: ; 9f6c5 (27:76c5) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/NorthPokecenter2F.asm b/maps/NorthPokecenter2F.asm new file mode 100644 index 0000000..1c2ba65 --- /dev/null +++ b/maps/NorthPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NorthPokecenter2F.asm", ROMX + +NorthPokecenter2FScriptLoader:: ; 9f73d (27:773d) + ret + +NorthPokecenter2FTextPointers:: ; 9f73e (27:773e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Office1.asm b/maps/Office1.asm new file mode 100644 index 0000000..d472bcd --- /dev/null +++ b/maps/Office1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/Office1.asm", ROMX + +Office1ScriptLoader:: ; bd06e (2f:506e) + ret + +Office1TextPointers:: ; bd06f (2f:506f) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/Office2.asm b/maps/Office2.asm new file mode 100644 index 0000000..3ee4b7c --- /dev/null +++ b/maps/Office2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/Office2.asm", ROMX + +Office2ScriptLoader:: ; bd19f (2f:519f) + ret + +Office2TextPointers:: ; bd1a0 (2f:51a0) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/Office3.asm b/maps/Office3.asm new file mode 100644 index 0000000..c2bc639 --- /dev/null +++ b/maps/Office3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/Office3.asm", ROMX + +Office3ScriptLoader:: ; bd276 (2f:5276) + ret + +Office3TextPointers:: ; bd277 (2f:5277) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/OldCity.asm b/maps/OldCity.asm new file mode 100644 index 0000000..c28f200 --- /dev/null +++ b/maps/OldCity.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCity.asm", ROMX + +OldCityScriptLoader:: ; d8370 (36:4370) + ret + + db "@"
\ No newline at end of file diff --git a/maps/OldCityBillsHouse.asm b/maps/OldCityBillsHouse.asm new file mode 100644 index 0000000..93f0e6a --- /dev/null +++ b/maps/OldCityBillsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityBillsHouse.asm", ROMX + +OldCityBillsHouseScriptLoader:: ; 9454f (25:454f) + ret + +OldCityBillsHouseTextPointers:: ; 94550 (25:4550) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityGym.asm b/maps/OldCityGym.asm new file mode 100644 index 0000000..2cb5ed8 --- /dev/null +++ b/maps/OldCityGym.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityGym.asm", ROMX + +OldCityGymScriptLoader:: ; 9426e (25:426e) + ret + +OldCityGymTextPointers:: ; 9426f (25:426f) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityHouse.asm b/maps/OldCityHouse.asm new file mode 100644 index 0000000..a395eb5 --- /dev/null +++ b/maps/OldCityHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityHouse.asm", ROMX + +OldCityHouseScriptLoader:: ; 94653 (25:4653) + ret + +OldCityHouseTextPointers:: ; 94654 (25:4654) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityKurtsHouse.asm b/maps/OldCityKurtsHouse.asm new file mode 100644 index 0000000..4665e70 --- /dev/null +++ b/maps/OldCityKurtsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityKurtsHouse.asm", ROMX + +OldCityKurtsHouseScriptLoader:: ; 94a0b (25:4a0b) + ret + +OldCityKurtsHouseTextPointers:: ; 94a0c (25:4a0c) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityMart.asm b/maps/OldCityMart.asm new file mode 100644 index 0000000..395668d --- /dev/null +++ b/maps/OldCityMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityMart.asm", ROMX + +OldCityMartScriptLoader:: ; 945d3 (25:45d3) + ret + +OldCityMartTextPointers:: ; 945d4 (25:45d4) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityMuseum.asm b/maps/OldCityMuseum.asm new file mode 100644 index 0000000..d6f7dfa --- /dev/null +++ b/maps/OldCityMuseum.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityMuseum.asm", ROMX + +OldCityMuseumScriptLoader:: ; 941b2 (25:41b2) + ret + +OldCityMuseumTextPointers:: ; 941b3 (25:41b3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityPokecenter1F.asm b/maps/OldCityPokecenter1F.asm new file mode 100644 index 0000000..9659784 --- /dev/null +++ b/maps/OldCityPokecenter1F.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityPokecenter1F.asm", ROMX + +OldCityPokecenter1FScriptLoader:: ; 946eb (25:46eb) + ret + +OldCityPokecenter1FTextPointers:: ; 946ec (25:46ec) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/OldCitySchool.asm b/maps/OldCitySchool.asm new file mode 100644 index 0000000..94f1f45 --- /dev/null +++ b/maps/OldCitySchool.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCitySchool.asm", ROMX + +OldCitySchoolScriptLoader:: ; 94ac2 (25:4ac2) + ret + +OldCitySchoolTextPointers:: ; 94ac3 (25:4ac3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityTower1F.asm b/maps/OldCityTower1F.asm new file mode 100644 index 0000000..34e181c --- /dev/null +++ b/maps/OldCityTower1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityTower1F.asm", ROMX + +OldCityTower1FScriptLoader:: ; 942fe (25:42fe) + ret + +OldCityTower1FTextPointers:: ; 942ff (25:42ff) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityTower2F.asm b/maps/OldCityTower2F.asm new file mode 100644 index 0000000..ec4b930 --- /dev/null +++ b/maps/OldCityTower2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityTower2F.asm", ROMX + +OldCityTower2FScriptLoader:: ; 94383 (25:4383) + ret + +OldCityTower2FTextPointers:: ; 94384 (25:4384) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityTower3F.asm b/maps/OldCityTower3F.asm new file mode 100644 index 0000000..485bc5a --- /dev/null +++ b/maps/OldCityTower3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityTower3F.asm", ROMX + +OldCityTower3FScriptLoader:: ; 94408 (25:4408) + ret + +OldCityTower3FTextPointers:: ; 94409 (25:4409) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityTower4F.asm b/maps/OldCityTower4F.asm new file mode 100644 index 0000000..9bfabba --- /dev/null +++ b/maps/OldCityTower4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityTower4F.asm", ROMX + +OldCityTower4FScriptLoader:: ; 9448d (25:448d) + ret + +OldCityTower4FTextPointers:: ; 9448e (25:448e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/OldCityTower5F.asm b/maps/OldCityTower5F.asm new file mode 100644 index 0000000..a411e2e --- /dev/null +++ b/maps/OldCityTower5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/OldCityTower5F.asm", ROMX + +OldCityTower5FScriptLoader:: ; 944e1 (25:44e1) + ret + +OldCityTower5FTextPointers:: ; 944e2 (25:44e2) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/PlayerHouse1F.asm b/maps/PlayerHouse1F.asm new file mode 100644 index 0000000..826edbf --- /dev/null +++ b/maps/PlayerHouse1F.asm @@ -0,0 +1,61 @@ +include "constants.asm" + +SECTION "maps/PlayerHouse1F.asm", ROMX + +PlayerHouse1FScriptLoader:: ; 409C + ld hl, PlayerHouse1FScriptPointers + call RunMapScript + call WriteBackMapScriptNumber + ret + +PlayerHouse1FScriptPointers: ; 40A6 + dw PlayerHouse1FScript1 + dw PlayerHouse1FNPCIDs1 + dw PlayerHouse1FScript2 + dw PlayerHouse1FNPCIDs2 + +PlayerHouse1FNPCIDs1: ; 40AE + db $FF + +PlayerHouse1FNPCIDs2: ; 40AF + db 0 + db $FF + +PlayerHouse1FScript1: ; 40B1 + ld hl, PlayerHouse1FNPCIDs1 + ld de, PlayerHouse1FSignPointers + call CallMapTextSubroutine + ret + +PlayerHouse1FScript2: ; 40BB + ld hl, PlayerHouse1FNPCIDs2 + ld de, PlayerHouse1FSignPointers + call CallMapTextSubroutine + ret + +PlayerHouse1FSignPointers: ; 40C5 + dw Function38ab + dw Function38b4 + dw Function38a2 + dw Function38bd + dw Function3899 +PlayerHouse1FTextPointers:: + dw PlayerHouse1FNPCText1 + +PlayerHouse1FNPCText1: ; 40D1 + ld hl, PlayerHouse1FTextString1 + call OpenTextbox + ret + +PlayerHouse1FTextString1: ; 40D8 + text "おかあさん『えっ あなた" + line "オーキドはかせに" + cont "ポケモンずかんを つくってくれって" + cont "たのまれたの?" + + para "すごいじゃない!" + line "わたしも ポケモン きらいって" + cont "わけじゃないし がんばるのよ!" + done + +; 4132
\ No newline at end of file diff --git a/maps/PlayersHouse2F.asm b/maps/PlayerHouse2F.asm index e96a07b..e902d84 100644 --- a/maps/PlayersHouse2F.asm +++ b/maps/PlayerHouse2F.asm @@ -1,47 +1,49 @@ include "constants.asm" -SECTION "Player's House 2F", ROMX[$418B], BANK[$34] +SECTION "maps/PlayerHouse2F.asm", ROMX -PlayersHouse2FScriptLoader:: ; 418B - ld hl, PlayersHouse2FScriptPointers +PlayerHouse2FScriptLoader:: ; 418B + ld hl, PlayerHouse2FScriptPointers call RunMapScript call WriteBackMapScriptNumber ret -PlayersHouse2FScriptPointers: ; 4195 - dw PlayersHouse2FScript1 - dw PlayersHouse2FNPCIDs1 - dw PlayersHouse2FScript2 - dw PlayersHouse2FNPCIDs2 - dw PlayersHouse2FScript3 - dw PlayersHouse2FDollText +PlayerHouse2FScriptPointers: ; 4195 + dw PlayerHouse2FScript1 + dw PlayerHouse2FNPCIDs1 + dw PlayerHouse2FScript2 + dw PlayerHouse2FNPCIDs2 + +PlayerHouse2FTextPointers:: + dw PlayerHouse2FText1 + dw PlayerHouse2FDollText -PlayersHouse2FNPCIDs1: ; 41A1 +PlayerHouse2FNPCIDs1: ; 41A1 db 0 db 1 db $FF -PlayersHouse2FNPCIDs2: ; 41A4 +PlayerHouse2FNPCIDs2: ; 41A4 db 1 db $FF -PlayersHouse2FTextPointers: ; 41A6 +PlayerHouse2FSignPointers: ; 41A6 dw Function3899 - dw PlayersHouse2FRadioText - dw PlayersHouse2FComputerText + dw PlayerHouse2FRadioText + dw PlayerHouse2FComputerText dw Function3899 - dw PlayersHouse2FN64Text + dw PlayerHouse2FN64Text -PlayersHouse2FScript1: ; 41B0 - call PlayersHouse2PositionCheck +PlayerHouse2FScript1: ; 41B0 + call PlayerHouse2PositionCheck ret z - ld hl, PlayersHouse2FNPCIDs1 - ld de, PlayersHouse2FTextPointers + ld hl, PlayerHouse2FNPCIDs1 + ld de, PlayerHouse2FSignPointers call CallMapTextSubroutine ret nz ret -PlayersHouse2PositionCheck: ; 41BF +PlayerHouse2PositionCheck: ; 41BF ld hl, wd41a bit 0, [hl] ret nz @@ -56,13 +58,13 @@ PlayersHouse2PositionCheck: ; 41BF ld a, LEFT ld d, 0 call SetObjectFacing - ld hl, PlayersHouse2FTextString2 + ld hl, PlayerHouse2FTextString2 call OpenTextbox - call PlayersHouse2FMovePlayer + call PlayerHouse2FMovePlayer call ClearAccumulator ret -PlayersHouse2FMovePlayer: ; 41EA +PlayerHouse2FMovePlayer: ; 41EA ld a, 0 ld hl, Movement call LoadMovementDataPointer @@ -77,42 +79,42 @@ Movement: ; 41FD db $04 db $32 -PlayersHouse2FScript2: ; 4200 - ld hl, PlayersHouse2FNPCIDs2 - ld de, PlayersHouse2FTextPointers +PlayerHouse2FScript2: ; 4200 + ld hl, PlayerHouse2FNPCIDs2 + ld de, PlayerHouse2FSignPointers call CallMapTextSubroutine ret -PlayersHouse2FScript3: ; 420A +PlayerHouse2FText1: ; 420A ld hl, wd41a bit 3, [hl] jr nz, .jump - ld hl, PlayersHouse2FTextString1 + ld hl, PlayerHouse2FTextString1 call OpenTextbox ld hl, wd41a set 3, [hl] ld c, 3 call DelayFrames .jump - ld hl, PlayersHouse2FTextString2 + ld hl, PlayerHouse2FTextString2 call OpenTextbox ret -PlayersHouse2FDollText: ; 4228 - ld hl, PlayersHouse2FTextString3 +PlayerHouse2FDollText: ; 4228 + ld hl, PlayerHouse2FTextString3 call OpenTextbox ret -PlayersHouse2FRadioText: ; 422F - ld hl, PlayersHouse2FTextString9 +PlayerHouse2FRadioText: ; 422F + ld hl, PlayerHouse2FTextString9 call OpenTextbox ret -PlayersHouse2FComputerText: ; 4236 +PlayerHouse2FComputerText: ; 4236 ld hl, wd41a bit 0, [hl] jr nz, .jump - ld hl, PlayersHouse2FTextString5 + ld hl, PlayerHouse2FTextString5 call OpenTextbox ret @@ -123,27 +125,27 @@ PlayersHouse2FComputerText: ; 4236 call Function1fea ret -PlayersHouse2FCheckEmail: ; 4253 +PlayerHouse2FCheckEmail: ; 4253 call YesNoBox jr c, .jump2 ld hl, wd41a set 0, [hl] - ld hl, PlayersHouse2FTextString6 + ld hl, PlayerHouse2FTextString6 call PrintText ret .jump2 ; 4264 - ld hl, PlayersHouse2FTextString7 + ld hl, PlayerHouse2FTextString7 call PrintText ret -PlayersHouse2FN64Text: ; 426B - ld hl, PlayersHouse2FTextString4 +PlayerHouse2FN64Text: ; 426B + ld hl, PlayerHouse2FTextString4 call OpenTextbox ret -PlayersHouse2FTextString1: ; 4272 +PlayerHouse2FTextString1: ; 4272 text "ケン『おっ おまえの うでで" line "ひかりかがやく そのとけいは⋯⋯" cont "<PLAYER>も ついに" @@ -163,27 +165,27 @@ PlayersHouse2FTextString1: ; 4272 cont "きょうは むり だぜ!" done -PlayersHouse2FTextString2: ; 4332 +PlayerHouse2FTextString2: ; 4332 text "そうだ おまえの パソコンに" line "メールが とどいていたな" cont "でかけるんなら" cont "メールぐらい よんでおけよ" done -PlayersHouse2FTextString3: ; 4365 +PlayerHouse2FTextString3: ; 4365 text "クりスマスに カントーの" line "しんせきに プレゼント" cont "してもらった にんぎょうだ" done -PlayersHouse2FTextString4: ; 438D +PlayerHouse2FTextString4: ; 438D text "ニンテンドウ64を してる!" cont "⋯⋯ ⋯⋯ さてと!" cont "そろそろ そとに あそびに" cont "でかけるか!" done -PlayersHouse2FTextString5: ; 43BD +PlayerHouse2FTextString5: ; 43BD text "<PLAYER>は" line "パソコンの スイッチを いれた!" @@ -194,11 +196,11 @@ PlayersHouse2FTextString5: ; 43BD db $08 ; 43F3 - call PlayersHouse2FCheckEmail + call PlayerHouse2FCheckEmail call Function3036 ret -PlayersHouse2FTextString6: ; 43FA +PlayerHouse2FTextString6: ; 43FA text "とつぜん メールを さしあげる" line "しつれいを おゆるしあれ" @@ -208,12 +210,12 @@ PlayersHouse2FTextString6: ; 43FA cont "ポケモンけんきゅうしゃ オーキド" done -PlayersHouse2FTextString7: ; 4456 +PlayerHouse2FTextString7: ; 4456 text "あとで" line "よもっと<⋯⋯>" done -PlayersHouse2FTextString8: ; 4461 (unused?) +PlayerHouse2FTextString8: ; 4461 (unused?) text "しんはつばい トレーナーギア!" line "ポケモントレーナーの ための" cont "さいせんたんの とけい です" @@ -231,7 +233,7 @@ PlayersHouse2FTextString8: ; 4461 (unused?) cont "シルフの ホームぺージだ" done -PlayersHouse2FTextString9: ; 44FE +PlayerHouse2FTextString9: ; 44FE text "<PLAYER>は" line "ラジオのスイッチを おした!" diff --git a/maps/PlayersHouse1F.asm b/maps/PlayersHouse1F.asm deleted file mode 100644 index 5157d63..0000000 --- a/maps/PlayersHouse1F.asm +++ /dev/null @@ -1,60 +0,0 @@ -include "constants.asm" - -SECTION "Player's House 1F", ROMX[$409C], BANK[$34] - -PlayersHouse1FScriptLoader:: ; 409C - ld hl, PlayersHouse1FScriptPointers - call RunMapScript - call WriteBackMapScriptNumber - ret - -PlayersHouse1FScriptPointers: ; 40A6 - dw PlayersHouse1FScript1 - dw PlayersHouse1FNPCIDs1 - dw PlayersHouse1FScript2 - dw PlayersHouse1FNPCIDs2 - -PlayersHouse1FNPCIDs1: ; 40AE - db $FF - -PlayersHouse1FNPCIDs2: ; 40AF - db 0 - db $FF - -PlayersHouse1FScript1: ; 40B1 - ld hl, PlayersHouse1FNPCIDs1 - ld de, PlayersHouse1FTextPointers - call CallMapTextSubroutine - ret - -PlayersHouse1FScript2: ; 40BB - ld hl, PlayersHouse1FNPCIDs2 - ld de, PlayersHouse1FTextPointers - call CallMapTextSubroutine - ret - -PlayersHouse1FTextPointers: ; 40C5 - dw Function38ab - dw Function38b4 - dw Function38a2 - dw Function38bd - dw Function3899 - dw PlayersHouse1FNPCText1 - -PlayersHouse1FNPCText1: ; 40D1 - ld hl, PlayersHouse1FTextString1 - call OpenTextbox - ret - -PlayersHouse1FTextString1: ; 40D8 - text "おかあさん『えっ あなた" - line "オーキドはかせに" - cont "ポケモンずかんを つくってくれって" - cont "たのまれたの?" - - para "すごいじゃない!" - line "わたしも ポケモン きらいって" - cont "わけじゃないし がんばるのよ!" - done - -; 4132
\ No newline at end of file diff --git a/maps/PowerPlant1.asm b/maps/PowerPlant1.asm new file mode 100644 index 0000000..24dc193 --- /dev/null +++ b/maps/PowerPlant1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/PowerPlant1.asm", ROMX + +PowerPlant1ScriptLoader:: ; bc06a (2f:406a) + ret + +PowerPlant1TextPointers:: ; bc06b (2f:406b) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/PowerPlant2.asm b/maps/PowerPlant2.asm new file mode 100644 index 0000000..680332f --- /dev/null +++ b/maps/PowerPlant2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/PowerPlant2.asm", ROMX + +PowerPlant2ScriptLoader:: ; bc0e7 (2f:40e7) + ret + +PowerPlant2TextPointers:: ; bc0e8 (2f:40e8) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/PowerPlant3.asm b/maps/PowerPlant3.asm new file mode 100644 index 0000000..07972ac --- /dev/null +++ b/maps/PowerPlant3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/PowerPlant3.asm", ROMX + +PowerPlant3ScriptLoader:: ; bc218 (2f:4218) + ret + +PowerPlant3TextPointers:: ; bc219 (2f:4219) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/PowerPlant4.asm b/maps/PowerPlant4.asm new file mode 100644 index 0000000..ffa1f6d --- /dev/null +++ b/maps/PowerPlant4.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/PowerPlant4.asm", ROMX + +PowerPlant4ScriptLoader:: ; bc349 (2f:4349) + ret + +PowerPlant4TextPointers:: ; bc34a (2f:434a) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/Prince.asm b/maps/Prince.asm new file mode 100644 index 0000000..6327843 --- /dev/null +++ b/maps/Prince.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Prince.asm", ROMX + +PrinceScriptLoader:: ; d9675 (36:5675) + ret + + db "@"
\ No newline at end of file diff --git a/maps/PrinceRoute.asm b/maps/PrinceRoute.asm new file mode 100644 index 0000000..b4376a4 --- /dev/null +++ b/maps/PrinceRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/PrinceRoute.asm", ROMX + +PrinceRouteScriptLoader:: ; db3e6 (36:73e6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Route15.asm b/maps/Route15.asm new file mode 100644 index 0000000..7d282a1 --- /dev/null +++ b/maps/Route15.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route15.asm", ROMX + +Route15ScriptLoader:: ; da9bb (36:69bb) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Route15Pokecenter1F.asm b/maps/Route15Pokecenter1F.asm new file mode 100644 index 0000000..148ec09 --- /dev/null +++ b/maps/Route15Pokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route15Pokecenter1F.asm", ROMX + +Route15Pokecenter1FScriptLoader:: ; 9d359 (27:5359) + ret + +Route15Pokecenter1FTextPointers:: ; 9d35a (27:535a) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route15Pokecenter2F.asm b/maps/Route15Pokecenter2F.asm new file mode 100644 index 0000000..003d2bd --- /dev/null +++ b/maps/Route15Pokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route15Pokecenter2F.asm", ROMX + +Route15Pokecenter2FScriptLoader:: ; 9d3ab (27:53ab) + ret + +Route15Pokecenter2FTextPointers:: ; 9d3ac (27:53ac) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route18.asm b/maps/Route18.asm new file mode 100644 index 0000000..5e3ffed --- /dev/null +++ b/maps/Route18.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route18.asm", ROMX + +Route18ScriptLoader:: ; dac6d (36:6c6d) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Route18Pokecenter1F.asm b/maps/Route18Pokecenter1F.asm new file mode 100644 index 0000000..ea1e376 --- /dev/null +++ b/maps/Route18Pokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route18Pokecenter1F.asm", ROMX + +Route18Pokecenter1FScriptLoader:: ; 9d49a (27:549a) + ret + +Route18Pokecenter1FTextPointers:: ; 9d49b (27:549b) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route18Pokecenter2F.asm b/maps/Route18Pokecenter2F.asm new file mode 100644 index 0000000..04b99f0 --- /dev/null +++ b/maps/Route18Pokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route18Pokecenter2F.asm", ROMX + +Route18Pokecenter2FScriptLoader:: ; 9d4ec (27:54ec) + ret + +Route18Pokecenter2FTextPointers:: ; 9d4ed (27:54ed) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route1Gate1F.asm b/maps/Route1Gate1F.asm index 4772da7..ef48c4c 100644 --- a/maps/Route1Gate1F.asm +++ b/maps/Route1Gate1F.asm @@ -1,8 +1,8 @@ include "constants.asm" -SECTION "Route 1 Gate 1F", ROMX[$4061], BANK[$26] +SECTION "maps/Route1Gate1F.asm", ROMX -Route1Gate1FScriptLoader: ;4061 +Route1Gate1FScriptLoader:: ;4061 ld hl, Route1Gate1FScriptPointers call RunMapScript call WriteBackMapScriptNumber @@ -17,14 +17,15 @@ Route1Gate1FNPCIDs: ; 406F db $01 db $FF -Route1Gate1FTextPointers: +Route1Gate1FSignPointers: ; 4072 dw MapDefaultText ;no signs +Route1Gate1FTextPointers:: ; 4074 dw Route1Gate1FText1 dw Route1Gate1FText2 Route1Gate1FScript: ; 4078 ld hl, Route1Gate1FNPCIDs - ld de, Route1Gate1FTextPointers + ld de, Route1Gate1FSignPointers call CallMapTextSubroutine ret @@ -51,5 +52,4 @@ Route1Gate1FText2String: ; 40AC para "いってみたこと ある?" done -;ends at 40D9 - +;ends at 40D9
\ No newline at end of file diff --git a/maps/Route1Gate2F.asm b/maps/Route1Gate2F.asm index 0ab81a8..805e7c0 100644 --- a/maps/Route1Gate2F.asm +++ b/maps/Route1Gate2F.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "Route 1 Gate 2F", ROMX[$411F], BANK[$26] +SECTION "maps/Route1Gate2F.asm", ROMX Route1Gate2FScriptLoader:: ; 411F ld hl, Route1Gate2FScriptPointers @@ -16,16 +16,17 @@ Route1Gate2FNPCIDs: ; 412D db 0 db 1 db $FF - -Route1Gate2FTextPointers: ; 4130 + +Route1Gate2FSignPointers: ; 4130 dw Route1Gate2FTextSign1 dw Route1Gate2FTextSign2 +Route1Gate2FTextPointers:: ; 4134 dw Route1Gate2FTextNPC1 dw Route1Gate2FTextNPC2 Route1Gate2FScript:: ; 4138 ld hl, Route1Gate2FNPCIDs - ld de, Route1Gate2FTextPointers + ld de, Route1Gate2FSignPointers call CallMapTextSubroutine ret diff --git a/maps/Route1P1.asm b/maps/Route1P1.asm index d67ffd9..62ed0cd 100644 --- a/maps/Route1P1.asm +++ b/maps/Route1P1.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "Route 1 East", ROMX[$7B98], BANK[$36] +SECTION "maps/Route1P1.asm", ROMX Route1P1ScriptLoader:: ; 7B98 ld hl, Route1P1ScriptPointers @@ -17,15 +17,17 @@ Route1P1NPCIDs: ; 7BA6 db 1 db $FF -Route1P1TextPointers: ;7BA9 +Route1P1SignPointers: ; 7BA9 dw Route1P1TextSign1 dw Route1P1TextSign2 + +Route1P1TextPointers:: dw Route1P1TextNPC1 dw Route1P1TextNPC2 Route1P1Script:: ; 7BB1 ld hl, Route1P1NPCIDs - ld de, Route1P1TextPointers + ld de, Route1P1SignPointers call CallMapTextSubroutine ret diff --git a/maps/Route1P2.asm b/maps/Route1P2.asm index 9fa72ec..ae7e399 100644 --- a/maps/Route1P2.asm +++ b/maps/Route1P2.asm @@ -1,6 +1,6 @@ include "constants.asm" -SECTION "Route 1 West", ROMX[$7C68], BANK[$36] +SECTION "maps/Route1P2.asm", ROMX Route1P2ScriptLoader:: ; 7C67 ld hl, Route1P2ScriptPointers @@ -17,8 +17,10 @@ Route1P2NPCIDs: ; 7C76 db $01 db $FF -Route1P2TextPointers: +Route1P2SignPointers: dw Route1P2TextSign1 + +Route1P2TextPointers:: dw Route1P2Text1 dw Route1P2Text2 @@ -38,7 +40,7 @@ Route1P2Script:: ; 7C7F jr .endDemo .skipCheck ld hl, Route1P2NPCIDs ;data - ld de, Route1P2TextPointers ;start of textld pointers? + ld de, Route1P2SignPointers ;start of textld pointers? call CallMapTextSubroutine ret diff --git a/maps/Route2.asm b/maps/Route2.asm new file mode 100644 index 0000000..8a0d5a7 --- /dev/null +++ b/maps/Route2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route2.asm", ROMX + +Route2ScriptLoader:: ; d9cc4 (36:5cc4) + ret + + db "@"
\ No newline at end of file diff --git a/maps/Route2Gate1F.asm b/maps/Route2Gate1F.asm new file mode 100644 index 0000000..8436610 --- /dev/null +++ b/maps/Route2Gate1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route2Gate1F.asm", ROMX + +Route2Gate1FScriptLoader:: ; 94061 (25:4061) + ret + +Route2Gate1FTextPointers:: ; 94062 (25:4062) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route2Gate2F.asm b/maps/Route2Gate2F.asm new file mode 100644 index 0000000..dc8b50d --- /dev/null +++ b/maps/Route2Gate2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route2Gate2F.asm", ROMX + +Route2Gate2FScriptLoader:: ; 940c1 (25:40c1) + ret + +Route2Gate2FTextPointers:: ; 940c2 (25:40c2) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Route2House.asm b/maps/Route2House.asm new file mode 100644 index 0000000..f132774 --- /dev/null +++ b/maps/Route2House.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/Route2House.asm", ROMX + +Route2HouseScriptLoader:: ; 9412f (25:412f) + ret + +Route2HouseTextPointers:: ; 94130 (25:4130) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/RouteSilentEast.asm b/maps/RouteSilentEast.asm new file mode 100644 index 0000000..5891e63 --- /dev/null +++ b/maps/RouteSilentEast.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/RouteSilentEast.asm", ROMX + +RouteSilentEastScriptLoader:: ; db38a (36:738a) + ret + + db "@"
\ No newline at end of file diff --git a/maps/RouteSilentEastGate.asm b/maps/RouteSilentEastGate.asm new file mode 100644 index 0000000..ec687a8 --- /dev/null +++ b/maps/RouteSilentEastGate.asm @@ -0,0 +1,9 @@ +INCLUDE "constants.asm" + +SECTION "maps/RouteSilentEastGate.asm", ROMX + +RouteSilentEastGateScriptLoader:: ; d0040 (34:4040) + ret + +RouteSilentEastGateTextPointers:: ; d0041 (34:4041) + db "@"
\ No newline at end of file diff --git a/maps/RuinsOfAlphEntrance.asm b/maps/RuinsOfAlphEntrance.asm new file mode 100644 index 0000000..d295c26 --- /dev/null +++ b/maps/RuinsOfAlphEntrance.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/RuinsOfAlphEntrance.asm", ROMX + +RuinsOfAlphEntranceScriptLoader:: ; bc3c6 (2f:43c6) + ret + +RuinsOfAlphEntranceTextPointers:: ; bc3c7 (2f:43c7) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/RuinsOfAlphMain.asm b/maps/RuinsOfAlphMain.asm new file mode 100644 index 0000000..bb96c6f --- /dev/null +++ b/maps/RuinsOfAlphMain.asm @@ -0,0 +1,17 @@ +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
\ No newline at end of file diff --git a/maps/SilentHills.asm b/maps/SilentHill.asm index ed7639c..922503d 100644 --- a/maps/SilentHills.asm +++ b/maps/SilentHill.asm @@ -1,59 +1,59 @@ include "constants.asm" -SECTION "Silent Hills Script", ROMX[$7669], BANK[$36] +SECTION "maps/SilentHill.asm", ROMX -SilentHillsScriptLoader:: ; 7669 - ld hl, SilentHillsScriptPointers1 +SilentHillScriptLoader:: ; 7669 + ld hl, SilentHillScriptPointers1 call RunMapScript call WriteBackMapScriptNumber ret -SilentHillsNPCIDs1: ; 7673 +SilentHillNPCIDs1: ; 7673 db 0 db 2 db 3 db $FF -SilentHillsNPCIDs2: ; 7677 +SilentHillNPCIDs2: ; 7677 db 2 db 3 db $FF -SilentHillsNPCIDs3: ; 767A +SilentHillNPCIDs3: ; 767A db 1 db 2 db 3 db $FF -SilentHillsScriptPointers1: ; 767E - dw SilentHillsScript1 - dw SilentHillsNPCIDs1 +SilentHillScriptPointers1: ; 767E + dw SilentHillScript1 + dw SilentHillNPCIDs1 -SilentHillsScriptPointers2: ; 7682 - dw SilentHillsScript2 - dw SilentHillsNPCIDs1 +SilentHillScriptPointers2: ; 7682 + dw SilentHillScript2 + dw SilentHillNPCIDs1 -SilentHillsScriptPointers3: ; 7686 - dw SilentHillsScript3 - dw SilentHillsNPCIDs1 +SilentHillScriptPointers3: ; 7686 + dw SilentHillScript3 + dw SilentHillNPCIDs1 -SilentHillsScriptPointers4: ; 768A - dw SilentHillsScript4 - dw SilentHillsNPCIDs2 +SilentHillScriptPointers4: ; 768A + dw SilentHillScript4 + dw SilentHillNPCIDs2 -SilentHillsScriptPointers5: ; 768E - dw SilentHillsScript5 - dw SilentHillsNPCIDs3 +SilentHillScriptPointers5: ; 768E + dw SilentHillScript5 + dw SilentHillNPCIDs3 -SilentHillsScriptPointers6: ; 7692 - dw SilentHillsScript6 - dw SilentHillsNPCIDs2 +SilentHillScriptPointers6: ; 7692 + dw SilentHillScript6 + dw SilentHillNPCIDs2 -SilentHillsScriptPointers7: ; 7696 - dw SilentHillsScript7 - dw SilentHillsNPCIDs2 +SilentHillScriptPointers7: ; 7696 + dw SilentHillScript7 + dw SilentHillNPCIDs2 -SilentHillsScript1: ; 769A +SilentHillScript1: ; 769A ld a, [wYCoord] cp 5 ret nz @@ -65,7 +65,7 @@ SilentHillsScript1: ; 769A ld a, 02 call Function17f9 ld a, 02 - ld hl, SilentHillsMovement1 + ld hl, SilentHillMovement1 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -75,7 +75,7 @@ SilentHillsScript1: ; 769A call WriteIntod637 ret -SilentHillsMovement1: ; 76C8 +SilentHillMovement1: ; 76C8 db $0D db $0D db $0D @@ -84,18 +84,18 @@ SilentHillsMovement1: ; 76C8 db $02 db $32 -SilentHillsScript2: ; 76CF +SilentHillScript2: ; 76CF ld a, 0 ld d, RIGHT call SetObjectFacing - ld hl, SilentHillsTextRival1 + ld hl, SilentHillTextRival1 call OpenTextbox - ld hl, SilentHillsTextRival2 + ld hl, SilentHillTextRival2 call OpenTextbox ld hl, wJoypadFlags set 4, [hl] ld a, 2 - ld hl, SilentHillsMovement2 + ld hl, SilentHillMovement2 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -105,17 +105,17 @@ SilentHillsScript2: ; 76CF ld [wMapScriptNumber], a ret -SilentHillsMovement2: ; 76FF +SilentHillMovement2: ; 76FF db $00, $04, $08, $0C, $0C, $0C, $33 -SilentHillsScript3: ;7706 +SilentHillScript3: ;7706 call Function1848 ld a, 3 ld [wMapScriptNumber], a call InitUnknownBuffercc9e ret -SilentHillsScript4: ; 7712 +SilentHillScript4: ; 7712 ld a, [wXCoord] cp 0 jr nz, .bigjump @@ -126,7 +126,7 @@ SilentHillsScript4: ; 7712 jr nz, .bigjump .jump call Function776a - ld hl, SilentHillsTextNorthExit + ld hl, SilentHillTextNorthExit call OpenTextbox ld hl, wJoypadFlags set 4, [hl] @@ -137,10 +137,10 @@ SilentHillsScript4: ; 7712 ld a, [wYCoord] cp 9 jr z, .jump2 - ld hl, SilentHillsMovement3 + ld hl, SilentHillMovement3 jr .skip .jump2 - ld hl, SilentHillsMovement4 + ld hl, SilentHillMovement4 .skip ld a, 03 call LoadMovementDataPointer @@ -153,8 +153,8 @@ SilentHillsScript4: ; 7712 ret .bigjump - ld hl, SilentHillsNPCIDs2 - ld de, SilentHillsTextPointers + ld hl, SilentHillNPCIDs2 + ld de, SilentHillSignPointers call CallMapTextSubroutine ret @@ -166,17 +166,17 @@ Function776a: ; 776A ld [hl], a ret -SilentHillsMovement3: ; 7776 +SilentHillMovement3: ; 7776 db $0A, $0A, $0A, $09, $0A, $06, $02, $32 -SilentHillsMovement4: ; 777E +SilentHillMovement4: ; 777E db $0A, $0A, $0A, $0A, $06, $02, $32 -SilentHillsScript5: ; 7785 +SilentHillScript5: ; 7785 ld a, 0 ld d, RIGHT call SetObjectFacing - ld hl, SilentHillsTextPokemonInGrassString + ld hl, SilentHillTextPokemonInGrassString call OpenTextbox ld hl, wJoypadFlags set 4, [hl] @@ -190,10 +190,10 @@ SilentHillsScript5: ; 7785 ld a, [wYCoord] cp 9 jr z, .jump - ld hl, SilentHillsMovement5 + ld hl, SilentHillMovement5 jr .skip .jump - ld hl, SilentHillsMovement6 + ld hl, SilentHillMovement6 .skip ld a, 3 call LoadMovementDataPointer @@ -205,15 +205,15 @@ SilentHillsScript5: ; 7785 ld [wMapScriptNumber], a ret -SilentHillsMovement5: ; 77CC +SilentHillMovement5: ; 77CC db $0B, $0B, $0B, $0B, $0B, $0B, $08, $08, $08, $08, $0B, $0B, $0B, $0B, $0B, $0B, $0B, $0B, $05, $33 -SilentHillsMovement6: ; 77E0 +SilentHillMovement6: ; 77E0 db $0B, $0B, $0B, $0B, $0B, $0B, $08, $08, $08, $0B, $0B, $0B, $0B, $0B, $0B, $0B, $0B, $05, $33 -SilentHillsScript6: ; 77F3 - ld hl, SilentHillsNPCIDs2 - ld de, SilentHillsTextPointers +SilentHillScript6: ; 77F3 + ld hl, SilentHillNPCIDs2 + ld de, SilentHillSignPointers call CallMapTextSubroutine ld hl, wd41b bit 2, [hl] @@ -224,11 +224,11 @@ SilentHillsScript6: ; 77F3 ld [wMapScriptNumber], a ret -SilentHillsScript7: ; 780D +SilentHillScript7: ; 780D call CheckLabDoor ret z - ld hl, SilentHillsNPCIDs2 - ld de, SilentHillsTextPointers + ld hl, SilentHillNPCIDs2 + ld de, SilentHillSignPointers call CallMapTextSubroutine ret @@ -251,7 +251,7 @@ CheckLabDoor: ; 781B call SetObjectFacing ld hl, wJoypadFlags set 6, [hl] - ld hl, SilentHillsTextString1 + ld hl, SilentHillTextString1 call OpenTextbox call LabClosed call ClearAccumulator @@ -259,7 +259,7 @@ CheckLabDoor: ; 781B LabClosed: ; 784C ld a, 0 - ld hl, SilentHillsMovement7 + ld hl, SilentHillMovement7 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -267,64 +267,64 @@ LabClosed: ; 784C call WriteIntod637 ret -SilentHillsTextString1: ; 785F +SilentHillTextString1: ; 785F text "あれ? カギが かかっている" done -SilentHillsMovement7: ; 786F +SilentHillMovement7: ; 786F db $04, $32 -SilentHillsTextPointers: ; 7871 - dw SilentHillsPlayerHouseText +SilentHillSignPointers:: ; 7871 + dw SilentHillPlayerHouseText dw Function38c6 - dw SilentHillsSignText1 - dw SilentHillsLabText - dw SilentHillsRivalHouseText + dw SilentHillSignText1 + dw SilentHillLabText + dw SilentHillRivalHouseText -SilentHillsLabText: ; 787B - ld hl, SilentHillsTextString2 +SilentHillLabText: ; 787B + ld hl, SilentHillTextString2 call OpenTextbox ret -SilentHillsTextString2: ; 7882 +SilentHillTextString2: ; 7882 text "にゅうきょしゃ ぼしゅうちゅう!" done -SilentHillsSignText1: ; 7894 - ld hl, SilentHillsTextString3 +SilentHillSignText1: ; 7894 + ld hl, SilentHillTextString3 call OpenTextbox ret -SilentHillsTextString3: ; 789B +SilentHillTextString3: ; 789B text "ここは サイレント ヒル" line "しずかな おか" done -SilentHillsPlayerHouseText: ; 78B1 - ld hl, SilentHillsTextString4 +SilentHillPlayerHouseText: ; 78B1 + ld hl, SilentHillTextString4 call OpenTextbox ret -SilentHillsTextString4: ; 78B8 +SilentHillTextString4: ; 78B8 text "ここは <PLAYER> のいえ" done -SilentHillsRivalHouseText: ; 78C3 - ld hl, SilentHillsTextString5 +SilentHillRivalHouseText: ; 78C3 + ld hl, SilentHillTextString5 call OpenTextbox ret -SilentHillsTextString5: ; 78CA +SilentHillTextString5: ; 78CA text "ここは <RIVAL> のいえ" done -; 78D5 - dw SilentHillsTextRival1 ; west - dw SilentHillsTextNorthExit ; north - dw SilentHillsTextBackpack ; npc1 - dw SilentHillsTextPokemonHate ; npc2 +SilentHillTextPointers:: ; 78d5 + dw SilentHillTextRival1 ; west + dw SilentHillTextNorthExit ; north + dw SilentHillTextBackpack ; npc1 + dw SilentHillTextPokemonHate ; npc2 -SilentHillsTextRival1: ; 78DD +SilentHillTextRival1: ; 78DD text "<RIVAL>『よう ちょっと おまえに" cont "じまん したいことが" cont "あってきたんだよ" @@ -364,7 +364,7 @@ MomNameMenuHeaderUnused: ; 7989 db "ママ@" db "かあちゃん@" -SilentHillsTextRival2: ; 79AC - BYTE OFF +SilentHillTextRival2: ; 79AC - BYTE OFF text "<RIVAL>『えー かっこわりい!" line "そんな こどもっぽい" cont "よびかた してるなんて" @@ -377,12 +377,12 @@ SilentHillsTextRival2: ; 79AC - BYTE OFF cont "いくことに するぜ!" done -SilentHillsTextNorthExit: ; 7A14 +SilentHillTextNorthExit: ; 7A14 text "ちょいまち!" line "まってよ! まてっ てば!" done -SilentHillsTextPokemonInGrassString: ; 7A2A +SilentHillTextPokemonInGrassString: ; 7A2A text "きみは まったく" line "なんにも しらないんだね!" cont "くさむらでは" @@ -397,22 +397,22 @@ SilentHillsTextPokemonInGrassString: ; 7A2A cont "ぼくに ついて きて!" done -SilentHillsTextBackpack: ; 7A99 - ld hl, SilentHillsTextBackpackString +SilentHillTextBackpack: ; 7A99 + ld hl, SilentHillTextBackpackString call OpenTextbox ret -SilentHillsTextBackpackString: ; 7AA0 +SilentHillTextBackpackString: ; 7AA0 text "あなたの りュック かっこいいわよ" line "どこで てに いれたの?" done -SilentHillsTextPokemonHate: ; 7AC0 - ld hl, SilentHillsTextPokemonHateString +SilentHillTextPokemonHate: ; 7AC0 + ld hl, SilentHillTextPokemonHateString call OpenTextbox ret -SilentHillsTextPokemonHateString: ; 7AC7 +SilentHillTextPokemonHateString: ; 7AC7 text "よのなかに ポケモンが きらいな" line "ひとは いるのかな?" done diff --git a/maps/SilentHouse.asm b/maps/SilentHillHouse.asm index 70a6649..8a48ef3 100644 --- a/maps/SilentHouse.asm +++ b/maps/SilentHillHouse.asm @@ -1,61 +1,61 @@ include "constants.asm" -SECTION "Silent Hills House", ROMX[$4839], BANK[$34] +SECTION "maps/SilentHillHouse.asm", ROMX -SilentHouseScriptLoader:: ; 4839 - ld hl, SilentHouseScriptPointers +SilentHillHouseScriptLoader:: ; 4839 + ld hl, SilentHillHouseScriptPointers call RunMapScript call WriteBackMapScriptNumber ret -SilentHouseScriptPointers: ; 4843 - dw SilentHouseScript1 - dw SilentHouseNPCIDs1 - dw SilentHouseScript2 - dw SilentHouseNPCIDs2 - dw SilentHouseScript3 - dw SilentHouseNPCIDs1 - -SilentHouseScript1: ; 484F - ld hl, SilentHouseNPCIDs1 - ld de, SilentHouseTextPointers1 +SilentHillHouseScriptPointers: ; 4843 + dw SilentHillHouseScript1 + dw SilentHillHouseNPCIDs1 + dw SilentHillHouseScript2 + dw SilentHillHouseNPCIDs2 + dw SilentHillHouseScript3 + dw SilentHillHouseNPCIDs1 + +SilentHillHouseScript1: ; 484F + ld hl, SilentHillHouseNPCIDs1 + ld de, SilentHillHouseTextPointers2 call CallMapTextSubroutine ret -SilentHouseScript2: ; 4859 - ld hl, SilentHouseNPCIDs2 - ld de, SilentHouseTextPointers1 +SilentHillHouseScript2: ; 4859 + ld hl, SilentHillHouseNPCIDs2 + ld de, SilentHillHouseTextPointers2 call CallMapTextSubroutine ret -SilentHouseScript3: ; 4863 - ld hl, SilentHouseNPCIDs1 - ld de, SilentHouseTextPointers1 +SilentHillHouseScript3: ; 4863 + ld hl, SilentHillHouseNPCIDs1 + ld de, SilentHillHouseTextPointers2 call CallMapTextSubroutine ret -SilentHouseNPCIDs1: +SilentHillHouseNPCIDs1: db 0 db $FF -SilentHouseNPCIDs2: +SilentHillHouseNPCIDs2: db 0 db 1 db $FF -SilentHouseTextPointers1:: ; 4872 - dw SilentHouseNPCText1 +SilentHillHouseTextPointers2:: ; 4872 + dw SilentHillHouseNPCText1 dw Function38bd dw Function3899 dw Function38b4 dw Function38ab dw Function38cf -SilentHouseNPCText1: ; 487E +SilentHillHouseNPCText1: ; 487E ld hl, wd41a bit 6, [hl] jr nz, .jump - ld hl, SilentHouseTextString1 + ld hl, SilentHillHouseTextString1 call OpenTextbox ret @@ -66,28 +66,28 @@ SilentHouseNPCText1: ; 487E call Function1fea ret -SilentHouseTextString1: ; 489B +SilentHillHouseTextString1: ; 489B text "おや? <RIVAL>あてに メールが" line "とどいている ようだ" cont "よんでみる?@" db $08 -SilentHouseNPCText2: ; 48BD (unused due to typo in the text pointers?) +SilentHillHouseNPCText2: ; 48BD (unused due to typo in the text pointers?) call YesNoBox jr c, .jump ld hl, wd41a set 6, [hl] - ld hl, SilentHouseTextString2 + ld hl, SilentHillHouseTextString2 call PrintText call Function3036 ret .jump - ld hl, SilentHouseTextString3 + ld hl, SilentHillHouseTextString3 call PrintText call Function3036 ret -SilentHouseTextString2: ; 48DB +SilentHillHouseTextString2: ; 48DB text "とつぜん メールを さしあげる" line "しつれいを おゆるしあれ" @@ -97,43 +97,43 @@ SilentHouseTextString2: ; 48DB cont "ポケモンけんきゅうしゃ オーキド" done -SilentHouseTextString3: ; 4937 +SilentHillHouseTextString3: ; 4937 text "ひとのメールは" line "みちゃ いけないよな<⋯⋯>" done -SilentHouseTextPointers2:: ; 494C - dw SilentHouseNPCText3 - dw SilentHouseNPCText4 +SilentHillHouseTextPointers:: ; 494C + dw SilentHillHouseNPCText3 + dw SilentHillHouseNPCText4 -SilentHouseNPCText3: ; 4950 - ld hl, SilentHouseTextString4 +SilentHillHouseNPCText3: ; 4950 + ld hl, SilentHillHouseTextString4 call OpenTextbox ret -SilentHouseTextString4: ; 4957 +SilentHillHouseTextString4: ; 4957 text "このまえ かわったいろの" line "ポッポを みかけたわ" done -SilentHouseNPCText4: ; 4970 +SilentHillHouseNPCText4: ; 4970 ld hl, wd41e bit 2, [hl] jr nz, .jump ld hl, wd41e set 2, [hl] - ld hl, SilentHouseTextString5 + ld hl, SilentHillHouseTextString5 call OpenTextbox call WaitBGMap - ld hl, SilentHouseTextString6 + ld hl, SilentHillHouseTextString6 jr .skip .jump - ld hl, SilentHouseTextString7 + ld hl, SilentHillHouseTextString7 .skip call OpenTextbox ret -SilentHouseTextString5: ; 4991 +SilentHillHouseTextString5: ; 4991 text "ケン『ななな" line "なんだ <PLAYER> じゃないか!" @@ -151,7 +151,7 @@ SilentHouseTextString5: ; 4991 cont "よし これで マップが みれるぞ!" done -SilentHouseTextString6: ; 4A29 +SilentHillHouseTextString6: ; 4A29 text "もし オールドにいくなら" line "マサキって やつに あうといい" @@ -161,7 +161,7 @@ SilentHouseTextString6: ; 4A29 cont "てだすけを してくれるぜ" done -SilentHouseTextString7: ; 4A76 +SilentHillHouseTextString7: ; 4A76 text "ケン『<PLAYER>" line "オーキドはかせに みこまれて" cont "ポケモンずかんを つくるんだって?" diff --git a/maps/SilentLabP2.asm b/maps/SilentHillLabBack.asm index 54aab8f..7947dd4 100644 --- a/maps/SilentLabP2.asm +++ b/maps/SilentHillLabBack.asm @@ -1,52 +1,52 @@ include "constants.asm" -SECTION "Silent Lab P2 Script", ROMX[$5C69], BANK[$34] +SECTION "maps/SilentHillLabBack.asm", ROMX -SilentLabP2ScriptLoader:: ; 5C69 - ld hl, SilentLabP2ScriptPointers +SilentHillLabBackScriptLoader:: ; 5C69 + ld hl, SilentHillLabBackScriptPointers call RunMapScript call WriteBackMapScriptNumber ret -SilentLabP2ScriptPointers: ; 5C73 - dw SilentLabP2Script1 - dw SilentLabP2NPCIDs1 - dw SilentLabP2Script2 - dw SilentLabP2NPCIDs1 - dw SilentLabP2Script3 - dw SilentLabP2NPCIDs1 - dw SilentLabP2RivalChoosePokemon - dw SilentLabP2NPCIDs1 - dw SilentLabP2Script5 - dw SilentLabP2NPCIDs1 - dw SilentLabP2Script6 - dw SilentLabP2NPCIDs1 - dw SilentLabP2Script7 - dw SilentLabP2NPCIDs1 - -SilentLabP2NPCIDs1: ; 5C8F +SilentHillLabBackScriptPointers: ; 5C73 + dw SilentHillLabBackScript1 + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackScript2 + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackScript3 + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackRivalChoosePokemon + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackScript5 + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackScript6 + dw SilentHillLabBackNPCIDs1 + dw SilentHillLabBackScript7 + dw SilentHillLabBackNPCIDs1 + +SilentHillLabBackNPCIDs1: ; 5C8F db 00, 01, 02, 03, 04, $FF -SilentLabP2NPCIDs2: ; 5C95 +SilentHillLabBackNPCIDs2: ; 5C95 db 00, 01, 04, $FF -SilentLabP2NPCIDs3: ; 5C99 +SilentHillLabBackNPCIDs3: ; 5C99 db 00, 01, 02, $FF -SilentLabP2NPCIDs4: ; 5C9D +SilentHillLabBackNPCIDs4: ; 5C9D db 00, 01, 03, $FF -SilentLabP2TextPointers1: ; 5CA1 - dw SilentLabP2Text1 - dw SilentLabP2Func3 - dw SilentLabP2Func4 - dw SilentLabP2Func4 - dw SilentLabP2Func4 +SilentHillLabBackTextPointers:: ; 5CA1 + dw SilentHillLabBackText1 + dw SilentHillLabBackFunc3 + dw SilentHillLabBackFunc4 + dw SilentHillLabBackFunc4 + dw SilentHillLabBackFunc4 -SilentLabP2Script1: ; 5CAB +SilentHillLabBackScript1: ; 5CAB ld hl, wJoypadFlags set 4, [hl] ld a, 0 call Function17f9 ld a, 0 - ld hl, SilentLabP2Movement1 + ld hl, SilentHillLabBackMovement1 call LoadMovementDataPointer ld hl, wd41b set 1, [hl] @@ -58,38 +58,38 @@ SilentLabP2Script1: ; 5CAB call WriteIntod637 ret -SilentLabP2Movement1: ; 5CD2 +SilentHillLabBackMovement1: ; 5CD2 db 09, 09, 05, $32 -SilentLabP2Script2: ; 5CD6 +SilentHillLabBackScript2: ; 5CD6 ld hl, wc5ed set 6, [hl] call Function20f8 ld a, 3 ld d, UP call SetObjectFacing - ld hl, SilentLabP2TextString1 + ld hl, SilentHillLabBackTextString1 call OpenTextbox - ld hl, SilentLabP2TextString10 + ld hl, SilentHillLabBackTextString10 call OpenTextbox - ld hl, SilentLabP2TextString2 + ld hl, SilentHillLabBackTextString2 call OpenTextbox ld a, 2 ld [wMapScriptNumber], a ret -SilentLabP2Script3: ; 5CFD - ld hl, SilentLabP2NPCIDs1 - ld de, SilentLabP2TextPointers2 +SilentHillLabBackScript3: ; 5CFD + ld hl, SilentHillLabBackNPCIDs1 + ld de, SilentHillLabBackTextPointers2 call CallMapTextSubroutine ret -SilentLabP2RivalChoosePokemon: ; 5D07 +SilentHillLabBackRivalChoosePokemon: ; 5D07 ld hl, wJoypadFlags set 4, [hl] ld a, 3 call Function17f9 - ld hl, SilentLabP2MovementPointers + ld hl, SilentHillLabBackMovementPointers ld a, [wChosenStarter] ld d, 0 ld e, a @@ -108,27 +108,27 @@ SilentLabP2RivalChoosePokemon: ; 5D07 call WriteIntod637 ret -SilentLabP2MovementPointers: ; 5D34 - dw SilentLabP2Movement2+1 - dw SilentLabP2Movement2 - dw SilentLabP2Movement2+2 +SilentHillLabBackMovementPointers: ; 5D34 + dw SilentHillLabBackMovement2+1 + dw SilentHillLabBackMovement2 + dw SilentHillLabBackMovement2+2 -SilentLabP2Movement2: ; 5D3A +SilentHillLabBackMovement2: ; 5D3A db $0B, $0B, $0B, $0B, $05, $32 -SilentLabP2Script5: ; 5D40 - ld hl, SilentLabP2TextString12 +SilentHillLabBackScript5: ; 5D40 + ld hl, SilentHillLabBackTextString12 call OpenTextbox ld a, [wd266] ld [wNamedObjectIndexBuffer], a call GetPokemonName - ld hl, SilentLabP2TextString13 + ld hl, SilentHillLabBackTextString13 call OpenTextbox ld a, 5 ld [wMapScriptNumber], a ret -SilentLabP2Script6: ; 5D5B +SilentHillLabBackScript6: ; 5D5B call Function20f8 ld hl, wc5ed res 6, [hl] @@ -136,23 +136,23 @@ SilentLabP2Script6: ; 5D5B ld[wMapScriptNumber], a ret -SilentLabP2Script7: ; 5D69 - ld hl, SilentLabP2NPCIDs1 - ld de, SilentLabP2TextPointers2 +SilentHillLabBackScript7: ; 5D69 + ld hl, SilentHillLabBackNPCIDs1 + ld de, SilentHillLabBackTextPointers2 call CallMapTextSubroutine ret -SilentLabP2Text1: ; 5D73 +SilentHillLabBackText1: ; 5D73 ld hl, wd41b bit 2, [hl] - ld hl, SilentLabP2TextString3 + ld hl, SilentHillLabBackTextString3 jr z, .skip - ld hl, SilentLabP2TextString9 + ld hl, SilentHillLabBackTextString9 .skip call OpenTextbox ret -SilentLabP2TextString1: ; 5D84 +SilentHillLabBackTextString1: ; 5D84 text "オーキド『ほれ そこに 3びき" cont "ポケモンが いる じゃろう!" cont "ほっほ!" @@ -162,18 +162,18 @@ SilentLabP2TextString1: ; 5D84 cont "⋯⋯ さあ えらべ!" done -SilentLabP2TextString2: ; 5DCD +SilentHillLabBackTextString2: ; 5DCD text "オーキド『まあ" line "あわてるな <RIVAL>!" cont "おまえも すきなものを とれ!" done -SilentLabP2TextString3: ; 5DEF +SilentHillLabBackTextString3: ; 5DEF text "オーキド『さあ <PLAYER>" line "どの ポケモンに するかね?" done -SilentLabP2TextString4: ; 5E1C +SilentHillLabBackTextString4: ; 5E1C text "オーキド『ほう! ほのおのポケモン" line "@" ld bc, wStringBuffer1 @@ -183,7 +183,7 @@ SilentLabP2TextString4: ; 5E1C call Function3036 ret -SilentLabP2TextString5: ; 5E32 +SilentHillLabBackTextString5: ; 5E32 text "オーキド『ふむ みずのポケモン" line "@" ld bc, wStringBuffer1 @@ -193,7 +193,7 @@ SilentLabP2TextString5: ; 5E32 call Function3036 ret -SilentLabP2TextString6: ; 5E6E +SilentHillLabBackTextString6: ; 5E6E text "オーキド『おお! くさのポケモン" line "@" ld bc, wStringBuffer1 @@ -214,7 +214,7 @@ ConfirmPokemonSelection: ; 5E85 ld [wd29a], a ld a, 1 ld [wd2a0], a - ld hl, SilentLabP2TextString8 + ld hl, SilentHillLabBackTextString8 call PrintText ld hl, wJoypadFlags set 5, [hl] @@ -229,16 +229,16 @@ ConfirmPokemonSelection: ; 5E85 ld [wMapScriptNumber], a ret .bigJump ; 5EC6 - ld hl, SilentLabP2TextString7 + ld hl, SilentHillLabBackTextString7 call PrintText ret -SilentLabP2TextString7: ; 5ECD +SilentHillLabBackTextString7: ; 5ECD text "では" line "どれに するのじゃ?" done -SilentLabP2TextString8: ; 5EDC +SilentHillLabBackTextString8: ; 5EDC text "オーキド『この ポケモンは" line "ほんとに げんきが いいぞ!" @@ -247,53 +247,53 @@ SilentLabP2TextString8: ; 5EDC ld bc, wStringBuffer1 text "を もらった!<PROMPT>" -SilentLabP2TextString9: ; 5F14 +SilentHillLabBackTextString9: ; 5F14 text "オーキド『そうじゃ!" line "やせいの ポケモンが でて きても" cont "そいつを たたかわせて いけば" cont "となりまちへ いける!" done -SilentLabP2Func3: ; 5F4E +SilentHillLabBackFunc3: ; 5F4E ld hl, wd41b bit 2, [hl] - ld hl, SilentLabP2TextString11 + ld hl, SilentHillLabBackTextString11 jr z, .skip - ld hl, SilentLabP2TextString14 + ld hl, SilentHillLabBackTextString14 .skip call OpenTextbox ret -SilentLabP2TextString10: ; 5F5F +SilentHillLabBackTextString10: ; 5F5F text "<RIVAL>『あッ! おれにも!" line "じいさん おれにもくれよう!" done -SilentLabP2TextString11: ; 5F7B +SilentHillLabBackTextString11: ; 5F7B text "<RIVAL>『いいぜ <PLAYER>!" line "さきに えらんで!" cont "おれは こころが ひろいからな" done -SilentLabP2TextString12: ; 5F9F +SilentHillLabBackTextString12: ; 5F9F text "<RIVAL>『じゃ おれは これ!" done -SilentLabP2TextString13: ; 5FAD +SilentHillLabBackTextString13: ; 5FAD text "<RIVAL>は オーキドから" line "@" ld bc, wStringBuffer1 text "を もらった!" done -SilentLabP2TextString14: ; 5FC5 +SilentHillLabBackTextString14: ; 5FC5 text "<RIVAL>『<PLAYER>の#" line "いいなあ!" cont "でも おれのポケモンも" cont "ちょっと いいだろ?" done -SilentLabP2Func4: ; 5FE9 +SilentHillLabBackFunc4: ; 5FE9 ld hl, wd41b bit 2, [hl] jr nz, .bigjump @@ -302,7 +302,7 @@ SilentLabP2Func4: ; 5FE9 ld [wChosenStarter], a ld d, 0 ld e, a - ld hl, SilentLabP2StarterData + ld hl, SilentHillLabBackStarterData add hl, de add hl, de add hl, de @@ -328,11 +328,11 @@ SilentLabP2Func4: ; 5FE9 ld [wd266], a ret .bigjump - ld hl, SilentLabP2TextString15 + ld hl, SilentHillLabBackTextString15 call OpenTextbox ret -SilentLabP2StarterData: ; 6031 +SilentHillLabBackStarterData: ; 6031 db DEX_HONOGUMA dw $5E09 db DEX_KURUSU @@ -345,12 +345,12 @@ SilentLabP2StarterData: ; 6031 dw $5E5C db DEX_HONOGUMA -SilentLabP2TextString15: ; 603D +SilentHillLabBackTextString15: ; 603D text "オーキド『これ!" line "よくばっちゃ いかん!" done -SilentLabP2TextPointers2: ; 6053 +SilentHillLabBackTextPointers2: ; 6053 dw Function3899 dw Function3899 dw Function3899 diff --git a/maps/SilentLabP1.asm b/maps/SilentHillLabFront.asm index eb4cd57..0ab5266 100644 --- a/maps/SilentLabP1.asm +++ b/maps/SilentHillLabFront.asm @@ -1,95 +1,95 @@ include "constants.asm" -SECTION "Silent Lab P1", ROMX[$4BBC], BANK[$34] +SECTION "maps/SilentHillLabFront.asm", ROMX -SilentLabP1ScriptLoader:: ; 4BBC - ld hl, SilentLabP1ScriptPointers +SilentHillLabFrontScriptLoader:: ; 4BBC + ld hl, SilentHillLabFrontScriptPointers call RunMapScript call WriteBackMapScriptNumber ret -SilentLabP1ScriptPointers: ; 4BC6 - dw SilentLabP1Script1 - dw SilentLabP1NPCIDs1 +SilentHillLabFrontScriptPointers: ; 4BC6 + dw SilentHillLabFrontScript1 + dw SilentHillLabFrontNPCIDs1 - dw SilentLabP1Script2 - dw SilentLabP1NPCIDs2 + dw SilentHillLabFrontScript2 + dw SilentHillLabFrontNPCIDs2 - dw SilentLabP1Script3 - dw SilentLabP1NPCIDs2 + dw SilentHillLabFrontScript3 + dw SilentHillLabFrontNPCIDs2 - dw SilentLabP1Script4 - dw SilentLabP1NPCIDs2 + dw SilentHillLabFrontScript4 + dw SilentHillLabFrontNPCIDs2 - dw SilentLabP1Conversation1 - dw SilentLabP1NPCIDs2 + dw SilentHillLabFrontConversation1 + dw SilentHillLabFrontNPCIDs2 - dw SilentLabP1Script6 - dw SilentLabP1NPCIDs3 + dw SilentHillLabFrontScript6 + dw SilentHillLabFrontNPCIDs3 - dw SilentLabP1Script7 - dw SilentLabP1NPCIDs4 + dw SilentHillLabFrontScript7 + dw SilentHillLabFrontNPCIDs4 - dw SilentLabP1Script8 - dw SilentLabP1NPCIDs5 + dw SilentHillLabFrontScript8 + dw SilentHillLabFrontNPCIDs5 - dw SilentLabP1Script9 - dw SilentLabP1NPCIDs5 + dw SilentHillLabFrontScript9 + dw SilentHillLabFrontNPCIDs5 - dw SilentLabP1Script10 - dw SilentLabP1NPCIDs5 + dw SilentHillLabFrontScript10 + dw SilentHillLabFrontNPCIDs5 - dw SilentLabP1Script11 - dw SilentLabP1NPCIDs5 + dw SilentHillLabFrontScript11 + dw SilentHillLabFrontNPCIDs5 - dw SilentLabP1Script12 - dw SilentLabP1NPCIDs6 + dw SilentHillLabFrontScript12 + dw SilentHillLabFrontNPCIDs6 - dw SilentLabP1Script13 - dw SilentLabP1NPCIDs6 + dw SilentHillLabFrontScript13 + dw SilentHillLabFrontNPCIDs6 - dw SilentLabP1Script14 - dw SilentLabP1NPCIDs6 + dw SilentHillLabFrontScript14 + dw SilentHillLabFrontNPCIDs6 - dw SilentLabP1Script15 - dw SilentLabP1NPCIDs7 + dw SilentHillLabFrontScript15 + dw SilentHillLabFrontNPCIDs7 - dw SilentLabP1Script16 - dw SilentLabP1NPCIDs7 + dw SilentHillLabFrontScript16 + dw SilentHillLabFrontNPCIDs7 - dw SilentLabP1Script17 - dw SilentLabP1NPCIDs7 + dw SilentHillLabFrontScript17 + dw SilentHillLabFrontNPCIDs7 - dw SilentLabP1Script18 - dw SilentLabP1NPCIDs7 + dw SilentHillLabFrontScript18 + dw SilentHillLabFrontNPCIDs7 - dw SilentLabP1Script19 - dw SilentLabP1NPCIDs9 + dw SilentHillLabFrontScript19 + dw SilentHillLabFrontNPCIDs9 -SilentLabP1NPCIDs1: ; 4C12 +SilentHillLabFrontNPCIDs1: ; 4C12 db $02 db $09 db $0A db $FF -SilentLabP1NPCIDs2: ; 4C16 +SilentHillLabFrontNPCIDs2: ; 4C16 db $00 db $02 db $04 db $09 db $0A db $FF -SilentLabP1NPCIDs3: ; 4C1C +SilentHillLabFrontNPCIDs3: ; 4C1C db $02 db $04 db $09 db $0A db $FF -SilentLabP1NPCIDs4: ; 4C21 +SilentHillLabFrontNPCIDs4: ; 4C21 db $04 db $09 db $0A db $FF -SilentLabP1NPCIDs5: ; 4C25 +SilentHillLabFrontNPCIDs5: ; 4C25 db $01 db $03 db $05 @@ -99,7 +99,7 @@ SilentLabP1NPCIDs5: ; 4C25 db $09 db $0A db $FF -SilentLabP1NPCIDs6: ; 4C2E +SilentHillLabFrontNPCIDs6: ; 4C2E db $01 db $03 db $05 @@ -107,14 +107,14 @@ SilentLabP1NPCIDs6: ; 4C2E db $07 db $08 db $FF -SilentLabP1NPCIDs7: ; 4C35 +SilentHillLabFrontNPCIDs7: ; 4C35 db $00 db $05 db $06 db $07 db $08 db $FF -SilentLabP1NPCIDs8: ; 4C3B (unused?) +SilentHillLabFrontNPCIDs8: ; 4C3B (unused?) db $00 db $03 db $05 @@ -124,34 +124,34 @@ SilentLabP1NPCIDs8: ; 4C3B (unused?) db $09 db $0A db $FF -SilentLabP1NPCIDs9: ; 4C44 +SilentHillLabFrontNPCIDs9: ; 4C44 db $00 db $07 db $08 db $FF -SilentLabP1TextPointers1:: ; 4C48 - dw SilentLabP1Text4 - dw SilentLabP1Text7 - dw SilentLabP1Text10 - dw SilentLabP1Text11 - dw SilentLabP1TextString20 - dw SilentLabP1Text12 - dw SilentLabP1Text13 - dw SilentLabP1Text14 - dw SilentLabP1Text15 - dw SilentLabP1Text16 - dw SilentLabP1Text16 - -SilentLabP1Script1: ; 4C5E - call SilentLabP1MoveDown +SilentHillLabFrontTextPointers:: ; 4C48 + dw SilentHillLabFrontText4 + dw SilentHillLabFrontText7 + dw SilentHillLabFrontText10 + dw SilentHillLabFrontText11 + dw SilentHillLabFrontTextString20 + dw SilentHillLabFrontText12 + dw SilentHillLabFrontText13 + dw SilentHillLabFrontText14 + dw SilentHillLabFrontText15 + dw SilentHillLabFrontText16 + dw SilentHillLabFrontText16 + +SilentHillLabFrontScript1: ; 4C5E + call SilentHillLabFrontMoveDown ret z - ld hl, SilentLabP1NPCIDs1 - ld de, SilentLabP1TextPointers2 + ld hl, SilentHillLabFrontNPCIDs1 + ld de, SilentHillLabFrontTextPointers2 call CallMapTextSubroutine ret -SilentLabP1MoveDown: ; 4C6C +SilentHillLabFrontMoveDown: ; 4C6C ld a, [wXCoord] cp 4 ret nz @@ -161,13 +161,13 @@ SilentLabP1MoveDown: ; 4C6C ldh a, [hJoyState] bit 6, a jp z, SetFFInAccumulator - call SilentLabP1Text3 + call SilentHillLabFrontText3 ld hl, wJoypadFlags set 4, [hl] ld a, 0 call Function17f9 ld a, 0 - ld hl, SilentLabP1Movement1 + ld hl, SilentHillLabFrontMovement1 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -176,15 +176,15 @@ SilentLabP1MoveDown: ; 4C6C call ClearAccumulator ret -SilentLabP1Movement1: ; 4CA2 +SilentHillLabFrontMovement1: ; 4CA2 db $06, $32 -SilentLabP1Script2: ; 4CA4 +SilentHillLabFrontScript2: ; 4CA4 ld a, 2 ld [wMapScriptNumber], a ret -SilentLabP1Script3: ; 4CAA +SilentHillLabFrontScript3: ; 4CAA ld a, 6 call Function17f9 ld a, 0 @@ -192,7 +192,7 @@ SilentLabP1Script3: ; 4CAA ld b, 6 ld c, 0 call StartFollow - ld hl, SilentLabP1Movement2 + ld hl, SilentHillLabFrontMovement2 ld a, 6 call LoadMovementDataPointer ld hl, wc5ed @@ -203,47 +203,47 @@ SilentLabP1Script3: ; 4CAA call WriteIntod637 ret -SilentLabP1Movement2: ; 4CD3 +SilentHillLabFrontMovement2: ; 4CD3 db 09, 09, 09, 09, 09, 09, 09, 09, 09, 05, 07, 01, $32 -SilentLabP1Script4: ; 4CE0 +SilentHillLabFrontScript4: ; 4CE0 call Function1828 ld a, 4 ld [wMapScriptNumber], a ret -SilentLabP1Conversation1: ; 4CE9 +SilentHillLabFrontConversation1: ; 4CE9 ld a, 4 ld d, RIGHT call SetObjectFacing - ld hl, SilentLabP1TextString20 + ld hl, SilentHillLabFrontTextString20 call OpenTextbox - ld hl, SilentLabP1TextString4 + ld hl, SilentHillLabFrontTextString4 call OpenTextbox ld a, 4 ld d, UP call SetObjectFacing - ld hl, SilentLabP1TextString28 + ld hl, SilentHillLabFrontTextString28 call OpenTextbox - ld hl, SilentLabP1TextString5 + ld hl, SilentHillLabFrontTextString5 call OpenTextbox ld a, 4 ld d, RIGHT call SetObjectFacing - ld hl, SilentLabP1TextString29 + ld hl, SilentHillLabFrontTextString29 call OpenTextbox - ld hl, SilentLabP1TextString7 + ld hl, SilentHillLabFrontTextString7 call OpenTextbox - call SilentLabP1Script5 + call SilentHillLabFrontScript5 ret -SilentLabP1Script5: ; 4D26 +SilentHillLabFrontScript5: ; 4D26 ld hl, wJoypadFlags set 4, [hl] ld a, 2 call Function17f9 ld a, 2 - ld hl, SilentLabP1Movement3 + ld hl, SilentHillLabFrontMovement3 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -253,16 +253,16 @@ SilentLabP1Script5: ; 4D26 call WriteIntod637 ret -SilentLabP1Movement3: ; 4D48 +SilentHillLabFrontMovement3: ; 4D48 db 9, 5, $33 -SilentLabP1Script6: ; 4D4B +SilentHillLabFrontScript6: ; 4D4B ld hl, wJoypadFlags set 4, [hl] ld a, 4 call Function17f9 ld a, 4 - ld hl, SilentLabP1Movement4 + ld hl, SilentHillLabFrontMovement4 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -272,16 +272,16 @@ SilentLabP1Script6: ; 4D4B call WriteIntod637 ret -SilentLabP1Movement4: ; 4D6D +SilentHillLabFrontMovement4: ; 4D6D db $0D, $0D, $0F, $0D, $0D, $33 -SilentLabP1Script7: ; 4D73 +SilentHillLabFrontScript7: ; 4D73 ld hl, wJoypadFlags set 4, [hl] ld a, 0 call Function17f9 ld a, 0 - ld hl, SilentLabP1Movement5 + ld hl, SilentHillLabFrontMovement5 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -291,10 +291,10 @@ SilentLabP1Script7: ; 4D73 call WriteIntod637 ret -SilentLabP1Movement5: ; 4D95 +SilentHillLabFrontMovement5: ; 4D95 db 09, 09, 09, 05, $32 -SilentLabP1Script8: ; 4D9A +SilentHillLabFrontScript8: ; 4D9A ld a, 3 call Function1989 ld a, 5 @@ -304,7 +304,7 @@ SilentLabP1Script8: ; 4D9A ld a, 0 call Function17f9 ld a, 0 - ld hl, SilentLabP1Movement6 + ld hl, SilentHillLabFrontMovement6 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -314,10 +314,10 @@ SilentLabP1Script8: ; 4D9A call WriteIntod637 ret -SilentLabP1Movement6: ; 4DC6 +SilentHillLabFrontMovement6: ; 4DC6 db 8, 8, 8, $0A, 6, $32 -SilentLabP1Script9: ; 4DCC +SilentHillLabFrontScript9: ; 4DCC ld hl, wJoypadFlags set 4, [hl] ld a, 5 @@ -325,7 +325,7 @@ SilentLabP1Script9: ; 4DCC ld a, 5 call Function197e ld a, 5 - ld hl, SilentLabP1Movement7 + ld hl, SilentHillLabFrontMovement7 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -335,14 +335,14 @@ SilentLabP1Script9: ; 4DCC call WriteIntod637 ret -SilentLabP1Movement7: ; 4DF3 +SilentHillLabFrontMovement7: ; 4DF3 db $08, $08, $08, $08, $0A, $06, $32 -SilentLabP1Script10: ; 4DFA +SilentHillLabFrontScript10: ; 4DFA ld a, 5 ld d, RIGHT call SetObjectFacing - ld hl, SilentLabP1TextString21 + ld hl, SilentHillLabFrontTextString21 call OpenTextbox ld hl, wJoypadFlags set 4, [hl] @@ -357,7 +357,7 @@ SilentLabP1Script10: ; 4DFA ld a, 3 call Function197e ld a, 3 - ld hl, SilentLabP1Movement8 + ld hl, SilentHillLabFrontMovement8 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -367,21 +367,21 @@ SilentLabP1Script10: ; 4DFA call WriteIntod637 ret -SilentLabP1Movement8: ; 4E3C +SilentHillLabFrontMovement8: ; 4E3C db $08, $04, $32 -SilentLabP1Script11: ; 4E3F - ld hl, SilentLabP1TextString8 +SilentHillLabFrontScript11: ; 4E3F + ld hl, SilentHillLabFrontTextString8 call OpenTextbox - ld hl, SilentLabP1TextString9 + ld hl, SilentHillLabFrontTextString9 call OpenTextbox ld a, $0B call Function1617 ld a, $0C call Function1617 - ld hl, SilentLabP1TextString10 + ld hl, SilentHillLabFrontTextString10 call OpenTextbox - ld hl, SilentLabP1TextString15 + ld hl, SilentHillLabFrontTextString15 call OpenTextbox ld hl, wd41c set 4, [hl] @@ -391,27 +391,27 @@ SilentLabP1Script11: ; 4E3F call InitUnknownBuffercc9e ret -SilentLabP1Script12: ; 4E72 - call SilentLabP1MoveDown +SilentHillLabFrontScript12: ; 4E72 + call SilentHillLabFrontMoveDown ret z - call SilentLabP1RivalMovePokemon + call SilentHillLabFrontRivalMovePokemon ret z - ld hl, SilentLabP1NPCIDs6 - ld de, SilentLabP1TextPointers2 + ld hl, SilentHillLabFrontNPCIDs6 + ld de, SilentHillLabFrontTextPointers2 call CallMapTextSubroutine ret -SilentLabP1RivalMovePokemon: ; 4E84 +SilentHillLabFrontRivalMovePokemon: ; 4E84 ld a, [wYCoord] cp 8 ret nz - ld hl, SilentLabP1Movement9 + ld hl, SilentHillLabFrontMovement9 ld a, [wXCoord] cp 3 jr z, .jump cp 4 ret nz - ld hl, SilentLabP1Movement10 + ld hl, SilentHillLabFrontMovement10 .jump push hl ld hl, wJoypadFlags @@ -430,14 +430,14 @@ SilentLabP1RivalMovePokemon: ; 4E84 call ClearAccumulator ret -SilentLabP1Movement9: ; 4EDE +SilentHillLabFrontMovement9: ; 4EDE db $08, $0B, $0B, $08, $08, $04, $32 -SilentLabP1Movement10: ; 4EC5 +SilentHillLabFrontMovement10: ; 4EC5 db $08, $0B, $08, $08, $04, $32 -SilentLabP1Script13: ; 4ECB - ld hl, SilentLabP1TextString17 +SilentHillLabFrontScript13: ; 4ECB + ld hl, SilentHillLabFrontTextString17 call OpenTextbox call GetLabPokemon ld hl, wc5ed @@ -474,12 +474,12 @@ LabPokemon: ; 4EFF db DEX_HONOGUMA db 3 -SilentLabP1Script14: ; 4F05 - ld hl, SilentLabP1TextString19 +SilentHillLabFrontScript14: ; 4F05 + ld hl, SilentHillLabFrontTextString19 ld a, [wcd5d] and a jr nz, .skip - ld hl, SilentLabP1TextString18 + ld hl, SilentHillLabFrontTextString18 .skip call OpenTextbox ld hl, wJoypadFlags @@ -487,7 +487,7 @@ SilentLabP1Script14: ; 4F05 ld a, 5 call Function17f9 ld a, 5 - ld hl, SilentLabP1Movement11 + ld hl, SilentHillLabFrontMovement11 call LoadMovementDataPointer ld hl, wc5ed set 7, [hl] @@ -497,27 +497,27 @@ SilentLabP1Script14: ; 4F05 call WriteIntod637 ret -SilentLabP1Movement11: ; 4F36 +SilentHillLabFrontMovement11: ; 4F36 db $04, $08, $08, $08, $33 -SilentLabP1Script15: ; 4F3B +SilentHillLabFrontScript15: ; 4F3B call Function20f8 ld a, $0F ld [wMapScriptNumber], a call InitUnknownBuffercc9e ret -SilentLabP1Script16: ; 4F47 - call SilentLabP1MoveDown +SilentHillLabFrontScript16: ; 4F47 + call SilentHillLabFrontMoveDown ret z - call SilentLabP1MoveRivalLeave + call SilentHillLabFrontMoveRivalLeave ret z - ld hl, SilentLabP1NPCIDs7 - ld de, SilentLabP1TextPointers2 + ld hl, SilentHillLabFrontNPCIDs7 + ld de, SilentHillLabFrontTextPointers2 call CallMapTextSubroutine ret -SilentLabP1MoveRivalLeave: ; 4F59 +SilentHillLabFrontMoveRivalLeave: ; 4F59 ld a, [wYCoord] cp $0B ret nz @@ -549,8 +549,8 @@ SilentLabP1MoveRivalLeave: ; 4F59 Movememt12:; 4F93 db $07, $07, $07, $05, $32 -SilentLabP1Script17: ; 4F98 - ld hl, SilentLabP1TextString23 +SilentHillLabFrontScript17: ; 4F98 + ld hl, SilentHillLabFrontTextString23 call OpenTextbox ld hl, wd41d set 2, [hl] @@ -565,25 +565,25 @@ SilentLabP1Script17: ; 4F98 ld [wMapScriptNumber], a ret -SilentLabP1Script18: ; 4FBC - call SilentLabP1MoveDown +SilentHillLabFrontScript18: ; 4FBC + call SilentHillLabFrontMoveDown ret z - ld hl, SilentLabP1NPCIDs7 - ld de, SilentLabP1TextPointers2 + ld hl, SilentHillLabFrontNPCIDs7 + ld de, SilentHillLabFrontTextPointers2 call CallMapTextSubroutine ret -SilentLabP1Script19: ; 4FCA - call SilentLabP1MoveDown +SilentHillLabFrontScript19: ; 4FCA + call SilentHillLabFrontMoveDown ret z - ld hl, SilentLabP1NPCIDs9 - ld de, SilentLabP1TextPointers2 + ld hl, SilentHillLabFrontNPCIDs9 + ld de, SilentHillLabFrontTextPointers2 call CallMapTextSubroutine ret -SilentLabP1TextPointers2: ; 4FD8 - dw SilentLabP1Text1 - dw SilentLabP1Text2 +SilentHillLabFrontTextPointers2: ; 4FD8 + dw SilentHillLabFrontText1 + dw SilentHillLabFrontText2 dw Function3899 dw Function3899 dw Function3899 @@ -596,14 +596,14 @@ SilentLabP1TextPointers2: ; 4FD8 dw Function3899 dw Function3899 dw Function3899 - dw SilentLabP1Text3 + dw SilentHillLabFrontText3 -SilentLabP1Text1: ; 4FF6 - ld hl, SilentLabP1TextString1 +SilentHillLabFrontText1: ; 4FF6 + ld hl, SilentHillLabFrontTextString1 call OpenTextbox ret -SilentLabP1TextString1: ; 4FFD +SilentHillLabFrontTextString1: ; 4FFD text "パソコンを みると" line "なんと メールが きていた!" @@ -626,52 +626,52 @@ SilentLabP1TextString1: ; 4FFD cont "<⋯⋯> <⋯⋯> <⋯⋯>じょしゅより" done -SilentLabP1Text2: ; 50B3 +SilentHillLabFrontText2: ; 50B3 ld hl, wd39d bit 0, [hl] set 0, [hl] jr z, .jump res 0, [hl] - ld hl, SilentLabP1TextString2A + ld hl, SilentHillLabFrontTextString2A jr .skip .jump - ld hl, SilentLabP1TextString2B + ld hl, SilentHillLabFrontTextString2B .skip call OpenTextbox ret -SilentLabP1TextString2A: ; 50CA +SilentHillLabFrontTextString2A: ; 50CA text "スタート ボタンを プシュ!" line "おすと メニューが ひらくなり" done -SilentLabP1TextString2B: ; 50EA +SilentHillLabFrontTextString2B: ; 50EA text "セーブするには # レポート" line "こまめに かくと いいなり" done -SilentLabP1Text3: ; 5108 - ld hl, SilentLabP1TextString3 +SilentHillLabFrontText3: ; 5108 + ld hl, SilentHillLabFrontTextString3 call OpenTextbox ret -SilentLabP1TextString3: ; 510F +SilentHillLabFrontTextString3: ; 510F text "カギが かかっている" done -SilentLabP1Text4: ; 511B +SilentHillLabFrontText4: ; 511B ld a, [wMapScriptNumber] cp $0E - jp nc, SilentLabP1Text7 - ld hl, SilentLabP1TextString4 + jp nc, SilentHillLabFrontText7 + ld hl, SilentHillLabFrontTextString4 call OpenTextbox ret -SilentLabP1TextString4: ; 512A +SilentHillLabFrontTextString4: ; 512A text "オーキド『ごくろうさん!" done -SilentLabP1TextString5: ; 5138 +SilentHillLabFrontTextString5: ; 5138 text "オーキド『そうとも!" line "わしが オーキドじゃ!" cont "じじいで わるかったな!" @@ -683,23 +683,23 @@ SilentLabP1TextString5: ; 5138 line "きいては くれんか?@" db $08 -SilentLabP1Text6: ; 5192 +SilentHillLabFrontText6: ; 5192 call YesNoBox jr c, .jump .loop - ld hl, SilentLabP1TextString6A + ld hl, SilentHillLabFrontTextString6A call PrintText call Function3036 ret .jump - ld hl, SilentLabP1TextString6B + ld hl, SilentHillLabFrontTextString6B call PrintText call YesNoBox jr c, .jump jr .loop -SilentLabP1TextString6A: ; 51AE +SilentHillLabFrontTextString6A: ; 51AE text "オーキド『いまから 1ねんまえ" line "わしは カントーで" cont "きみたちの ような しょうねんに" @@ -740,7 +740,7 @@ SilentLabP1TextString6A: ; 51AE cont "ちからを かして くれんか!" done -SilentLabP1TextString6B: ; 5332 +SilentHillLabFrontTextString6B: ; 5332 text "オーキド『そうか<⋯⋯>" line "わしに ひとを みるめが" cont "なかったと いうことじゃな<⋯⋯>" @@ -753,36 +753,36 @@ SilentLabP1TextString6B: ; 5332 cont "わしの はなしを きいてくれるな?" done -SilentLabP1TextString7: ; 538D +SilentHillLabFrontTextString7: ; 538D text "オーキド『ふたりとも!" line "ちょっと わしに ついてこい!" done -SilentLabP1Text7: ; 53AA +SilentHillLabFrontText7: ; 53AA ld a, [wMapScriptNumber] cp $12 jr z, .jump - ld hl, SilentLabP1TextString11A + ld hl, SilentHillLabFrontTextString11A call OpenTextbox ret .jump - ld hl, SilentLabP1TextString11B + ld hl, SilentHillLabFrontTextString11B call OpenTextbox ret -SilentLabP1TextString8: ; 53BF +SilentHillLabFrontTextString8: ; 53BF text "オーキド『<PLAYER>!<RIVAL>!" line "このずかんを" cont "おまえたちに あずける!" done -SilentLabP1TextString9: ; 53DE +SilentHillLabFrontTextString9: ; 53DE text "<PLAYER>は オーキドから" line "#ずかんを もらった!" done -SilentLabP1TextString10: ; 53F5 +SilentHillLabFrontTextString10: ; 53F5 text "オーキド『この せかいの すべての" line "#を きろくした" cont "かんぺきな ずかんを つくること!" @@ -804,13 +804,13 @@ SilentLabP1TextString10: ; 53F5 cont "いだいな しごとじゃー!" done -SilentLabP1TextString11A: ; 54C3 +SilentHillLabFrontTextString11A: ; 54C3 text "オーキド『せかい じゅうの" line "#たちが" cont "<PLAYER>を まって おるぞー" done -SilentLabP1TextString11B: ; 54E3 +SilentHillLabFrontTextString11B: ; 54E3 text "オーキド『おう! <PLAYER>" line "どうだ?" cont "わしの あげた #は<⋯⋯>?" @@ -827,12 +827,12 @@ SilentLabP1TextString11B: ; 54E3 line "きに なるからな" done -SilentLabP1Text8: ; 5560 - ld hl, SilentLabP1TextString12 +SilentHillLabFrontText8: ; 5560 + ld hl, SilentHillLabFrontTextString12 call OpenTextbox ret -SilentLabP1TextString12: ; 5567 +SilentHillLabFrontTextString12: ; 5567 text "オーキド『よく きたな!" line "#ずかんの" cont "ちょうしは どうかな?" @@ -841,12 +841,12 @@ SilentLabP1TextString12: ; 5567 cont "みて あげようか!" done -SilentLabP1Text9: ; 559A - ld hl, SilentLabP1TextString13 +SilentHillLabFrontText9: ; 559A + ld hl, SilentHillLabFrontTextString13 call OpenTextbox ret -SilentLabP1TextString13: ; 55A1 +SilentHillLabFrontTextString13: ; 55A1 text "オーキド『<⋯⋯> おっほんッ!" line "よくやったな <PLAYER>!" @@ -865,12 +865,12 @@ SilentLabP1TextString13: ; 55A1 cont "<RIVAL>『ギクッ!" done -SilentLabP1Text10: ; 561A - ld hl, SilentLabP1TextString14 +SilentHillLabFrontText10: ; 561A + ld hl, SilentHillLabFrontTextString14 call OpenTextbox ret -SilentLabP1TextString14: ; 5621 +SilentHillLabFrontTextString14: ; 5621 text "<RIVAL>『なんだ" line "<PLAYER>じゃないか!" cont "おれも ここが" @@ -878,23 +878,23 @@ SilentLabP1TextString14: ; 5621 cont "だれも いないみたいだな<⋯⋯>" done -SilentLabP1Text11: ; 5658 - ld hl, SilentLabP1TextString16 +SilentHillLabFrontText11: ; 5658 + ld hl, SilentHillLabFrontTextString16 call OpenTextbox ret -SilentLabP1TextString15: ; 565F +SilentHillLabFrontTextString15: ; 565F text "<RIVAL>『よっしゃあ!" line "じいさん! おれにまかせな!" done -SilentLabP1TextString16: ; 5678 +SilentHillLabFrontTextString16: ; 5678 text "<RIVAL>『おれが えらんだ" line "#のほうが つよそうだぜ!" cont "こっちに したかったんじゃないの?" done -SilentLabP1TextString17: ; 56A4 +SilentHillLabFrontTextString17: ; 56A4 text "<RIVAL>『<PLAYER>!" line "せっかく じいさんに" cont "# もらったんだから" @@ -902,12 +902,12 @@ SilentLabP1TextString17: ; 56A4 cont "たたかわせて みようぜ!" done -SilentLabP1TextString18: ; 56D4 +SilentHillLabFrontTextString18: ; 56D4 text "<RIVAL>『くっそー!" line "こんどは ぜったい まけないぞ!" done -SilentLabP1TextString19: ; 56EE +SilentHillLabFrontTextString19: ; 56EE text "<RIVAL>『よーし!" line "ほかの #と たたかわせて" cont "もっと もっと つよくしよう!" @@ -915,12 +915,12 @@ SilentLabP1TextString19: ; 56EE para "そんじゃ ばいばい!" done -SilentLabP1TextString20: ; 571F +SilentHillLabFrontTextString20: ; 571F text "じいちゃん!" line "つれてきたよー!" done -SilentLabP1TextString21: ; 5730 +SilentHillLabFrontTextString21: ; 5730 text "ぼくは かつて" line "#トレーナーの ちょうてんを" cont "めざしたことが あるんだ" @@ -944,23 +944,23 @@ SilentLabP1TextString21: ; 5730 cont "とても ハイテクな ずかん だよ!" done -SilentLabP1Text12: ; 5814 - ld hl, SilentLabP1TextString22 +SilentHillLabFrontText12: ; 5814 + ld hl, SilentHillLabFrontTextString22 call OpenTextbox ret -SilentLabP1TextString22: ; 581B +SilentHillLabFrontTextString22: ; 581B text "ぼくも むかし やったけど" line "なかなか たいへんだよ<⋯⋯>" cont "がんばってね!" done -SilentLabP1Text13: ; 583F - ld hl, SilentLabP1TextString24 +SilentHillLabFrontText13: ; 583F + ld hl, SilentHillLabFrontTextString24 call OpenTextbox ret -SilentLabP1TextString23: ; 5846 +SilentHillLabFrontTextString23: ; 5846 text "ナナミ『さっき あなたを " line "つれてきた わかい おとこのこ<⋯⋯>" cont "あれは わたしの おとうとなの" @@ -1008,17 +1008,17 @@ SilentLabP1TextString23: ; 5846 line "いのっているわ" done -SilentLabP1TextString24: ; 5A23 +SilentHillLabFrontTextString24: ; 5A23 text "<⋯⋯>あなたの かつやく" line "いのってるわ" done -SilentLabP1Text14: ; 5A36 - ld hl, SilentLabP1TextString25 +SilentHillLabFrontText14: ; 5A36 + ld hl, SilentHillLabFrontTextString25 call OpenTextbox ret -SilentLabP1TextString25: ; 5A3D +SilentHillLabFrontTextString25: ; 5A3D text "わたしは" line "はかせの じょしゅ です" @@ -1030,12 +1030,12 @@ SilentLabP1TextString25: ; 5A3D cont "なるような きがします" done -SilentLabP1Text15: ; 5A90 - ld hl, SilentLabP1TextString26 +SilentHillLabFrontText15: ; 5A90 + ld hl, SilentHillLabFrontTextString26 call OpenTextbox ret -SilentLabP1TextString26: ; 5A97 +SilentHillLabFrontTextString26: ; 5A97 text "わたしは" line "はかせの じょしゅ です" @@ -1047,22 +1047,22 @@ SilentLabP1TextString26: ; 5A97 cont "なるような きがします" done -SilentLabP1Text16: ; 5AEA - ld hl, SilentLabP1TextString27 +SilentHillLabFrontText16: ; 5AEA + ld hl, SilentHillLabFrontTextString27 call OpenTextbox ret -SilentLabP1TextString27: ; 5AF1 +SilentHillLabFrontTextString27: ; 5AF1 text "なんだろう?" line "でんし てちょう かな?" done -SilentLabP1Text17: ; 5B05 - ld hl, SilentLabP1TextString28 +SilentHillLabFrontText17: ; 5B05 + ld hl, SilentHillLabFrontTextString28 call OpenTextbox ret -SilentLabP1TextString28: ; 5B0D +SilentHillLabFrontTextString28: ; 5B0D text "<RIVAL>『あのメールを くれた" line "オーキドって こんな じじい<⋯⋯>" @@ -1071,18 +1071,18 @@ SilentLabP1TextString28: ; 5B0D cont "ほんもの はじめて みたよ!" done -SilentLabP1TextString29: ; 5B4F +SilentHillLabFrontTextString29: ; 5B4F text "<RIVAL>『<PLAYER>!" line "なんだか" cont "おもしろく なってきたな!" done -SilentLabP1Text18: ; 5B68 - ld hl, SilentLabP1TextString30 +SilentHillLabFrontText18: ; 5B68 + ld hl, SilentHillLabFrontTextString30 call OpenTextbox ret -SilentLabP1TextString30: ; 5B6F +SilentHillLabFrontTextString30: ; 5B6F text "わたしは" line "はかせの じょしゅ です" @@ -1091,12 +1091,12 @@ SilentLabP1TextString30: ; 5B6F cont "なるような きがします" done -SilentLabP1Text19: ; 5BA7 - ld hl, SilentLabP1TextString31 +SilentHillLabFrontText19: ; 5BA7 + ld hl, SilentHillLabFrontTextString31 call OpenTextbox ret -SilentLabP1TextString31: ; 5BAE +SilentHillLabFrontTextString31: ; 5BAE text "わたしは" line "はかせの じょしゅ です" diff --git a/maps/SilentHillPokecenter.asm b/maps/SilentHillPokecenter.asm new file mode 100644 index 0000000..9a9eca2 --- /dev/null +++ b/maps/SilentHillPokecenter.asm @@ -0,0 +1,113 @@ +include "constants.asm" + +SECTION "maps/SilentHillPokecenter.asm", ROMX + +SilentHillPokecenterScriptLoader:: ; 4682 + ld hl, SilentHillPokecenterScriptPointers + call RunMapScript + call WriteBackMapScriptNumber + ret + +SilentHillPokecenterScriptPointers: ; 468C + dw SilentHillPokecenterScript + dw SilentHillPokecenterNPCIDs + +SilentHillPokecenterScript: ; 4690 + ld hl, SilentHillPokecenterNPCIDs + ld de, SilentHillPokecenterPCPointer + call CallMapTextSubroutine + ret + +; 469A + dw SilentHillPokecenterNPCIDs + +SilentHillPokecenterNPCIDs: ; 469C + db 0 + db 1 + db 2 + db 3 + db 4 + db $FF + +SilentHillPokecenterPCPointer: ; 46A2 + dw SilentHillPokecenterPCText + +SilentHillPokecenterPCText: ; 46A4 + ld hl, SilentHillPokecenterTextString1 + call OpenTextbox + ret + +SilentHillPokecenterTextString1: ; 46AB + text "げんざい ちょうせいちゅうです" + done + +SilentHillPokecenterTextPointers:: ; 46BC + dw SilentHillPokecenterNPCText1 + dw SilentHillPokecenterNPCText2 + dw SilentHillPokecenterNPCText3 + dw SilentHillPokecenterNPCText4 + dw SilentHillPokecenterNPCText5 + +SilentHillPokecenterNPCText1: ; 46C6 + ld hl, SilentHillPokecenterTextString2 + call OpenTextbox + ret + +SilentHillPokecenterTextString2: ; 46CD + text "もうしわけありませんが" + line "ただいま しゅうりちゅう でして" + + para "かいふくは できません" + + para "まちから でるときは" + line "じゅうぶんに おきをつけ ください" + done + +SilentHillPokecenterNPCText2: ; 4714 + ld hl, SilentHillPokecenterTextString3 + call OpenTextbox + ret + +SilentHillPokecenterTextString3: ; 471B + text "あそこに ある パソコンは" + line "トレーナー だったら" + cont "いつでも むりょうで" + cont "つかうことが できるよ" + cont "きが きいてるよな!" + done + +SilentHillPokecenterNPCText3: ; 4757 + ld hl, SilentHillPokecenterTextString4 + call OpenTextbox + ret + +SilentHillPokecenterTextString4: ; 475E + text "いま じゅんびちゅうの" + line "きかいは すごいらしいよ" + + para "なんでも ときを こえて" + line "ポケモンが こうかん できるって!" + + para "ほんとかな?" + done + +SilentHillPokecenterNPCText4: ; 479E + ld hl, SilentHillPokecenterTextString5 + call OpenTextbox + ret + +SilentHillPokecenterTextString5: ; 47A5 + text "こいつ へルガー" + line "いままでにない タイプの ポケモンさ" + done + +SilentHillPokecenterNPCText5: ; 47C2 + ld hl, SilentHillPokecenterTextString6 + call OpenTextbox + ret + +SilentHillPokecenterTextString6: ; 47C9 + text "へルガー『ぐるるうー" + done + +; 47D5
\ No newline at end of file diff --git a/maps/SilentPokecenter.asm b/maps/SilentPokecenter.asm deleted file mode 100644 index dc1a35a..0000000 --- a/maps/SilentPokecenter.asm +++ /dev/null @@ -1,113 +0,0 @@ -include "constants.asm" - -SECTION "Silent Hills Pokecenter", ROMX[$4682], BANK[$34] - -SilentPokecenterScriptLoader:: ; 4682 - ld hl, SilentPokecenterScriptPointers - call RunMapScript - call WriteBackMapScriptNumber - ret - -SilentPokecenterScriptPointers: ; 468C - dw SilentPokecenterScript - dw SilentPokecenterNPCIDs - -SilentPokecenterScript: ; 4690 - ld hl, SilentPokecenterNPCIDs - ld de, SilentPokecenterPCPointer - call CallMapTextSubroutine - ret - -; 469A - dw SilentPokecenterNPCIDs - -SilentPokecenterNPCIDs: ; 469C - db 0 - db 1 - db 2 - db 3 - db 4 - db $FF - -SilentPokecenterPCPointer: ; 46A2 - dw SilentPokecenterPCText - -SilentPokecenterPCText: ; 46A4 - ld hl, SilentPokecenterTextString1 - call OpenTextbox - ret - -SilentPokecenterTextString1: ; 46AB - text "げんざい ちょうせいちゅうです" - done - -SilentPokecenterTextPointers:: ; 46BC - dw SilentPokecenterNPCText1 - dw SilentPokecenterNPCText2 - dw SilentPokecenterNPCText3 - dw SilentPokecenterNPCText4 - dw SilentPokecenterNPCText5 - -SilentPokecenterNPCText1: ; 46C6 - ld hl, SilentPokecenterTextString2 - call OpenTextbox - ret - -SilentPokecenterTextString2: ; 46CD - text "もうしわけありませんが" - line "ただいま しゅうりちゅう でして" - - para "かいふくは できません" - - para "まちから でるときは" - line "じゅうぶんに おきをつけ ください" - done - -SilentPokecenterNPCText2: ; 4714 - ld hl, SilentPokecenterTextString3 - call OpenTextbox - ret - -SilentPokecenterTextString3: ; 471B - text "あそこに ある パソコンは" - line "トレーナー だったら" - cont "いつでも むりょうで" - cont "つかうことが できるよ" - cont "きが きいてるよな!" - done - -SilentPokecenterNPCText3: ; 4757 - ld hl, SilentPokecenterTextString4 - call OpenTextbox - ret - -SilentPokecenterTextString4: ; 475E - text "いま じゅんびちゅうの" - line "きかいは すごいらしいよ" - - para "なんでも ときを こえて" - line "ポケモンが こうかん できるって!" - - para "ほんとかな?" - done - -SilentPokecenterNPCText4: ; 479E - ld hl, SilentPokecenterTextString5 - call OpenTextbox - ret - -SilentPokecenterTextString5: ; 47A5 - text "こいつ へルガー" - line "いままでにない タイプの ポケモンさ" - done - -SilentPokecenterNPCText5: ; 47C2 - ld hl, SilentPokecenterTextString6 - call OpenTextbox - ret - -SilentPokecenterTextString6: ; 47C9 - text "へルガー『ぐるるうー" - done - -; 47D5
\ No newline at end of file diff --git a/maps/SlowpokeWellEntrance.asm b/maps/SlowpokeWellEntrance.asm new file mode 100644 index 0000000..c6bd3f7 --- /dev/null +++ b/maps/SlowpokeWellEntrance.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/SlowpokeWellEntrance.asm", ROMX + +SlowpokeWellEntranceScriptLoader:: ; bd2f3 (2f:52f3) + ret + +SlowpokeWellEntranceTextPointers:: ; bd2f4 (2f:52f4) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/SlowpokeWellMain.asm b/maps/SlowpokeWellMain.asm new file mode 100644 index 0000000..859cac5 --- /dev/null +++ b/maps/SlowpokeWellMain.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/SlowpokeWellMain.asm", ROMX + +SlowpokeWellMainScriptLoader:: ; bd3ca (2f:53ca) + ret + +SlowpokeWellMainTextPointers:: ; bd3cb (2f:53cb) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/maps/South.asm b/maps/South.asm new file mode 100644 index 0000000..af8db57 --- /dev/null +++ b/maps/South.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/South.asm", ROMX + +SouthScriptLoader:: ; d9912 (36:5912) + ret + + db "@"
\ No newline at end of file diff --git a/maps/SouthHouse1.asm b/maps/SouthHouse1.asm new file mode 100644 index 0000000..2a5d112 --- /dev/null +++ b/maps/SouthHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SouthHouse1.asm", ROMX + +SouthHouse1ScriptLoader:: ; 9f315 (27:7315) + ret + +SouthHouse1TextPointers:: ; 9f316 (27:7316) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SouthHouse2.asm b/maps/SouthHouse2.asm new file mode 100644 index 0000000..f8f669e --- /dev/null +++ b/maps/SouthHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SouthHouse2.asm", ROMX + +SouthHouse2ScriptLoader:: ; 9f4fc (27:74fc) + ret + +SouthHouse2TextPointers:: ; 9f4fd (27:74fd) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SouthMart.asm b/maps/SouthMart.asm new file mode 100644 index 0000000..ea167a9 --- /dev/null +++ b/maps/SouthMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SouthMart.asm", ROMX + +SouthMartScriptLoader:: ; 9f4a2 (27:74a2) + ret + +SouthMartTextPointers:: ; 9f4a3 (27:74a3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SouthPokecenter1F.asm b/maps/SouthPokecenter1F.asm new file mode 100644 index 0000000..9e2df98 --- /dev/null +++ b/maps/SouthPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SouthPokecenter1F.asm", ROMX + +SouthPokecenter1FScriptLoader:: ; 9f3a9 (27:73a9) + ret + +SouthPokecenter1FTextPointers:: ; 9f3aa (27:73aa) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SouthPokecenter2F.asm b/maps/SouthPokecenter2F.asm new file mode 100644 index 0000000..9f0cc9a --- /dev/null +++ b/maps/SouthPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SouthPokecenter2F.asm", ROMX + +SouthPokecenter2FScriptLoader:: ; 9f422 (27:7422) + ret + +SouthPokecenter2FTextPointers:: ; 9f423 (27:7423) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Stand.asm b/maps/Stand.asm new file mode 100644 index 0000000..ab225c4 --- /dev/null +++ b/maps/Stand.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Stand.asm", ROMX + +StandScriptLoader:: ; d919b (36:519b) + ret + + db "@"
\ No newline at end of file diff --git a/maps/StandHouse.asm b/maps/StandHouse.asm new file mode 100644 index 0000000..cf26e51 --- /dev/null +++ b/maps/StandHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandHouse.asm", ROMX + +StandHouseScriptLoader:: ; 9df9c (27:5f9c) + ret + +StandHouseTextPointers:: ; 9df9d (27:5f9d) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandLab.asm b/maps/StandLab.asm new file mode 100644 index 0000000..593453a --- /dev/null +++ b/maps/StandLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandLab.asm", ROMX + +StandLabScriptLoader:: ; 9dd35 (27:5d35) + ret + +StandLabTextPointers:: ; 9dd36 (27:5d36) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandLeague1F.asm b/maps/StandLeague1F.asm new file mode 100644 index 0000000..efecf8a --- /dev/null +++ b/maps/StandLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandLeague1F.asm", ROMX + +StandLeague1FScriptLoader:: ; 9e109 (27:6109) + ret + +StandLeague1FTextPointers:: ; 9e10a (27:610a) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandLeague2F.asm b/maps/StandLeague2F.asm new file mode 100644 index 0000000..9355508 --- /dev/null +++ b/maps/StandLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandLeague2F.asm", ROMX + +StandLeague2FScriptLoader:: ; 9e1a9 (27:61a9) + ret + +StandLeague2FTextPointers:: ; 9e1aa (27:61aa) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandMart.asm b/maps/StandMart.asm new file mode 100644 index 0000000..1037fe8 --- /dev/null +++ b/maps/StandMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandMart.asm", ROMX + +StandMartScriptLoader:: ; 9df42 (27:5f42) + ret + +StandMartTextPointers:: ; 9df43 (27:5f43) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandOffice.asm b/maps/StandOffice.asm new file mode 100644 index 0000000..4b40a6e --- /dev/null +++ b/maps/StandOffice.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandOffice.asm", ROMX + +StandOfficeScriptLoader:: ; 9dec2 (27:5ec2) + ret + +StandOfficeTextPointers:: ; 9dec3 (27:5ec3) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandPokecenter1F.asm b/maps/StandPokecenter1F.asm new file mode 100644 index 0000000..d4dfb35 --- /dev/null +++ b/maps/StandPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandPokecenter1F.asm", ROMX + +StandPokecenter1FScriptLoader:: ; 9ddc9 (27:5dc9) + ret + +StandPokecenter1FTextPointers:: ; 9ddca (27:5dca) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandPokecenter2F.asm b/maps/StandPokecenter2F.asm new file mode 100644 index 0000000..5dc3294 --- /dev/null +++ b/maps/StandPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandPokecenter2F.asm", ROMX + +StandPokecenter2FScriptLoader:: ; 9de42 (27:5e42) + ret + +StandPokecenter2FTextPointers:: ; 9de43 (27:5e43) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandRocketHouse1F.asm b/maps/StandRocketHouse1F.asm new file mode 100644 index 0000000..a9d54b8 --- /dev/null +++ b/maps/StandRocketHouse1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandRocketHouse1F.asm", ROMX + +StandRocketHouse1FScriptLoader:: ; 9e009 (27:6009) + ret + +StandRocketHouse1FTextPointers:: ; 9e00a (27:600a) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandRocketHouse2F.asm b/maps/StandRocketHouse2F.asm new file mode 100644 index 0000000..7ee1f7d --- /dev/null +++ b/maps/StandRocketHouse2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandRocketHouse2F.asm", ROMX + +StandRocketHouse2FScriptLoader:: ; 9e068 (27:6068) + ret + +StandRocketHouse2FTextPointers:: ; 9e069 (27:6069) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/StandRoute.asm b/maps/StandRoute.asm new file mode 100644 index 0000000..209631f --- /dev/null +++ b/maps/StandRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandRoute.asm", ROMX + +StandRouteScriptLoader:: ; db15f (36:715f) + ret + + db "@"
\ No newline at end of file diff --git a/maps/StandRouteGateKanto.asm b/maps/StandRouteGateKanto.asm new file mode 100644 index 0000000..de5fc05 --- /dev/null +++ b/maps/StandRouteGateKanto.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandRouteGateKanto.asm", ROMX + +StandRouteGateKantoScriptLoader:: ; 9dcdf (27:5cdf) + ret + +StandRouteGateKantoTextPointers:: ; 9dce0 (27:5ce0) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/Sugar.asm b/maps/Sugar.asm new file mode 100644 index 0000000..dee0c5a --- /dev/null +++ b/maps/Sugar.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Sugar.asm", ROMX + +SugarScriptLoader:: ; d8d03 (36:4d03) + ret + + db "@"
\ No newline at end of file diff --git a/maps/SugarHouse.asm b/maps/SugarHouse.asm new file mode 100644 index 0000000..ccae047 --- /dev/null +++ b/maps/SugarHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarHouse.asm", ROMX + +SugarHouseScriptLoader:: ; 9d5c7 (27:55c7) + ret + +SugarHouseTextPointers:: ; 9d5c8 (27:55c8) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SugarHouse2.asm b/maps/SugarHouse2.asm new file mode 100644 index 0000000..2dcdc13 --- /dev/null +++ b/maps/SugarHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarHouse2.asm", ROMX + +SugarHouse2ScriptLoader:: ; 9d61d (27:561d) + ret + +SugarHouse2TextPointers:: ; 9d61e (27:561e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SugarMart.asm b/maps/SugarMart.asm new file mode 100644 index 0000000..ce5b137 --- /dev/null +++ b/maps/SugarMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarMart.asm", ROMX + +SugarMartScriptLoader:: ; 9d69d (27:569d) + ret + +SugarMartTextPointers:: ; 9d69e (27:569e) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SugarPokecenter1F.asm b/maps/SugarPokecenter1F.asm new file mode 100644 index 0000000..3ce8e76 --- /dev/null +++ b/maps/SugarPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarPokecenter1F.asm", ROMX + +SugarPokecenter1FScriptLoader:: ; 9d731 (27:5731) + ret + +SugarPokecenter1FTextPointers:: ; 9d732 (27:5732) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SugarPokecenter2F.asm b/maps/SugarPokecenter2F.asm new file mode 100644 index 0000000..bd37728 --- /dev/null +++ b/maps/SugarPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarPokecenter2F.asm", ROMX + +SugarPokecenter2FScriptLoader:: ; 9d7aa (27:57aa) + ret + +SugarPokecenter2FTextPointers:: ; 9d7ab (27:57ab) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/SugarRoute.asm b/maps/SugarRoute.asm new file mode 100644 index 0000000..d227c8a --- /dev/null +++ b/maps/SugarRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarRoute.asm", ROMX + +SugarRouteScriptLoader:: ; daed3 (36:6ed3) + ret + + db "@"
\ No newline at end of file diff --git a/maps/SugarRouteGate.asm b/maps/SugarRouteGate.asm new file mode 100644 index 0000000..53ef56c --- /dev/null +++ b/maps/SugarRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/SugarRouteGate.asm", ROMX + +SugarRouteGateScriptLoader:: ; 9d547 (27:5547) + ret + +SugarRouteGateTextPointers:: ; 9d548 (27:5548) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/UnusedMap13.asm b/maps/UnusedMap13.asm new file mode 100644 index 0000000..9046aef --- /dev/null +++ b/maps/UnusedMap13.asm @@ -0,0 +1,28 @@ +include "constants.asm" + +SECTION "maps/UnusedMap13.asm", ROMX + +UnusedMap13ScriptLoader:: ; 6078 + ld hl, UnusedMap13ScriptPointers + call RunMapScript + call WriteBackMapScriptNumber + ret + +UnusedMap13ScriptPointers: ; 6082 + dw UnusedMap13Script + dw UnusedMap13NPCIDs + +UnusedMap13NPCIDs: ; 6086 + db $FF + +UnusedMap13SignPointers: ; 6087 + dw MapDefaultText + +UnusedMap13TextPointers:: ; 6089 + dw MapDefaultText + +UnusedMap13Script: ; 608B + ld hl, UnusedMap13NPCIDs + ld de, UnusedMap13SignPointers + call CallMapTextSubroutine + ret
\ No newline at end of file diff --git a/maps/West.asm b/maps/West.asm new file mode 100644 index 0000000..531bf4a --- /dev/null +++ b/maps/West.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/West.asm", ROMX + +WestScriptLoader:: ; d85d0 (36:45d0) + ret + + db "@"
\ No newline at end of file diff --git a/maps/WestGym.asm b/maps/WestGym.asm new file mode 100644 index 0000000..3c70852 --- /dev/null +++ b/maps/WestGym.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestGym.asm", ROMX + +WestGymScriptLoader:: ; 98bff (26:4bff) + ret + +WestGymTextPointers:: ; 98c00 (26:4c00) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestHouse1.asm b/maps/WestHouse1.asm new file mode 100644 index 0000000..c15bae2 --- /dev/null +++ b/maps/WestHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestHouse1.asm", ROMX + +WestHouse1ScriptLoader:: ; 98c83 (26:4c83) + ret + +WestHouse1TextPointers:: ; 98c84 (26:4c84) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestHouse2.asm b/maps/WestHouse2.asm new file mode 100644 index 0000000..2c91614 --- /dev/null +++ b/maps/WestHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestHouse2.asm", ROMX + +WestHouse2ScriptLoader:: ; 98d07 (26:4d07) + ret + +WestHouse2TextPointers:: ; 98d08 (26:4d08) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart1F.asm b/maps/WestMart1F.asm new file mode 100644 index 0000000..16e2f61 --- /dev/null +++ b/maps/WestMart1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart1F.asm", ROMX + +WestMart1FScriptLoader:: ; 98285 (26:4285) + ret + +WestMart1FTextPointers:: ; 98286 (26:4286) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart2F.asm b/maps/WestMart2F.asm new file mode 100644 index 0000000..006c266 --- /dev/null +++ b/maps/WestMart2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart2F.asm", ROMX + +WestMart2FScriptLoader:: ; 98359 (26:4359) + ret + +WestMart2FTextPointers:: ; 9835a (26:435a) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart3F.asm b/maps/WestMart3F.asm new file mode 100644 index 0000000..cb3dc5f --- /dev/null +++ b/maps/WestMart3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart3F.asm", ROMX + +WestMart3FScriptLoader:: ; 98418 (26:4418) + ret + +WestMart3FTextPointers:: ; 98419 (26:4419) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart4F.asm b/maps/WestMart4F.asm new file mode 100644 index 0000000..9f4d66b --- /dev/null +++ b/maps/WestMart4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart4F.asm", ROMX + +WestMart4FScriptLoader:: ; 984d7 (26:44d7) + ret + +WestMart4FTextPointers:: ; 984d8 (26:44d8) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart5F.asm b/maps/WestMart5F.asm new file mode 100644 index 0000000..1d178f8 --- /dev/null +++ b/maps/WestMart5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart5F.asm", ROMX + +WestMart5FScriptLoader:: ; 98566 (26:4566) + ret + +WestMart5FTextPointers:: ; 98567 (26:4567) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMart6F.asm b/maps/WestMart6F.asm new file mode 100644 index 0000000..ee8d61f --- /dev/null +++ b/maps/WestMart6F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMart6F.asm", ROMX + +WestMart6FScriptLoader:: ; 985f3 (26:45f3) + ret + +WestMart6FTextPointers:: ; 985f4 (26:45f4) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestMartElevator.asm b/maps/WestMartElevator.asm new file mode 100644 index 0000000..2e633b9 --- /dev/null +++ b/maps/WestMartElevator.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestMartElevator.asm", ROMX + +WestMartElevatorScriptLoader:: ; 98630 (26:4630) + ret + +WestMartElevatorTextPointers:: ; 98631 (26:4631) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestPokecenter1F.asm b/maps/WestPokecenter1F.asm new file mode 100644 index 0000000..f8c9121 --- /dev/null +++ b/maps/WestPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestPokecenter1F.asm", ROMX + +WestPokecenter1FScriptLoader:: ; 98ac6 (26:4ac6) + ret + +WestPokecenter1FTextPointers:: ; 98ac7 (26:4ac7) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestPokecenter2F.asm b/maps/WestPokecenter2F.asm new file mode 100644 index 0000000..158a911 --- /dev/null +++ b/maps/WestPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestPokecenter2F.asm", ROMX + +WestPokecenter2FScriptLoader:: ; 98b43 (26:4b43) + ret + +WestPokecenter2FTextPointers:: ; 98b44 (26:4b44) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRadioTower1F.asm b/maps/WestRadioTower1F.asm new file mode 100644 index 0000000..3ed1ef9 --- /dev/null +++ b/maps/WestRadioTower1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRadioTower1F.asm", ROMX + +WestRadioTower1FScriptLoader:: ; 986af (26:46af) + ret + +WestRadioTower1FTextPointers:: ; 986b0 (26:46b0) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRadioTower2F.asm b/maps/WestRadioTower2F.asm new file mode 100644 index 0000000..b507a25 --- /dev/null +++ b/maps/WestRadioTower2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRadioTower2F.asm", ROMX + +WestRadioTower2FScriptLoader:: ; 98757 (26:4757) + ret + +WestRadioTower2FTextPointers:: ; 98758 (26:4758) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRadioTower3F.asm b/maps/WestRadioTower3F.asm new file mode 100644 index 0000000..9e2e0b6 --- /dev/null +++ b/maps/WestRadioTower3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRadioTower3F.asm", ROMX + +WestRadioTower3FScriptLoader:: ; 9880c (26:480c) + ret + +WestRadioTower3FTextPointers:: ; 9880d (26:480d) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRadioTower4F.asm b/maps/WestRadioTower4F.asm new file mode 100644 index 0000000..28c323a --- /dev/null +++ b/maps/WestRadioTower4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRadioTower4F.asm", ROMX + +WestRadioTower4FScriptLoader:: ; 988ce (26:48ce) + ret + +WestRadioTower4FTextPointers:: ; 988cf (26:48cf) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRadioTower5F.asm b/maps/WestRadioTower5F.asm new file mode 100644 index 0000000..ac9df62 --- /dev/null +++ b/maps/WestRadioTower5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRadioTower5F.asm", ROMX + +WestRadioTower5FScriptLoader:: ; 98984 (26:4984) + ret + +WestRadioTower5FTextPointers:: ; 98985 (26:4985) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/WestRocketRaidedHouse.asm b/maps/WestRocketRaidedHouse.asm new file mode 100644 index 0000000..1b7c1e2 --- /dev/null +++ b/maps/WestRocketRaidedHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/WestRocketRaidedHouse.asm", ROMX + +WestRocketRaidedHouseScriptLoader:: ; 98a2e (26:4a2e) + ret + +WestRocketRaidedHouseTextPointers:: ; 98a2f (26:4a2f) + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText
\ No newline at end of file diff --git a/maps/blk/Baadon.blk b/maps/blk/Baadon.blk new file mode 100644 index 0000000..eee9928 --- /dev/null +++ b/maps/blk/Baadon.blk @@ -0,0 +1 @@ +//_TUV__///TUV//XYZB/___
]^_ab_ DEF_/HIJ_/@AAAAB/
\ No newline at end of file diff --git a/maps/blk/BaadonHouse1.blk b/maps/blk/BaadonHouse1.blk new file mode 100644 index 0000000..71eb33c --- /dev/null +++ b/maps/blk/BaadonHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BaadonHouse2.blk b/maps/blk/BaadonHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/BaadonHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BaadonLeague1F.blk b/maps/blk/BaadonLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/BaadonLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BaadonLeague2F.blk b/maps/blk/BaadonLeague2F.blk new file mode 100644 index 0000000..444e479 --- /dev/null +++ b/maps/blk/BaadonLeague2F.blk @@ -0,0 +1 @@ +=====@A<B@:===<<B@==;>==:@::A<;;:C;
\ No newline at end of file diff --git a/maps/blk/BaadonMart.blk b/maps/blk/BaadonMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/BaadonMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/BaadonPokecenter1F.blk b/maps/blk/BaadonPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/BaadonPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BaadonPokecenter2F.blk b/maps/blk/BaadonPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/BaadonPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/BaadonRoute1.blk b/maps/blk/BaadonRoute1.blk new file mode 100644 index 0000000..95f2f31 --- /dev/null +++ b/maps/blk/BaadonRoute1.blk @@ -0,0 +1 @@ +///></////AB@A////;;;;////;;;;.////66))////.))////%%;;////666;;////;;////*;;;;////*6666////////AAAAA//////////////////////999/////////////99/////;;;AA////;;;////////////////////////AAAPQR////TUV//kTUVk
\ No newline at end of file diff --git a/maps/blk/BaadonRoute2.blk b/maps/blk/BaadonRoute2.blk new file mode 100644 index 0000000..228c9f6 --- /dev/null +++ b/maps/blk/BaadonRoute2.blk @@ -0,0 +1 @@ +///////////////////////////////////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/>/////////////////////AB//////////////////////////////////////////////////////////////////////////9:////////////////////////////999999999999999999999999999999999999999999999999//////////////////////////////////////////////////
\ No newline at end of file diff --git a/maps/blk/BaadonRoute3.blk b/maps/blk/BaadonRoute3.blk new file mode 100644 index 0000000..3b98916 --- /dev/null +++ b/maps/blk/BaadonRoute3.blk @@ -0,0 +1 @@ +899999999:@------->*;;;*>//5;;;*>//;:99999//;>///////;>/////8&>/////(*;>/////vw;>/////z{;>/////z{;>/////z{;>/////z{;>/////z{;////z{APQRA///z{TUVz{TUV
\ No newline at end of file diff --git a/maps/blk/BaadonRouteGateNewtype.blk b/maps/blk/BaadonRouteGateNewtype.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/BaadonRouteGateNewtype.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/BaadonRouteGateWest.blk b/maps/blk/BaadonRouteGateWest.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/BaadonRouteGateWest.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/BaadonWallpaperHouse.blk b/maps/blk/BaadonWallpaperHouse.blk new file mode 100644 index 0000000..3cee918 --- /dev/null +++ b/maps/blk/BaadonWallpaperHouse.blk @@ -0,0 +1 @@ +%% $
\ No newline at end of file diff --git a/maps/blk/BullForest.blk b/maps/blk/BullForest.blk new file mode 100644 index 0000000..9ad1681 --- /dev/null +++ b/maps/blk/BullForest.blk @@ -0,0 +1 @@ +uyv{w///:99///////y}~{//AB/////////}~s~/////////////>///////A >d/////AAABdd d///// ///////89///////</////////
///////r////////////AAAA//A////////////////////////////////////////////////////////////////////////////////////
\ No newline at end of file diff --git a/maps/blk/BullForestRoute1.blk b/maps/blk/BullForestRoute1.blk new file mode 100644 index 0000000..8b071f7 --- /dev/null +++ b/maps/blk/BullForestRoute1.blk @@ -0,0 +1 @@ +!!!!!!!!!!!!!!!!!!!"/////!!MMMMMMMMMMMMMMMMMk/////!J!g c!!!![![!!!!!"/!J!"+ !!!!!_!!!!!!"/!J!SW!!L![![!g$22%!J!!!!!!!!!!_!!"(;;;;899PQR999:c[![!"(;;;;;;//<TUV>kEEEEEk////////<TUV> !!!!!"////////
\ No newline at end of file diff --git a/maps/blk/BullForestRoute1House.blk b/maps/blk/BullForestRoute1House.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/BullForestRoute1House.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullForestRoute2.blk b/maps/blk/BullForestRoute2.blk new file mode 100644 index 0000000..712f222 --- /dev/null +++ b/maps/blk/BullForestRoute2.blk @@ -0,0 +1 @@ +//////////AB@A///></)><))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;(<))>;;;(<))>;;;;;<)//;;;////;;;;;////////////////APQRAA//TUVTUV
\ No newline at end of file diff --git a/maps/blk/BullForestRoute3.blk b/maps/blk/BullForestRoute3.blk new file mode 100644 index 0000000..66f48ab --- /dev/null +++ b/maps/blk/BullForestRoute3.blk @@ -0,0 +1 @@ +!!!J!!H!!!!JEE!!EEH!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!vvvvn_![H!zzzz{D_[H!zzzz{![NH!zzzz{__!H!~~~~_[[H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!JEEEEH!!J!J!!!!H!!J!J!!!!H!!JMN!!MMH!!J!J!!H!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!
\ No newline at end of file diff --git a/maps/blk/BullForestRouteGateStand.blk b/maps/blk/BullForestRouteGateStand.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/BullForestRouteGateStand.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/BullHouse1.blk b/maps/blk/BullHouse1.blk new file mode 100644 index 0000000..923d6f0 --- /dev/null +++ b/maps/blk/BullHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullHouse2.blk b/maps/blk/BullHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/BullHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullHouse3.blk b/maps/blk/BullHouse3.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/BullHouse3.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullHouse4.blk b/maps/blk/BullHouse4.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/BullHouse4.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullLeague1F.blk b/maps/blk/BullLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/BullLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullLeague2F.blk b/maps/blk/BullLeague2F.blk new file mode 100644 index 0000000..36bbe14 --- /dev/null +++ b/maps/blk/BullLeague2F.blk @@ -0,0 +1 @@ +PLQRLRMMMRLNLOLQOLNSSSRPLQLPRSQQLSQ
\ No newline at end of file diff --git a/maps/blk/BullMart.blk b/maps/blk/BullMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/BullMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/BullPokecenter1F.blk b/maps/blk/BullPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/BullPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/BullPokecenter2F.blk b/maps/blk/BullPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/BullPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts1.blk b/maps/blk/CaveMinecarts1.blk new file mode 100644 index 0000000..2d940be --- /dev/null +++ b/maps/blk/CaveMinecarts1.blk @@ -0,0 +1,2 @@ + + 63
7&
&'
''$("("#)3),* %* !-+++..../001.27
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts2.blk b/maps/blk/CaveMinecarts2.blk new file mode 100644 index 0000000..91d989c --- /dev/null +++ b/maps/blk/CaveMinecarts2.blk @@ -0,0 +1 @@ +HQMINL4LK))O))JL)PRQSSSSSSSSSTL
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts3.blk b/maps/blk/CaveMinecarts3.blk new file mode 100644 index 0000000..91d989c --- /dev/null +++ b/maps/blk/CaveMinecarts3.blk @@ -0,0 +1 @@ +HQMINL4LK))O))JL)PRQSSSSSSSSSTL
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts4.blk b/maps/blk/CaveMinecarts4.blk new file mode 100644 index 0000000..fda3a95 --- /dev/null +++ b/maps/blk/CaveMinecarts4.blk @@ -0,0 +1,2 @@ +9: + \;8
\;lpm
ibj\;nqo
k\=aabaaae`be\]]]]]]]<9]]]>_ f]]]]_ %`abaahgf]]_dcK`be\]`abj^^
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts5.blk b/maps/blk/CaveMinecarts5.blk new file mode 100644 index 0000000..31ba890 --- /dev/null +++ b/maps/blk/CaveMinecarts5.blk @@ -0,0 +1 @@ +lm@3
lm@
lm@
@
@L
@B
@
@
nAo@
@
@
l?$m@
@KW
@W
nAAAAAAAAAonAo
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts6.blk b/maps/blk/CaveMinecarts6.blk new file mode 100644 index 0000000..36788e6 --- /dev/null +++ b/maps/blk/CaveMinecarts6.blk @@ -0,0 +1 @@ + 6@@@@@KCp?X4
\ No newline at end of file diff --git a/maps/blk/CaveMinecarts7.blk b/maps/blk/CaveMinecarts7.blk new file mode 100644 index 0000000..bbafdd4 --- /dev/null +++ b/maps/blk/CaveMinecarts7.blk @@ -0,0 +1 @@ +9FFFFFFFF<\x]GxG]]>\x]]Gx]x>\]]]]]]]>\]]]>\]]_ f]>\]
c]>\x]`be]>\]]]>D^^^^^^^^E
\ No newline at end of file diff --git a/maps/blk/Fonto.blk b/maps/blk/Fonto.blk new file mode 100644 index 0000000..daeb894 --- /dev/null +++ b/maps/blk/Fonto.blk @@ -0,0 +1 @@ +/////////
KKKK//KKKde// *hijK/KK*lm3K%%//K/+KK
//AAAAAAA///
\ No newline at end of file diff --git a/maps/blk/FontoHouse.blk b/maps/blk/FontoHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/FontoHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/FontoLab.blk b/maps/blk/FontoLab.blk new file mode 100644 index 0000000..a358ac9 --- /dev/null +++ b/maps/blk/FontoLab.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/FontoMart.blk b/maps/blk/FontoMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/FontoMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/FontoPokecenter1F.blk b/maps/blk/FontoPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/FontoPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/FontoPokecenter2F.blk b/maps/blk/FontoPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/FontoPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/FontoRocketHouse.blk b/maps/blk/FontoRocketHouse.blk new file mode 100644 index 0000000..8f3b907 --- /dev/null +++ b/maps/blk/FontoRocketHouse.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/FontoRoute1.blk b/maps/blk/FontoRoute1.blk new file mode 100644 index 0000000..a90f189 --- /dev/null +++ b/maps/blk/FontoRoute1.blk @@ -0,0 +1 @@ +yzzzzzz{!!!!!!!!!!!!!!!!!!!!!!!!!}~~~~~~MMMMMMMMMMMMMMMMMMMMMMM!!>01; H!!!!!!!!!!!!!!!!!!!!!J!!]]]^1; H!!!!!!!!!!!!!!!!!!!!!JMMaaab LMMMMMMMMMMMMMMMMMMM!!J!!>;;;!!!!!!!!!!!!!J!!>01;;;;>EEEEEEEEEEE!!JEEuvvvvvvvvvvvvvvvwEEEEEEEEEEEEEE!!yzzzzzzzzzzzzzzz{!!!!!!!!!!!!!!!!
\ No newline at end of file diff --git a/maps/blk/FontoRoute2.blk b/maps/blk/FontoRoute2.blk new file mode 100644 index 0000000..ef62cf7 --- /dev/null +++ b/maps/blk/FontoRoute2.blk @@ -0,0 +1 @@ +!!!!!!!!!!MMMMMMMM!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!EF!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!"899:!J!"<>!J!"<>99<AB<<
\ No newline at end of file diff --git a/maps/blk/FontoRoute3.blk b/maps/blk/FontoRoute3.blk new file mode 100644 index 0000000..06622fe --- /dev/null +++ b/maps/blk/FontoRoute3.blk @@ -0,0 +1 @@ +//uvvvvvvvw////!!!!!!!!!!//}~~~~~~~////MMMMMMMMMM/*----$%($*>!!!!!!!!!!/.(4%((%%4-$*>!!!!!!!!!!(%(--($%4$>MMMMM!!!!!$%,*5($%4(4--*/&--,*%4(%(%%4-->!!!!!//uvvvvvvvvvvvw////:EEEEE//}~~~~~~~~~~~>!!!!!
\ No newline at end of file diff --git a/maps/blk/FontoRoute4.blk b/maps/blk/FontoRoute4.blk new file mode 100644 index 0000000..213f24a --- /dev/null +++ b/maps/blk/FontoRoute4.blk @@ -0,0 +1 @@ +!!!!!!!!!!MMMMMMMM!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!J!!MM!!!!J!!!J!!!!J!!MNMM!!J!!//;:!!J!!//;>!!J!!//;>!!J!!//;>!!J!!//;>!!JMM//;99://APQRABTUVTUV
\ No newline at end of file diff --git a/maps/blk/FontoRoute5.blk b/maps/blk/FontoRoute5.blk new file mode 100644 index 0000000..b26250d --- /dev/null +++ b/maps/blk/FontoRoute5.blk @@ -0,0 +1 @@ +!!!!!!!!!!!!MMMMMMMM!J!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!!!!!J!!!!!JEE!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!!J!!!!!J!!>9999:>????>>APQRABTUVTUV
\ No newline at end of file diff --git a/maps/blk/FontoRoute6.blk b/maps/blk/FontoRoute6.blk new file mode 100644 index 0000000..50a0dec --- /dev/null +++ b/maps/blk/FontoRoute6.blk @@ -0,0 +1 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
\ No newline at end of file diff --git a/maps/blk/FontoRouteGate1.blk b/maps/blk/FontoRouteGate1.blk new file mode 100644 index 0000000..ac08a0a --- /dev/null +++ b/maps/blk/FontoRouteGate1.blk @@ -0,0 +1,2 @@ +
+ diff --git a/maps/blk/FontoRouteGate2.blk b/maps/blk/FontoRouteGate2.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/FontoRouteGate2.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/FontoRouteGate3.blk b/maps/blk/FontoRouteGate3.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/FontoRouteGate3.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/Haiteku.blk b/maps/blk/Haiteku.blk new file mode 100644 index 0000000..9c0ed26 --- /dev/null +++ b/maps/blk/Haiteku.blk @@ -0,0 +1,4 @@ +//[!!!!!!J!!H!!!!!!///[!!!!!J!!H!!!!!!// !!!!!J!!H!!!!!!////AAABA'@AAA/[!<//[99/)/ $%&)/ /AA + + +)W//B 'A
,-.) !@AAA !!S/A/8/[!!!_//////</ !!//@'/ !_' !"<CAAAAAAABW!"@AAABfeW!!SW!J!!H!!!!!!!!!!!!!!!J!!H!!!!!!
\ No newline at end of file diff --git a/maps/blk/HaitekuAquarium1F.blk b/maps/blk/HaitekuAquarium1F.blk new file mode 100644 index 0000000..7df5533 --- /dev/null +++ b/maps/blk/HaitekuAquarium1F.blk @@ -0,0 +1 @@ +!
\ No newline at end of file diff --git a/maps/blk/HaitekuAquarium2F.blk b/maps/blk/HaitekuAquarium2F.blk new file mode 100644 index 0000000..3e74655 --- /dev/null +++ b/maps/blk/HaitekuAquarium2F.blk @@ -0,0 +1 @@ +!!"! diff --git a/maps/blk/HaitekuHouse1.blk b/maps/blk/HaitekuHouse1.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/HaitekuHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/HaitekuHouse2.blk b/maps/blk/HaitekuHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/HaitekuHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/HaitekuImposterOakHouse.blk b/maps/blk/HaitekuImposterOakHouse.blk new file mode 100644 index 0000000..9acf892 --- /dev/null +++ b/maps/blk/HaitekuImposterOakHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/HaitekuLeague1F.blk b/maps/blk/HaitekuLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/HaitekuLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/HaitekuLeague2F.blk b/maps/blk/HaitekuLeague2F.blk new file mode 100644 index 0000000..9326b70 --- /dev/null +++ b/maps/blk/HaitekuLeague2F.blk @@ -0,0 +1 @@ +5777639894/.1/.,111-/002-/002-,111-
\ No newline at end of file diff --git a/maps/blk/HaitekuMart.blk b/maps/blk/HaitekuMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/HaitekuMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/HaitekuPokecenter1F.blk b/maps/blk/HaitekuPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/HaitekuPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/HaitekuPokecenter2F.blk b/maps/blk/HaitekuPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/HaitekuPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/HaitekuWestRoute.blk b/maps/blk/HaitekuWestRoute.blk new file mode 100644 index 0000000..ab728ef --- /dev/null +++ b/maps/blk/HaitekuWestRoute.blk @@ -0,0 +1 @@ +AAAAAAAAAAAAAAAAAAAAAAA;;;;dd;;<>AA//(*////////*/;./,;</(;*////;;//(;*///(;/(*////;*(;//;&/$;<d;;;dddd;;<9999999999999999999999999
\ No newline at end of file diff --git a/maps/blk/HaitekuWestRouteGate.blk b/maps/blk/HaitekuWestRouteGate.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/HaitekuWestRouteGate.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/HaitekuWestRouteOcean.blk b/maps/blk/HaitekuWestRouteOcean.blk new file mode 100644 index 0000000..84d4ca7 --- /dev/null +++ b/maps/blk/HaitekuWestRouteOcean.blk @@ -0,0 +1 @@ +)))))))))))PQR)))))TUV))))TUV)))))AXYZA))vwuvz{66666yzz{yzz{66666yzz{yzz{66666yzz{yzz{66666yz~yz!Jyz!J!!!yz!J!!!yz!JMMM}~!J!!!H!!J!!!MMMH!!JEE!@A!J!!!<!J!!!<jNjjj><>))))))<99999999
\ No newline at end of file diff --git a/maps/blk/Kanto.blk b/maps/blk/Kanto.blk new file mode 100644 index 0000000..f9c90c7 --- /dev/null +++ b/maps/blk/Kanto.blk @@ -0,0 +1,4 @@ +/////////////}x}~t/////////DEF///}~~~
///uw//HIJ<<y{//AAA</////}~~//////////////////////////////// //////////////////e//////////////////'//////eeeeeeeec//////
<///
f
/]]]^/<//eeeeg/aaab///////////////////
/////9<>9/////////<>//////////////>999999</////////////> + +<//////////><////////////>'DEF<//////////////>))HJ<//////////////>'<>A/ +//>)))<kW!!"/>@ "=====<W!!!!k!!!"AAA/ "W!!!!!kkkkk//////kkW!!!!!!!!!!!!!!!S
\ No newline at end of file diff --git a/maps/blk/KantoCeladonElevator.blk b/maps/blk/KantoCeladonElevator.blk new file mode 100644 index 0000000..2a0fe57 --- /dev/null +++ b/maps/blk/KantoCeladonElevator.blk @@ -0,0 +1 @@ +&%
\ No newline at end of file diff --git a/maps/blk/KantoCeladonMart1F.blk b/maps/blk/KantoCeladonMart1F.blk new file mode 100644 index 0000000..06ddb4d --- /dev/null +++ b/maps/blk/KantoCeladonMart1F.blk @@ -0,0 +1,2 @@ + +
%
\ No newline at end of file diff --git a/maps/blk/KantoCeladonMart2F.blk b/maps/blk/KantoCeladonMart2F.blk new file mode 100644 index 0000000..e5a6605 --- /dev/null +++ b/maps/blk/KantoCeladonMart2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoCeladonMart3F.blk b/maps/blk/KantoCeladonMart3F.blk new file mode 100644 index 0000000..f7c657e --- /dev/null +++ b/maps/blk/KantoCeladonMart3F.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/KantoCeladonMart4F.blk b/maps/blk/KantoCeladonMart4F.blk new file mode 100644 index 0000000..540dc4c --- /dev/null +++ b/maps/blk/KantoCeladonMart4F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoCeladonMart5F.blk b/maps/blk/KantoCeladonMart5F.blk new file mode 100644 index 0000000..447ad4d --- /dev/null +++ b/maps/blk/KantoCeladonMart5F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoCeruleanHouse.blk b/maps/blk/KantoCeruleanHouse.blk new file mode 100644 index 0000000..2e78955 --- /dev/null +++ b/maps/blk/KantoCeruleanHouse.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/KantoDiner.blk b/maps/blk/KantoDiner.blk new file mode 100644 index 0000000..0e5ed4b --- /dev/null +++ b/maps/blk/KantoDiner.blk @@ -0,0 +1 @@ +####
\ No newline at end of file diff --git a/maps/blk/KantoEastRoute.blk b/maps/blk/KantoEastRoute.blk new file mode 100644 index 0000000..62c82e6 --- /dev/null +++ b/maps/blk/KantoEastRoute.blk @@ -0,0 +1 @@ +///////////>/\]^//<///AAAAAAAAAB\]^@/AB////XYZ//////899:////<///>/9:@AAB///////////////////////////
\ No newline at end of file diff --git a/maps/blk/KantoEldersHouse.blk b/maps/blk/KantoEldersHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/KantoEldersHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoFishingGuru.blk b/maps/blk/KantoFishingGuru.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/KantoFishingGuru.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoGameCorner.blk b/maps/blk/KantoGameCorner.blk new file mode 100644 index 0000000..df126bb --- /dev/null +++ b/maps/blk/KantoGameCorner.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoGameCornerPrizes.blk b/maps/blk/KantoGameCornerPrizes.blk new file mode 100644 index 0000000..c069bf9 --- /dev/null +++ b/maps/blk/KantoGameCornerPrizes.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoGamefreakHQ1.blk b/maps/blk/KantoGamefreakHQ1.blk new file mode 100644 index 0000000..fa26b13 --- /dev/null +++ b/maps/blk/KantoGamefreakHQ1.blk @@ -0,0 +1 @@ +#
!"
\ No newline at end of file diff --git a/maps/blk/KantoGamefreakHQ2.blk b/maps/blk/KantoGamefreakHQ2.blk new file mode 100644 index 0000000..6e09a15 --- /dev/null +++ b/maps/blk/KantoGamefreakHQ2.blk @@ -0,0 +1 @@ +#
\ No newline at end of file diff --git a/maps/blk/KantoGamefreakHQ3.blk b/maps/blk/KantoGamefreakHQ3.blk new file mode 100644 index 0000000..f26a916 --- /dev/null +++ b/maps/blk/KantoGamefreakHQ3.blk @@ -0,0 +1 @@ +#
\ No newline at end of file diff --git a/maps/blk/KantoGamefreakHQ4.blk b/maps/blk/KantoGamefreakHQ4.blk new file mode 100644 index 0000000..e5908b7 --- /dev/null +++ b/maps/blk/KantoGamefreakHQ4.blk @@ -0,0 +1 @@ +%&"#$ !$ !
\ No newline at end of file diff --git a/maps/blk/KantoGamefreakHQ5.blk b/maps/blk/KantoGamefreakHQ5.blk new file mode 100644 index 0000000..189cf67 --- /dev/null +++ b/maps/blk/KantoGamefreakHQ5.blk @@ -0,0 +1,2 @@ +! +
\ No newline at end of file diff --git a/maps/blk/KantoGreensHouse1F.blk b/maps/blk/KantoGreensHouse1F.blk new file mode 100644 index 0000000..5fbd05e --- /dev/null +++ b/maps/blk/KantoGreensHouse1F.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/KantoGreensHouse2F.blk b/maps/blk/KantoGreensHouse2F.blk new file mode 100644 index 0000000..5b68e93 --- /dev/null +++ b/maps/blk/KantoGreensHouse2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoHospital.blk b/maps/blk/KantoHospital.blk new file mode 100644 index 0000000..f9dc77b --- /dev/null +++ b/maps/blk/KantoHospital.blk @@ -0,0 +1,2 @@ + +
%
\ No newline at end of file diff --git a/maps/blk/KantoLavenderHouse.blk b/maps/blk/KantoLavenderHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/KantoLavenderHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoLeague1F.blk b/maps/blk/KantoLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/KantoLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoLeague21F.blk b/maps/blk/KantoLeague21F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/KantoLeague21F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoLeague22F.blk b/maps/blk/KantoLeague22F.blk new file mode 100644 index 0000000..0883f4a --- /dev/null +++ b/maps/blk/KantoLeague22F.blk @@ -0,0 +1 @@ +UeeeUeVeVeY(((XY(((XY(((XeWWWeUUeUU
\ No newline at end of file diff --git a/maps/blk/KantoLeague2F.blk b/maps/blk/KantoLeague2F.blk new file mode 100644 index 0000000..0883f4a --- /dev/null +++ b/maps/blk/KantoLeague2F.blk @@ -0,0 +1 @@ +UeeeUeVeVeY(((XY(((XY(((XeWWWeUUeUU
\ No newline at end of file diff --git a/maps/blk/KantoMart.blk b/maps/blk/KantoMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/KantoMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/KantoOaksLab.blk b/maps/blk/KantoOaksLab.blk new file mode 100644 index 0000000..a14cbaa --- /dev/null +++ b/maps/blk/KantoOaksLab.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/KantoPokecenter1F.blk b/maps/blk/KantoPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/KantoPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoPokecenter21F.blk b/maps/blk/KantoPokecenter21F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/KantoPokecenter21F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoPokecenter22F.blk b/maps/blk/KantoPokecenter22F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/KantoPokecenter22F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/KantoPokecenter2F.blk b/maps/blk/KantoPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/KantoPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/KantoRedsHouse.blk b/maps/blk/KantoRedsHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/KantoRedsHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoSchool.blk b/maps/blk/KantoSchool.blk new file mode 100644 index 0000000..4450749 --- /dev/null +++ b/maps/blk/KantoSchool.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/KantoSilphCo.blk b/maps/blk/KantoSilphCo.blk new file mode 100644 index 0000000..8276215 --- /dev/null +++ b/maps/blk/KantoSilphCo.blk @@ -0,0 +1 @@ + !!!!!!!!!!"""""
\ No newline at end of file diff --git a/maps/blk/KantoUnusedArea.blk b/maps/blk/KantoUnusedArea.blk new file mode 100644 index 0000000..990dc3c --- /dev/null +++ b/maps/blk/KantoUnusedArea.blk @@ -0,0 +1 @@ +$$
\ No newline at end of file diff --git a/maps/blk/KantoViridianHouse.blk b/maps/blk/KantoViridianHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/KantoViridianHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/MtFuji.blk b/maps/blk/MtFuji.blk new file mode 100644 index 0000000..eed5797 --- /dev/null +++ b/maps/blk/MtFuji.blk @@ -0,0 +1 @@ +yy}~~~~~{{y}~~~~~~{}~~~~~~~~/////////////////////////------/
\ No newline at end of file diff --git a/maps/blk/MtFujiRoute.blk b/maps/blk/MtFujiRoute.blk new file mode 100644 index 0000000..2437a8a --- /dev/null +++ b/maps/blk/MtFujiRoute.blk @@ -0,0 +1 @@ +8999999:<><>@AAAAAAB
\ No newline at end of file diff --git a/maps/blk/Newtype.blk b/maps/blk/Newtype.blk new file mode 100644 index 0000000..9e04fec --- /dev/null +++ b/maps/blk/Newtype.blk @@ -0,0 +1 @@ +!!!!k!!!TUV!!k!!!!!!!!!!k!!!TUV!!k!!!!!!///99999XYZ999))))))////DEF)))//HIJ///OO/////#/ 89hi///// "/@'lj//))/ "//))89:( "//////DF>(/ "/'//////KJB(/ "/oo//////OOoooooo////#/ooooooo//// "/oooo/// "ooo///8999:/ "/8999:ooo///<>/ "/<>////
\ No newline at end of file diff --git a/maps/blk/NewtypeDiner.blk b/maps/blk/NewtypeDiner.blk new file mode 100644 index 0000000..c8c147d --- /dev/null +++ b/maps/blk/NewtypeDiner.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeDojo.blk b/maps/blk/NewtypeDojo.blk new file mode 100644 index 0000000..eef748d --- /dev/null +++ b/maps/blk/NewtypeDojo.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeHouse1.blk b/maps/blk/NewtypeHouse1.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/NewtypeHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeHouse2.blk b/maps/blk/NewtypeHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/NewtypeHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeHouse3.blk b/maps/blk/NewtypeHouse3.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/NewtypeHouse3.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeLeague1F.blk b/maps/blk/NewtypeLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/NewtypeLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypeLeague2F.blk b/maps/blk/NewtypeLeague2F.blk new file mode 100644 index 0000000..f046577 --- /dev/null +++ b/maps/blk/NewtypeLeague2F.blk @@ -0,0 +1 @@ +DffDG
FhHDIghHDIghKEJgDffDE
E
\ No newline at end of file diff --git a/maps/blk/NewtypeMart.blk b/maps/blk/NewtypeMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/NewtypeMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/NewtypePokecenter1F.blk b/maps/blk/NewtypePokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/NewtypePokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NewtypePokecenter2F.blk b/maps/blk/NewtypePokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/NewtypePokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/NewtypeRoute.blk b/maps/blk/NewtypeRoute.blk new file mode 100644 index 0000000..3973f11 --- /dev/null +++ b/maps/blk/NewtypeRoute.blk @@ -0,0 +1 @@ +yzzzzzzzzzzzzzzyt~~~~xt~~~~~~~}y{5y{667uw*6766}y{67%&;;/;;;;;y{/*;;;;;;;;;y{uvvvvvvvvvvzzvvyzzzzzzzzzzzzzz
\ No newline at end of file diff --git a/maps/blk/NewtypeRouteGate.blk b/maps/blk/NewtypeRouteGate.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/NewtypeRouteGate.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/NewtypeSailorHouse.blk b/maps/blk/NewtypeSailorHouse.blk new file mode 100644 index 0000000..9acf892 --- /dev/null +++ b/maps/blk/NewtypeSailorHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/North.blk b/maps/blk/North.blk new file mode 100644 index 0000000..6517275 --- /dev/null +++ b/maps/blk/North.blk @@ -0,0 +1 @@ +!!!y}~{!!@AA}~s~AB// ///G */H",./HS,-.kH!SWJkMMMM!!MMk
\ No newline at end of file diff --git a/maps/blk/NorthHouse1.blk b/maps/blk/NorthHouse1.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/NorthHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NorthHouse2.blk b/maps/blk/NorthHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/NorthHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NorthMart.blk b/maps/blk/NorthMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/NorthMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/NorthPokecenter1F.blk b/maps/blk/NorthPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/NorthPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/NorthPokecenter2F.blk b/maps/blk/NorthPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/NorthPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/Office1.blk b/maps/blk/Office1.blk new file mode 100644 index 0000000..2cc3b05 --- /dev/null +++ b/maps/blk/Office1.blk @@ -0,0 +1,5 @@ +
+ + !"# + +
\ No newline at end of file diff --git a/maps/blk/Office2.blk b/maps/blk/Office2.blk new file mode 100644 index 0000000..d746f18 --- /dev/null +++ b/maps/blk/Office2.blk @@ -0,0 +1,11 @@ +
>?)***+******+ 8 9:9 + + <== +,---. + ;; + + 61/71/002( + 3,--3 + 44'(5,--5 + +$%&
\ No newline at end of file diff --git a/maps/blk/Office3.blk b/maps/blk/Office3.blk new file mode 100644 index 0000000..a90acc0 --- /dev/null +++ b/maps/blk/Office3.blk @@ -0,0 +1,9 @@ +
>?EFGHIJ R LMNK + OPQ + + + + + @BCDBA + +&
\ No newline at end of file diff --git a/maps/blk/OldCity.blk b/maps/blk/OldCity.blk new file mode 100644 index 0000000..b097bad --- /dev/null +++ b/maps/blk/OldCity.blk @@ -0,0 +1 @@ +///////// "////////////////// "////////////////// "////////////////// "//////////////jk// "//////////DEF/no:/ "/DEF//////HIJ9rs>* "/HKJ//////LMNw~>* "/LMN//////8 9+{> S9+/////999< > !"//////9l999 [8/////+
////////////
//////jk///AA'A//////pq/AA<PQR>AAA////// ///TUV/////////////////TUV/////////
\ No newline at end of file diff --git a/maps/blk/OldCityBillsHouse.blk b/maps/blk/OldCityBillsHouse.blk new file mode 100644 index 0000000..323fe84 --- /dev/null +++ b/maps/blk/OldCityBillsHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityGym.blk b/maps/blk/OldCityGym.blk new file mode 100644 index 0000000..53298ca --- /dev/null +++ b/maps/blk/OldCityGym.blk @@ -0,0 +1,4 @@ + + + +
\ No newline at end of file diff --git a/maps/blk/OldCityHouse.blk b/maps/blk/OldCityHouse.blk new file mode 100644 index 0000000..923d6f0 --- /dev/null +++ b/maps/blk/OldCityHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityKurtsHouse.blk b/maps/blk/OldCityKurtsHouse.blk new file mode 100644 index 0000000..5879f0b --- /dev/null +++ b/maps/blk/OldCityKurtsHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityMart.blk b/maps/blk/OldCityMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/OldCityMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/OldCityMuseum.blk b/maps/blk/OldCityMuseum.blk new file mode 100644 index 0000000..5806366 --- /dev/null +++ b/maps/blk/OldCityMuseum.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityPokecenter1F.blk b/maps/blk/OldCityPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/OldCityPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityPokecenter2F.blk b/maps/blk/OldCityPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/OldCityPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/OldCityPokecenterBattle.blk b/maps/blk/OldCityPokecenterBattle.blk new file mode 100644 index 0000000..2366a43 --- /dev/null +++ b/maps/blk/OldCityPokecenterBattle.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityPokecenterTimeMachine.blk b/maps/blk/OldCityPokecenterTimeMachine.blk new file mode 100644 index 0000000..ccd07b6 --- /dev/null +++ b/maps/blk/OldCityPokecenterTimeMachine.blk @@ -0,0 +1 @@ + " "%!#######$########
\ No newline at end of file diff --git a/maps/blk/OldCityPokecenterTrade.blk b/maps/blk/OldCityPokecenterTrade.blk new file mode 100644 index 0000000..56e9374 --- /dev/null +++ b/maps/blk/OldCityPokecenterTrade.blk @@ -0,0 +1 @@ +"!
\ No newline at end of file diff --git a/maps/blk/OldCitySchool.blk b/maps/blk/OldCitySchool.blk new file mode 100644 index 0000000..4450749 --- /dev/null +++ b/maps/blk/OldCitySchool.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityTower1F.blk b/maps/blk/OldCityTower1F.blk new file mode 100644 index 0000000..8e62ed2 --- /dev/null +++ b/maps/blk/OldCityTower1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityTower2F.blk b/maps/blk/OldCityTower2F.blk new file mode 100644 index 0000000..a25e4a1 --- /dev/null +++ b/maps/blk/OldCityTower2F.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/OldCityTower3F.blk b/maps/blk/OldCityTower3F.blk new file mode 100644 index 0000000..f1458c4 --- /dev/null +++ b/maps/blk/OldCityTower3F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityTower4F.blk b/maps/blk/OldCityTower4F.blk new file mode 100644 index 0000000..fcbda17 --- /dev/null +++ b/maps/blk/OldCityTower4F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/OldCityTower5F.blk b/maps/blk/OldCityTower5F.blk new file mode 100644 index 0000000..177059a --- /dev/null +++ b/maps/blk/OldCityTower5F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/PlayerHouse1F.blk b/maps/blk/PlayerHouse1F.blk new file mode 100644 index 0000000..8b85e15 --- /dev/null +++ b/maps/blk/PlayerHouse1F.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/PlayerHouse2F.blk b/maps/blk/PlayerHouse2F.blk new file mode 100644 index 0000000..2a93fa0 --- /dev/null +++ b/maps/blk/PlayerHouse2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/PowerPlant1.blk b/maps/blk/PowerPlant1.blk new file mode 100644 index 0000000..c853622 --- /dev/null +++ b/maps/blk/PowerPlant1.blk @@ -0,0 +1,7 @@ +
+ + + + + +
\ No newline at end of file diff --git a/maps/blk/PowerPlant2.blk b/maps/blk/PowerPlant2.blk new file mode 100644 index 0000000..d8a5646 --- /dev/null +++ b/maps/blk/PowerPlant2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/PowerPlant3.blk b/maps/blk/PowerPlant3.blk new file mode 100644 index 0000000..1f866a0 --- /dev/null +++ b/maps/blk/PowerPlant3.blk @@ -0,0 +1 @@ + "#####))$$$$$$$$EICF>!$%%%%%$ELLFL$$$$$$$@AADK$$$$<=$K$G'%%%$12223$CLD&&&8;;;9&&&&*$$$6:::7C?BB$%$12523$LJ@$$$-.4/0&&$&*(&&&&$$$$$$$$$$$$$$$CCHFB%%%%E$CJA@J@$BEEG$AD,GL@> + +
\ No newline at end of file diff --git a/maps/blk/PowerPlant4.blk b/maps/blk/PowerPlant4.blk new file mode 100644 index 0000000..7074b1d --- /dev/null +++ b/maps/blk/PowerPlant4.blk @@ -0,0 +1 @@ + ))AKI@HICL,$$$RADDDDDDD$a$$GLLJDDDD($$aa$&&T<=&&QE$$$$[ZZZ\C$JM&&&$6:::7AFP&*NLJC$12223GS$$N@@IL8;Y;9CJHJNBKJ$]^a^_&&&&*NLBA$$`$`$$$$$M&&&&&QaaaaaaaCCE$B$$$$$$$DJGL@OaaaaaaR
\ No newline at end of file diff --git a/maps/blk/Prince.blk b/maps/blk/Prince.blk new file mode 100644 index 0000000..38a4316 --- /dev/null +++ b/maps/blk/Prince.blk @@ -0,0 +1 @@ +yy}n~~~~{{y}~n~~~~{}~~n~~/> !"/// 9+// //////////------/
\ No newline at end of file diff --git a/maps/blk/PrinceRoute.blk b/maps/blk/PrinceRoute.blk new file mode 100644 index 0000000..f3a7340 --- /dev/null +++ b/maps/blk/PrinceRoute.blk @@ -0,0 +1 @@ +uvvvvvvvvwyzzzzzzzz{yzzzzzzzz{yzzzzzzzz{}~~~~~~~~
\ No newline at end of file diff --git a/maps/blk/Route15.blk b/maps/blk/Route15.blk new file mode 100644 index 0000000..fc3199b --- /dev/null +++ b/maps/blk/Route15.blk @@ -0,0 +1 @@ +z{TUV////////z{TUV////AAz{9XYZ/////;;@Az{76--//////;z{////(z{///////8z{;;;*////<z{/////////999z{/////////////
\ No newline at end of file diff --git a/maps/blk/Route15Pokecenter1F.blk b/maps/blk/Route15Pokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/Route15Pokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/Route15Pokecenter2F.blk b/maps/blk/Route15Pokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/Route15Pokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/Route18.blk b/maps/blk/Route18.blk new file mode 100644 index 0000000..1333d63 --- /dev/null +++ b/maps/blk/Route18.blk @@ -0,0 +1 @@ +vwTUVuvvz{TUVyzzz{AXYZAyzzz{uzzzz{yzzzz{);))yzzzz{3;))}sxzz{1;)002yzz{;011uzzz{uvvvzzzz{}~~~~xzz{;;))yzz{;;;)yzz{6678yzz{;;;@yzz{9yzz{66666yzz{yzzzvvvvwyzzt~~~~7yzz{yzz{66666yzz{;;;;;yzz{66666yzz{;;;;;;yzz{yzz{66666yzz{(yzz{(;;yzz{67/6;;yzz{---.;;yzz{yzz{66666yzz{yzz{;;;;;yzz{))));6yzz{;;;;;yzx{66666yzy{;;;;;yzy{;;;yz}66666yz;;;yz;;;yzvvvvvvvvzzzzzzzzzzzz
\ No newline at end of file diff --git a/maps/blk/Route18Pokecenter1F.blk b/maps/blk/Route18Pokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/Route18Pokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/Route18Pokecenter2F.blk b/maps/blk/Route18Pokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/Route18Pokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/Route1Gate1F.blk b/maps/blk/Route1Gate1F.blk new file mode 100644 index 0000000..0985b28 --- /dev/null +++ b/maps/blk/Route1Gate1F.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/Route1Gate2F.blk b/maps/blk/Route1Gate2F.blk new file mode 100644 index 0000000..f7deeab --- /dev/null +++ b/maps/blk/Route1Gate2F.blk @@ -0,0 +1 @@ +%%&
\ No newline at end of file diff --git a/maps/blk/Route1P1.blk b/maps/blk/Route1P1.blk new file mode 100644 index 0000000..75a0913 --- /dev/null +++ b/maps/blk/Route1P1.blk @@ -0,0 +1 @@ +///////////////vvvw/AAAAAA//vvw{/<//zt{//'@AA~z{;;~~~//66$%%8990%%;;(<//999999999999/////////////////
\ No newline at end of file diff --git a/maps/blk/Route1P2.blk b/maps/blk/Route1P2.blk new file mode 100644 index 0000000..e0284a4 --- /dev/null +++ b/maps/blk/Route1P2.blk @@ -0,0 +1 @@ +///TUV///////TUV///////XYZ////////////////////AA///<>!!"<> !!!!!"<> !!!/>99<///>;;;uvv/>;///yuv/>2/uvzyz/>/uzzz}~/>/}~~~~~/>%%%%/99999999//////////
\ No newline at end of file diff --git a/maps/blk/Route2.blk b/maps/blk/Route2.blk new file mode 100644 index 0000000..fa42442 --- /dev/null +++ b/maps/blk/Route2.blk @@ -0,0 +1 @@ +>////////////]]]^/////////aaab////))</99:;;);</>;;;;;;;99>;;)999999999999///////////////////////////
\ No newline at end of file diff --git a/maps/blk/Route2Gate1F.blk b/maps/blk/Route2Gate1F.blk new file mode 100644 index 0000000..b06889e --- /dev/null +++ b/maps/blk/Route2Gate1F.blk @@ -0,0 +1,2 @@ +
+ diff --git a/maps/blk/Route2Gate2F.blk b/maps/blk/Route2Gate2F.blk new file mode 100644 index 0000000..f7deeab --- /dev/null +++ b/maps/blk/Route2Gate2F.blk @@ -0,0 +1 @@ +%%&
\ No newline at end of file diff --git a/maps/blk/Route2House.blk b/maps/blk/Route2House.blk new file mode 100644 index 0000000..de07e9d --- /dev/null +++ b/maps/blk/Route2House.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/RouteSilentEast.blk b/maps/blk/RouteSilentEast.blk new file mode 100644 index 0000000..db594cc --- /dev/null +++ b/maps/blk/RouteSilentEast.blk @@ -0,0 +1 @@ +//uvw//////////uvvvvvvvvvvvw//AB}~AAAAAAAAAA}~~~~~~~~~~~//////</;;;\]]9:;;;;;(&( !!!";;`aa/>;;;;;(5( !!!";;<//>AAAAAAAA;;;;;(%AAA !!!"AAA</////////////////////kkkkk/////// !!!!SW!!!"/////
\ No newline at end of file diff --git a/maps/blk/RouteSilentEastGate.blk b/maps/blk/RouteSilentEastGate.blk new file mode 100644 index 0000000..ac08a0a --- /dev/null +++ b/maps/blk/RouteSilentEastGate.blk @@ -0,0 +1,2 @@ +
+ diff --git a/maps/blk/RuinsOfAlphEntrance.blk b/maps/blk/RuinsOfAlphEntrance.blk new file mode 100644 index 0000000..d73427a --- /dev/null +++ b/maps/blk/RuinsOfAlphEntrance.blk @@ -0,0 +1 @@ +!,,,,"
)*+)
\ No newline at end of file diff --git a/maps/blk/RuinsOfAlphMain.blk b/maps/blk/RuinsOfAlphMain.blk new file mode 100644 index 0000000..6e0ec61 --- /dev/null +++ b/maps/blk/RuinsOfAlphMain.blk @@ -0,0 +1,4 @@ +! "'('(
%&%&
#$#$
+ '('(
'&%(
'$#(
'('(
'('(
'('(
+ '('(
'&%(
'$#(
'('(
%&%&
#$#$
+
\ No newline at end of file diff --git a/maps/blk/ShizukanaOka.blk b/maps/blk/ShizukanaOka.blk new file mode 100644 index 0000000..c66d560 --- /dev/null +++ b/maps/blk/ShizukanaOka.blk @@ -0,0 +1,74 @@ + + + + + + + + + +"# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + +
+ + + "# + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/maps/blk/SilentHill.blk b/maps/blk/SilentHill.blk new file mode 100644 index 0000000..ebd7759 --- /dev/null +++ b/maps/blk/SilentHill.blk @@ -0,0 +1,3 @@ +//AB@///> +9:>'BABk//9 +'r/>///999999///
\ No newline at end of file diff --git a/maps/blk/SilentHillHouse.blk b/maps/blk/SilentHillHouse.blk new file mode 100644 index 0000000..8e61d7b --- /dev/null +++ b/maps/blk/SilentHillHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SilentHillLabBack.blk b/maps/blk/SilentHillLabBack.blk new file mode 100644 index 0000000..671e694 --- /dev/null +++ b/maps/blk/SilentHillLabBack.blk @@ -0,0 +1,2 @@ +&' +
\ No newline at end of file diff --git a/maps/blk/SilentHillLabFront.blk b/maps/blk/SilentHillLabFront.blk new file mode 100644 index 0000000..b9daa9d --- /dev/null +++ b/maps/blk/SilentHillLabFront.blk @@ -0,0 +1,2 @@ + $%$% +
\ No newline at end of file diff --git a/maps/blk/SilentHillPokecenter.blk b/maps/blk/SilentHillPokecenter.blk new file mode 100644 index 0000000..5003589 --- /dev/null +++ b/maps/blk/SilentHillPokecenter.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SlowpokeWellEntrance.blk b/maps/blk/SlowpokeWellEntrance.blk new file mode 100644 index 0000000..3de108d --- /dev/null +++ b/maps/blk/SlowpokeWellEntrance.blk @@ -0,0 +1 @@ +vvutwwvvutwwvvutwwvvrswwvvwwvxxwx
\ No newline at end of file diff --git a/maps/blk/SlowpokeWellMain.blk b/maps/blk/SlowpokeWellMain.blk new file mode 100644 index 0000000..02bd937 --- /dev/null +++ b/maps/blk/SlowpokeWellMain.blk @@ -0,0 +1,2 @@ +lzzy@\Gx\-@\\x\\-@x\\\\\\-@\\\\x-@]x>-@D^xx]>-nAAA| +AAA}@{@{@{@{@{@{@{@{@{@{
\ No newline at end of file diff --git a/maps/blk/South.blk b/maps/blk/South.blk new file mode 100644 index 0000000..ee089c7 --- /dev/null +++ b/maps/blk/South.blk @@ -0,0 +1,3 @@ +///pqrspqrs///TUV//////t|vwt|vwTUV///xy~{xy~{AAAXYZAAA///|~~|~~></////pqrspqrs </////t|vwtuvw9
89/////xy~{xyz{ +/////|~~|}~/+/////////('\]^///////())/`aa///////(= +//////////+//////////AAAAAAB//////////////////////////////////////////////////PQR/////////////////TUV/////////////////TUV///
\ No newline at end of file diff --git a/maps/blk/SouthHouse1.blk b/maps/blk/SouthHouse1.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/SouthHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SouthHouse2.blk b/maps/blk/SouthHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/SouthHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SouthMart.blk b/maps/blk/SouthMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/SouthMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/SouthPokecenter1F.blk b/maps/blk/SouthPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/SouthPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SouthPokecenter2F.blk b/maps/blk/SouthPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/SouthPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/Stand.blk b/maps/blk/Stand.blk new file mode 100644 index 0000000..c13d41c --- /dev/null +++ b/maps/blk/Stand.blk @@ -0,0 +1 @@ +/////////////////////////////////$%&$%&////////////(*(*899/////////99+99+<//TUV//////9+9(TUV//////$%&,-XYZ///]]]^(**//aaab99+
////////899:
'//<>*//,--.--899999//////////////////////
DEF/////////l5HIJ/////////4/////////////////'A//
\ No newline at end of file diff --git a/maps/blk/StandHouse.blk b/maps/blk/StandHouse.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/StandHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/StandLab.blk b/maps/blk/StandLab.blk new file mode 100644 index 0000000..05be865 --- /dev/null +++ b/maps/blk/StandLab.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/StandLeague1F.blk b/maps/blk/StandLeague1F.blk new file mode 100644 index 0000000..b4060b3 --- /dev/null +++ b/maps/blk/StandLeague1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/StandLeague2F.blk b/maps/blk/StandLeague2F.blk new file mode 100644 index 0000000..0883f4a --- /dev/null +++ b/maps/blk/StandLeague2F.blk @@ -0,0 +1 @@ +UeeeUeVeVeY(((XY(((XY(((XeWWWeUUeUU
\ No newline at end of file diff --git a/maps/blk/StandMart.blk b/maps/blk/StandMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/StandMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/StandOffice.blk b/maps/blk/StandOffice.blk new file mode 100644 index 0000000..02d3709 --- /dev/null +++ b/maps/blk/StandOffice.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/StandPokecenter1F.blk b/maps/blk/StandPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/StandPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/StandPokecenter2F.blk b/maps/blk/StandPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/StandPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/StandRocketHouse1F.blk b/maps/blk/StandRocketHouse1F.blk new file mode 100644 index 0000000..26395df --- /dev/null +++ b/maps/blk/StandRocketHouse1F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/StandRocketHouse2F.blk b/maps/blk/StandRocketHouse2F.blk new file mode 100644 index 0000000..2e80edb --- /dev/null +++ b/maps/blk/StandRocketHouse2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/StandRoute.blk b/maps/blk/StandRoute.blk new file mode 100644 index 0000000..76b0872 --- /dev/null +++ b/maps/blk/StandRoute.blk @@ -0,0 +1 @@ +></AB@A/><>;/;;/;<>;;;/;;<>//<>;;/;;;<>;;;/;;<>//<>;;/;;;<>;;;/;;<>//<>;;/;;;<>;;;/;;<>//<>;;/;;;<>;;;;;;<><>;;;;;;<>;;;/;;<>//<>;;/;;;<>;;;/;;<><>APQRAA<TUVTUV
\ No newline at end of file diff --git a/maps/blk/StandRouteGateKanto.blk b/maps/blk/StandRouteGateKanto.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/StandRouteGateKanto.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/Sugar.blk b/maps/blk/Sugar.blk new file mode 100644 index 0000000..1efeaa5 --- /dev/null +++ b/maps/blk/Sugar.blk @@ -0,0 +1 @@ +DEEEEEEEEFH_89:uvvwcg8
A}t~KG<>KG<- KG<CBKG@ACBnoBWJLMSWMN
\ No newline at end of file diff --git a/maps/blk/SugarHouse.blk b/maps/blk/SugarHouse.blk new file mode 100644 index 0000000..f717157 --- /dev/null +++ b/maps/blk/SugarHouse.blk @@ -0,0 +1 @@ + !
\ No newline at end of file diff --git a/maps/blk/SugarHouse2.blk b/maps/blk/SugarHouse2.blk new file mode 100644 index 0000000..923d6f0 --- /dev/null +++ b/maps/blk/SugarHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SugarMart.blk b/maps/blk/SugarMart.blk new file mode 100644 index 0000000..dd7ef2a --- /dev/null +++ b/maps/blk/SugarMart.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/SugarPokecenter1F.blk b/maps/blk/SugarPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/SugarPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/SugarPokecenter2F.blk b/maps/blk/SugarPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/SugarPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/SugarRoute.blk b/maps/blk/SugarRoute.blk new file mode 100644 index 0000000..dadb2be --- /dev/null +++ b/maps/blk/SugarRoute.blk @@ -0,0 +1 @@ +kk!!!!!!kk!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J_[!!H!!JSW!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!JhhhhhhH!!J!!!!!!H!!J!!!!!!H!!J!!_[H!!J!!SWH!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!!H!!J!!!!!MH!!_@PQRB[H!!"TUV H!!STUVWH!
\ No newline at end of file diff --git a/maps/blk/SugarRouteGate.blk b/maps/blk/SugarRouteGate.blk new file mode 100644 index 0000000..0ba6b01 --- /dev/null +++ b/maps/blk/SugarRouteGate.blk @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/maps/blk/UnusedMap13.blk b/maps/blk/UnusedMap13.blk new file mode 100644 index 0000000..500b0c7 --- /dev/null +++ b/maps/blk/UnusedMap13.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/West.blk b/maps/blk/West.blk new file mode 100644 index 0000000..d66bcea --- /dev/null +++ b/maps/blk/West.blk @@ -0,0 +1,2 @@ +!!!!!"TUV !!!!!!!!!8"TUV pqps!!!!DG<de:XYZ8tuvw9:!!H"@A??'B???<xyz{/>OOOOO????????@'??A89KK[K#@/hiA(?????<!!H!S</lm>? +A?\]]!!H!8999??`aa!!H!"<//???????<!!H!"</??///!!H!"@/????AAAAA//!!H!S@AAAAAB///!!H!!SW!!J//!!DEF!!!!!!!!!DEFS/!!LMNMMMMMMMMMLMN!S!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
\ No newline at end of file diff --git a/maps/blk/WestGym.blk b/maps/blk/WestGym.blk new file mode 100644 index 0000000..b972334 --- /dev/null +++ b/maps/blk/WestGym.blk @@ -0,0 +1 @@ +###!((("!(((+!&%'"!&$'"*((("*)()+
\ No newline at end of file diff --git a/maps/blk/WestHouse1.blk b/maps/blk/WestHouse1.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/WestHouse1.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestHouse2.blk b/maps/blk/WestHouse2.blk new file mode 100644 index 0000000..3a80d96 --- /dev/null +++ b/maps/blk/WestHouse2.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestMart1F.blk b/maps/blk/WestMart1F.blk new file mode 100644 index 0000000..06ddb4d --- /dev/null +++ b/maps/blk/WestMart1F.blk @@ -0,0 +1,2 @@ + +
%
\ No newline at end of file diff --git a/maps/blk/WestMart2F.blk b/maps/blk/WestMart2F.blk new file mode 100644 index 0000000..e5a6605 --- /dev/null +++ b/maps/blk/WestMart2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestMart3F.blk b/maps/blk/WestMart3F.blk new file mode 100644 index 0000000..f7c657e --- /dev/null +++ b/maps/blk/WestMart3F.blk @@ -0,0 +1,2 @@ + +
\ No newline at end of file diff --git a/maps/blk/WestMart4F.blk b/maps/blk/WestMart4F.blk new file mode 100644 index 0000000..540dc4c --- /dev/null +++ b/maps/blk/WestMart4F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestMart5F.blk b/maps/blk/WestMart5F.blk new file mode 100644 index 0000000..447ad4d --- /dev/null +++ b/maps/blk/WestMart5F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestMart6F.blk b/maps/blk/WestMart6F.blk new file mode 100644 index 0000000..55fa67e --- /dev/null +++ b/maps/blk/WestMart6F.blk @@ -0,0 +1 @@ +!!
\ No newline at end of file diff --git a/maps/blk/WestMartElevator.blk b/maps/blk/WestMartElevator.blk new file mode 100644 index 0000000..2a0fe57 --- /dev/null +++ b/maps/blk/WestMartElevator.blk @@ -0,0 +1 @@ +&%
\ No newline at end of file diff --git a/maps/blk/WestPokecenter1F.blk b/maps/blk/WestPokecenter1F.blk new file mode 100644 index 0000000..d861b25 --- /dev/null +++ b/maps/blk/WestPokecenter1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestPokecenter2F.blk b/maps/blk/WestPokecenter2F.blk new file mode 100644 index 0000000..cb1d07a --- /dev/null +++ b/maps/blk/WestPokecenter2F.blk @@ -0,0 +1,3 @@ + + +
\ No newline at end of file diff --git a/maps/blk/WestRadioTower1F.blk b/maps/blk/WestRadioTower1F.blk new file mode 100644 index 0000000..49aa4c7 --- /dev/null +++ b/maps/blk/WestRadioTower1F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestRadioTower2F.blk b/maps/blk/WestRadioTower2F.blk new file mode 100644 index 0000000..1a37166 --- /dev/null +++ b/maps/blk/WestRadioTower2F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestRadioTower3F.blk b/maps/blk/WestRadioTower3F.blk new file mode 100644 index 0000000..bbecb5f --- /dev/null +++ b/maps/blk/WestRadioTower3F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestRadioTower4F.blk b/maps/blk/WestRadioTower4F.blk new file mode 100644 index 0000000..b728241 --- /dev/null +++ b/maps/blk/WestRadioTower4F.blk @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/maps/blk/WestRadioTower5F.blk b/maps/blk/WestRadioTower5F.blk new file mode 100644 index 0000000..13d970e --- /dev/null +++ b/maps/blk/WestRadioTower5F.blk @@ -0,0 +1 @@ +"!
\ No newline at end of file diff --git a/maps/blk/WestRocketRaidedHouse.blk b/maps/blk/WestRocketRaidedHouse.blk new file mode 100644 index 0000000..9acf892 --- /dev/null +++ b/maps/blk/WestRocketRaidedHouse.blk @@ -0,0 +1 @@ +
\ No newline at end of file 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 |
