diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
tree | 6e497b69a442cdff6a5ef645584514c156fed05e | |
parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) |
Sort maps into placeholder and non-placeholder.
1058 files changed, 8759 insertions, 8759 deletions
diff --git a/data/maps/attributes/Baadon.asm b/data/maps/attributes/Baadon.asm deleted file mode 100644 index 41cecb7..0000000 --- a/data/maps/attributes/Baadon.asm +++ /dev/null @@ -1,34 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Baadon.asm", ROMX - map_attributes Baadon, BAADON, NORTH | SOUTH | EAST - connection north, FontoRoute4, FONTO_ROUTE_4, 0, 0, 10 - connection south, BaadonRoute1, BAADON_ROUTE_1, 0, 0, 10 - connection east, BaadonRoute2, BAADON_ROUTE_2, 0, 0, 9 - -Baadon_MapEvents:: - dw $4000 ; unknown - - db 9 ; warp events - warp_event 3, 4, 1, BAADON_MART, wOverworldMapBlocks + 50 - warp_event 15, 4, 1, BAADON_POKECENTER_1F, wOverworldMapBlocks + 56 - warp_event 4, 9, 1, BAADON_HOUSE_1, wOverworldMapBlocks + 83 - warp_event 3, 13, 1, BAADON_WALLPAPER_HOUSE, wOverworldMapBlocks + 114 - warp_event 9, 13, 1, BAADON_HOUSE_2, wOverworldMapBlocks + 117 - warp_event 14, 15, 1, BAADON_LEAGUE_1F, wOverworldMapBlocks + 136 - warp_event 15, 15, 2, BAADON_LEAGUE_1F, wOverworldMapBlocks + 136 - warp_event 8, 5, 1, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 53 - warp_event 9, 5, 2, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 53 - - db 4 ; bg events - bg_event 4, 4, 0, 1 - bg_event 16, 4, 0, 2 - bg_event 11, 10, 0, 3 - bg_event 6, 14, 0, 4 - - db 3 ; person events - object_event 14, 8, SPRITE_SUPER_NERD, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 9, SPRITE_YOUNGSTER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 14, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Baadon_Blocks:: INCBIN "maps/blk/Baadon.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonHouse1.asm b/data/maps/attributes/BaadonHouse1.asm deleted file mode 100644 index d7a82db..0000000 --- a/data/maps/attributes/BaadonHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonHouse1.asm", ROMX - map_attributes BaadonHouse1, BAADON_HOUSE_1, 0 - -BaadonHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 3, BAADON, wOverworldMapBlocks + 42 - warp_event 4, 7, 3, BAADON, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_ELDER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonHouse1_Blocks:: INCBIN "maps/blk/BaadonHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonHouse2.asm b/data/maps/attributes/BaadonHouse2.asm deleted file mode 100644 index e3cf13c..0000000 --- a/data/maps/attributes/BaadonHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonHouse2.asm", ROMX - map_attributes BaadonHouse2, BAADON_HOUSE_2, 0 - -BaadonHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, BAADON, wOverworldMapBlocks + 47 - warp_event 5, 7, 5, BAADON, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 7, 5, SPRITE_GRANNY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonHouse2_Blocks:: INCBIN "maps/blk/BaadonHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonLeague1F.asm b/data/maps/attributes/BaadonLeague1F.asm deleted file mode 100644 index 093b478..0000000 --- a/data/maps/attributes/BaadonLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonLeague1F.asm", ROMX - map_attributes BaadonLeague1F, BAADON_LEAGUE_1F, 0 - -BaadonLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 6, BAADON, wOverworldMapBlocks + 82 - warp_event 4, 15, 7, BAADON, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, BAADON_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonLeague1F_Blocks:: INCBIN "maps/blk/BaadonLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonLeague2F.asm b/data/maps/attributes/BaadonLeague2F.asm deleted file mode 100644 index e2385ef..0000000 --- a/data/maps/attributes/BaadonLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonLeague2F.asm", ROMX - map_attributes BaadonLeague2F, BAADON_LEAGUE_2F, 0 - -BaadonLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, BAADON_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 2, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 1, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 9, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 11, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonLeague2F_Blocks:: INCBIN "maps/blk/BaadonLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonMart.asm b/data/maps/attributes/BaadonMart.asm deleted file mode 100644 index e782b4e..0000000 --- a/data/maps/attributes/BaadonMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonMart.asm", ROMX - map_attributes BaadonMart, BAADON_MART, 0 - -BaadonMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 1, BAADON, wOverworldMapBlocks + 59 - warp_event 5, 7, 1, BAADON, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_TEACHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonMart_Blocks:: INCBIN "maps/blk/BaadonMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonPokecenter1F.asm b/data/maps/attributes/BaadonPokecenter1F.asm deleted file mode 100644 index 510b51a..0000000 --- a/data/maps/attributes/BaadonPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonPokecenter1F.asm", ROMX - map_attributes BaadonPokecenter1F, BAADON_POKECENTER_1F, 0 - -BaadonPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 2, BAADON, wOverworldMapBlocks + 59 - warp_event 6, 7, 2, BAADON, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, BAADON_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 14, 6, SPRITE_FISHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonPokecenter1F_Blocks:: INCBIN "maps/blk/BaadonPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonPokecenter2F.asm b/data/maps/attributes/BaadonPokecenter2F.asm deleted file mode 100644 index 5568865..0000000 --- a/data/maps/attributes/BaadonPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonPokecenter2F.asm", ROMX - map_attributes BaadonPokecenter2F, BAADON_POKECENTER_2F, 0 - -BaadonPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, BAADON_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BaadonPokecenter2F_Blocks:: INCBIN "maps/blk/BaadonPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonRoute1.asm b/data/maps/attributes/BaadonRoute1.asm deleted file mode 100644 index feba099..0000000 --- a/data/maps/attributes/BaadonRoute1.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonRoute1.asm", ROMX - map_attributes BaadonRoute1, BAADON_ROUTE_1, NORTH | SOUTH - connection north, Baadon, BAADON, 0, 0, 10 - connection south, West, WEST, -3, 2, 16 - -BaadonRoute1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 12, 48, 3, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 407 - warp_event 13, 48, 4, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 407 - - db 0 ; bg events - - db 0 ; person events - -BaadonRoute1_Blocks:: INCBIN "maps/blk/BaadonRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonRoute2.asm b/data/maps/attributes/BaadonRoute2.asm deleted file mode 100644 index ce09e7a..0000000 --- a/data/maps/attributes/BaadonRoute2.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonRoute2.asm", ROMX - map_attributes BaadonRoute2, BAADON_ROUTE_2, WEST | EAST - connection west, Baadon, BAADON, 0, 0, 9 - connection east, BaadonRoute3, BAADON_ROUTE_3, 0, 0, 12 - -BaadonRoute2_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -BaadonRoute2_Blocks:: INCBIN "maps/blk/BaadonRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonRoute3.asm b/data/maps/attributes/BaadonRoute3.asm deleted file mode 100644 index b4ebc67..0000000 --- a/data/maps/attributes/BaadonRoute3.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonRoute3.asm", ROMX - map_attributes BaadonRoute3, BAADON_ROUTE_3, SOUTH | WEST - connection south, Route15, ROUTE_15, 0, 0, 13 - connection west, BaadonRoute2, BAADON_ROUTE_2, 0, 0, 9 - -BaadonRoute3_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 30, 3, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 261 - warp_event 9, 30, 4, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 261 - - db 0 ; bg events - - db 0 ; person events - -BaadonRoute3_Blocks:: INCBIN "maps/blk/BaadonRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonRouteGateNewtype.asm b/data/maps/attributes/BaadonRouteGateNewtype.asm deleted file mode 100644 index 4752cc6..0000000 --- a/data/maps/attributes/BaadonRouteGateNewtype.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonRouteGateNewtype.asm", ROMX - map_attributes BaadonRouteGateNewtype, BAADON_ROUTE_GATE_NEWTYPE, 0 - -BaadonRouteGateNewtype_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 1, ROUTE_15, wOverworldMapBlocks + 47 - warp_event 5, 7, 2, ROUTE_15, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, BAADON_ROUTE_3, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, BAADON_ROUTE_3, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -BaadonRouteGateNewtype_Blocks:: INCBIN "maps/blk/BaadonRouteGateNewtype.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonRouteGateWest.asm b/data/maps/attributes/BaadonRouteGateWest.asm deleted file mode 100644 index 7eb03b4..0000000 --- a/data/maps/attributes/BaadonRouteGateWest.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonRouteGateWest.asm", ROMX - map_attributes BaadonRouteGateWest, BAADON_ROUTE_GATE_WEST, 0 - -BaadonRouteGateWest_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 11, WEST, wOverworldMapBlocks + 47 - warp_event 5, 7, 12, WEST, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, BAADON_ROUTE_1, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, BAADON_ROUTE_1, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -BaadonRouteGateWest_Blocks:: INCBIN "maps/blk/BaadonRouteGateWest.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BaadonWallpaperHouse.asm b/data/maps/attributes/BaadonWallpaperHouse.asm deleted file mode 100644 index b200551..0000000 --- a/data/maps/attributes/BaadonWallpaperHouse.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BaadonWallpaperHouse.asm", ROMX - map_attributes BaadonWallpaperHouse, BAADON_WALLPAPER_HOUSE, 0 - -BaadonWallpaperHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 2, 7, 4, BAADON, wOverworldMapBlocks + 42 - warp_event 3, 7, 4, BAADON, wOverworldMapBlocks + 42 - - db 0 ; bg events - - db 0 ; person events - -BaadonWallpaperHouse_Blocks:: INCBIN "maps/blk/BaadonWallpaperHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForest.asm b/data/maps/attributes/BullForest.asm deleted file mode 100644 index ae742f7..0000000 --- a/data/maps/attributes/BullForest.asm +++ /dev/null @@ -1,34 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForest.asm", ROMX - map_attributes BullForest, BULL_FOREST, NORTH | SOUTH | WEST - connection north, BullForestRoute3, BULL_FOREST_ROUTE_3, 5, 0, 10 - connection south, BullForestRoute2, BULL_FOREST_ROUTE_2, 5, 0, 10 - connection west, BullForestRoute1, BULL_FOREST_ROUTE_1, 9, 0, 9 - -BullForest_MapEvents:: - dw $4000 ; unknown - - db 8 ; warp events - warp_event 25, 6, 1, BULL_MART, wOverworldMapBlocks + 117 - warp_event 9, 9, 1, BULL_HOUSE_1, wOverworldMapBlocks + 135 - warp_event 27, 11, 1, BULL_HOUSE_2, wOverworldMapBlocks + 170 - warp_event 19, 13, 1, BULL_HOUSE_3, wOverworldMapBlocks + 192 - warp_event 13, 18, 1, BULL_POKECENTER_1F, wOverworldMapBlocks + 267 - warp_event 26, 21, 1, BULL_LEAGUE_1F, wOverworldMapBlocks + 300 - warp_event 27, 21, 2, BULL_LEAGUE_1F, wOverworldMapBlocks + 300 - warp_event 3, 22, 1, BULL_HOUSE_4, wOverworldMapBlocks + 314 - - db 3 ; bg events - bg_event 26, 6, 0, 1 - bg_event 2, 16, 0, 2 - bg_event 14, 18, 0, 3 - - db 5 ; person events - object_event 21, 9, SPRITE_TWIN, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 11, 12, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 16, SPRITE_GRANNY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 20, 19, SPRITE_TEACHER, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 20, 29, SPRITE_BUG_CATCHER_BOY, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -BullForest_Blocks:: INCBIN "maps/blk/BullForest.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForestRoute1.asm b/data/maps/attributes/BullForestRoute1.asm deleted file mode 100644 index 4b22cc1..0000000 --- a/data/maps/attributes/BullForestRoute1.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRoute1.asm", ROMX - map_attributes BullForestRoute1, BULL_FOREST_ROUTE_1, SOUTH | EAST - connection south, Route18, ROUTE_18, 0, 0, 10 - connection east, BullForest, BULL_FOREST, -3, 6, 12 - -BullForestRoute1_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 8, 12, 3, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 222 - warp_event 9, 12, 4, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 222 - warp_event 9, 5, 1, BULL_FOREST_ROUTE_1_HOUSE, wOverworldMapBlocks + 98 - - db 0 ; bg events - - db 0 ; person events - -BullForestRoute1_Blocks:: INCBIN "maps/blk/BullForestRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForestRoute1House.asm b/data/maps/attributes/BullForestRoute1House.asm deleted file mode 100644 index 78b0695..0000000 --- a/data/maps/attributes/BullForestRoute1House.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRoute1House.asm", ROMX - map_attributes BullForestRoute1House, BULL_FOREST_ROUTE_1_HOUSE, 0 - -BullForestRoute1House_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 47 - warp_event 5, 7, 3, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 1, 5, SPRITE_COOLTRAINER_F, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullForestRoute1House_Blocks:: INCBIN "maps/blk/BullForestRoute1House.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForestRoute2.asm b/data/maps/attributes/BullForestRoute2.asm deleted file mode 100644 index 0130045..0000000 --- a/data/maps/attributes/BullForestRoute2.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRoute2.asm", ROMX - map_attributes BullForestRoute2, BULL_FOREST_ROUTE_2, NORTH | SOUTH - connection north, BullForest, BULL_FOREST, -3, 2, 16 - connection south, Stand, STAND, -3, 7, 13 - -BullForestRoute2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 48, 3, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 405 - warp_event 9, 48, 4, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 405 - - db 0 ; bg events - - db 0 ; person events - -BullForestRoute2_Blocks:: INCBIN "maps/blk/BullForestRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForestRoute3.asm b/data/maps/attributes/BullForestRoute3.asm deleted file mode 100644 index 37647e5..0000000 --- a/data/maps/attributes/BullForestRoute3.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRoute3.asm", ROMX - map_attributes BullForestRoute3, BULL_FOREST_ROUTE_3, NORTH | SOUTH - connection north, North, NORTH, 0, 0, 10 - connection south, BullForest, BULL_FOREST, -3, 2, 16 - -BullForestRoute3_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -BullForestRoute3_Blocks:: INCBIN "maps/blk/BullForestRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullForestRouteGateStand.asm b/data/maps/attributes/BullForestRouteGateStand.asm deleted file mode 100644 index 941d222..0000000 --- a/data/maps/attributes/BullForestRouteGateStand.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRouteGateStand.asm", ROMX - map_attributes BullForestRouteGateStand, BULL_FOREST_ROUTE_GATE_STAND, 0 - -BullForestRouteGateStand_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 9, STAND, wOverworldMapBlocks + 47 - warp_event 5, 7, 10, STAND, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -BullForestRouteGateStand_Blocks:: INCBIN "maps/blk/BullForestRouteGateStand.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullHouse1.asm b/data/maps/attributes/BullHouse1.asm deleted file mode 100644 index f0c72b0..0000000 --- a/data/maps/attributes/BullHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullHouse1.asm", ROMX - map_attributes BullHouse1, BULL_HOUSE_1, 0 - -BullHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 2, BULL_FOREST, wOverworldMapBlocks + 42 - warp_event 4, 7, 2, BULL_FOREST, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_KIKUKO, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullHouse1_Blocks:: INCBIN "maps/blk/BullHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullHouse2.asm b/data/maps/attributes/BullHouse2.asm deleted file mode 100644 index abca127..0000000 --- a/data/maps/attributes/BullHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullHouse2.asm", ROMX - map_attributes BullHouse2, BULL_HOUSE_2, 0 - -BullHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, BULL_FOREST, wOverworldMapBlocks + 47 - warp_event 5, 7, 3, BULL_FOREST, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 8, 4, SPRITE_GRANNY, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -BullHouse2_Blocks:: INCBIN "maps/blk/BullHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullHouse3.asm b/data/maps/attributes/BullHouse3.asm deleted file mode 100644 index 85a4542..0000000 --- a/data/maps/attributes/BullHouse3.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullHouse3.asm", ROMX - map_attributes BullHouse3, BULL_HOUSE_3, 0 - -BullHouse3_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 4, BULL_FOREST, wOverworldMapBlocks + 47 - warp_event 5, 7, 4, BULL_FOREST, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 4, 3, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullHouse3_Blocks:: INCBIN "maps/blk/BullHouse3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullHouse4.asm b/data/maps/attributes/BullHouse4.asm deleted file mode 100644 index 6537d61..0000000 --- a/data/maps/attributes/BullHouse4.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullHouse4.asm", ROMX - map_attributes BullHouse4, BULL_HOUSE_4, 0 - -BullHouse4_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 8, BULL_FOREST, wOverworldMapBlocks + 47 - warp_event 5, 7, 8, BULL_FOREST, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 0 ; person events - -BullHouse4_Blocks:: INCBIN "maps/blk/BullHouse4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullLeague1F.asm b/data/maps/attributes/BullLeague1F.asm deleted file mode 100644 index e4b1f66..0000000 --- a/data/maps/attributes/BullLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullLeague1F.asm", ROMX - map_attributes BullLeague1F, BULL_LEAGUE_1F, 0 - -BullLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 6, BULL_FOREST, wOverworldMapBlocks + 82 - warp_event 4, 15, 7, BULL_FOREST, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, BULL_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -BullLeague1F_Blocks:: INCBIN "maps/blk/BullLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullLeague2F.asm b/data/maps/attributes/BullLeague2F.asm deleted file mode 100644 index b603bdb..0000000 --- a/data/maps/attributes/BullLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullLeague2F.asm", ROMX - map_attributes BullLeague2F, BULL_LEAGUE_2F, 0 - -BullLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, BULL_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 4, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 9, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 9, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullLeague2F_Blocks:: INCBIN "maps/blk/BullLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullMart.asm b/data/maps/attributes/BullMart.asm deleted file mode 100644 index 760638d..0000000 --- a/data/maps/attributes/BullMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullMart.asm", ROMX - map_attributes BullMart, BULL_MART, 0 - -BullMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 1, BULL_FOREST, wOverworldMapBlocks + 59 - warp_event 5, 7, 1, BULL_FOREST, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_FISHER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullMart_Blocks:: INCBIN "maps/blk/BullMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullPokecenter1F.asm b/data/maps/attributes/BullPokecenter1F.asm deleted file mode 100644 index 5950c68..0000000 --- a/data/maps/attributes/BullPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullPokecenter1F.asm", ROMX - map_attributes BullPokecenter1F, BULL_POKECENTER_1F, 0 - -BullPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 5, BULL_FOREST, wOverworldMapBlocks + 59 - warp_event 6, 7, 5, BULL_FOREST, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, BULL_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullPokecenter1F_Blocks:: INCBIN "maps/blk/BullPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/BullPokecenter2F.asm b/data/maps/attributes/BullPokecenter2F.asm deleted file mode 100644 index 0a01dbc..0000000 --- a/data/maps/attributes/BullPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullPokecenter2F.asm", ROMX - map_attributes BullPokecenter2F, BULL_POKECENTER_2F, 0 - -BullPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, BULL_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -BullPokecenter2F_Blocks:: INCBIN "maps/blk/BullPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts1.asm b/data/maps/attributes/CaveMinecarts1.asm deleted file mode 100644 index 50f3759..0000000 --- a/data/maps/attributes/CaveMinecarts1.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts1.asm", ROMX - map_attributes CaveMinecarts1, CAVE_MINECARTS_1, 0 - -CaveMinecarts1_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts1_Blocks:: INCBIN "maps/blk/CaveMinecarts1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts2.asm b/data/maps/attributes/CaveMinecarts2.asm deleted file mode 100644 index 984e731..0000000 --- a/data/maps/attributes/CaveMinecarts2.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts2.asm", ROMX - map_attributes CaveMinecarts2, CAVE_MINECARTS_2, 0 - -CaveMinecarts2_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts2_Blocks:: INCBIN "maps/blk/CaveMinecarts2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts3.asm b/data/maps/attributes/CaveMinecarts3.asm deleted file mode 100644 index 4fc9aa1..0000000 --- a/data/maps/attributes/CaveMinecarts3.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts3.asm", ROMX - map_attributes CaveMinecarts3, CAVE_MINECARTS_3, 0 - -CaveMinecarts3_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts3_Blocks:: INCBIN "maps/blk/CaveMinecarts3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts4.asm b/data/maps/attributes/CaveMinecarts4.asm deleted file mode 100644 index 482eb5f..0000000 --- a/data/maps/attributes/CaveMinecarts4.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts4.asm", ROMX - map_attributes CaveMinecarts4, CAVE_MINECARTS_4, 0 - -CaveMinecarts4_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts4_Blocks:: INCBIN "maps/blk/CaveMinecarts4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts5.asm b/data/maps/attributes/CaveMinecarts5.asm deleted file mode 100644 index cc90507..0000000 --- a/data/maps/attributes/CaveMinecarts5.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts5.asm", ROMX - map_attributes CaveMinecarts5, CAVE_MINECARTS_5, 0 - -CaveMinecarts5_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts5_Blocks:: INCBIN "maps/blk/CaveMinecarts5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts6.asm b/data/maps/attributes/CaveMinecarts6.asm deleted file mode 100644 index 709c616..0000000 --- a/data/maps/attributes/CaveMinecarts6.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts6.asm", ROMX - map_attributes CaveMinecarts6, CAVE_MINECARTS_6, 0 - -CaveMinecarts6_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts6_Blocks:: INCBIN "maps/blk/CaveMinecarts6.blk"
\ No newline at end of file diff --git a/data/maps/attributes/CaveMinecarts7.asm b/data/maps/attributes/CaveMinecarts7.asm deleted file mode 100644 index 488165e..0000000 --- a/data/maps/attributes/CaveMinecarts7.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/CaveMinecarts7.asm", ROMX - map_attributes CaveMinecarts7, CAVE_MINECARTS_7, 0 - -CaveMinecarts7_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -CaveMinecarts7_Blocks:: INCBIN "maps/blk/CaveMinecarts7.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Fonto.asm b/data/maps/attributes/Fonto.asm deleted file mode 100644 index b452972..0000000 --- a/data/maps/attributes/Fonto.asm +++ /dev/null @@ -1,32 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Fonto.asm", ROMX - map_attributes Fonto, FONTO, NORTH | WEST | EAST - connection north, FontoRoute2, FONTO_ROUTE_2, 0, 0, 10 - connection west, FontoRoute1, FONTO_ROUTE_1, 0, 0, 9 - connection east, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 - -Fonto_MapEvents:: - dw $4000 ; unknown - - db 5 ; warp events - warp_event 4, 3, 1, FONTO_ROCKET_HOUSE, wOverworldMapBlocks + 35 - warp_event 15, 4, 1, FONTO_MART, wOverworldMapBlocks + 56 - warp_event 3, 7, 1, FONTO_HOUSE, wOverworldMapBlocks + 66 - warp_event 3, 12, 1, FONTO_POKECENTER_1F, wOverworldMapBlocks + 114 - warp_event 16, 13, 1, FONTO_LAB, wOverworldMapBlocks + 121 - - db 5 ; bg events - bg_event 15, 4, 0, 1 - bg_event 14, 6, 0, 2 - bg_event 4, 12, 0, 3 - bg_event 6, 12, 0, 4 - bg_event 10, 12, 0, 5 - - db 4 ; person events - object_event 2, 4, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_SIDON, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 14, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 16, 8, SPRITE_TWIN, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -Fonto_Blocks:: INCBIN "maps/blk/Fonto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoHouse.asm b/data/maps/attributes/FontoHouse.asm deleted file mode 100644 index d37ed92..0000000 --- a/data/maps/attributes/FontoHouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoHouse.asm", ROMX - map_attributes FontoHouse, FONTO_HOUSE, 0 - -FontoHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, FONTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 3, FONTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 8, 4, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoHouse_Blocks:: INCBIN "maps/blk/FontoHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoLab.asm b/data/maps/attributes/FontoLab.asm deleted file mode 100644 index 7ef980c..0000000 --- a/data/maps/attributes/FontoLab.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoLab.asm", ROMX - map_attributes FontoLab, FONTO_LAB, 0 - -FontoLab_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 5, FONTO, wOverworldMapBlocks + 46 - warp_event 4, 7, 5, FONTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 2, 2, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 5, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoLab_Blocks:: INCBIN "maps/blk/FontoLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoMart.asm b/data/maps/attributes/FontoMart.asm deleted file mode 100644 index 0e3cd47..0000000 --- a/data/maps/attributes/FontoMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoMart.asm", ROMX - map_attributes FontoMart, FONTO_MART, 0 - -FontoMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 2, FONTO, wOverworldMapBlocks + 59 - warp_event 5, 7, 2, FONTO, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoMart_Blocks:: INCBIN "maps/blk/FontoMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoPokecenter1F.asm b/data/maps/attributes/FontoPokecenter1F.asm deleted file mode 100644 index 41369dc..0000000 --- a/data/maps/attributes/FontoPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoPokecenter1F.asm", ROMX - map_attributes FontoPokecenter1F, FONTO_POKECENTER_1F, 0 - -FontoPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 4, FONTO, wOverworldMapBlocks + 59 - warp_event 6, 7, 4, FONTO, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, FONTO_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoPokecenter1F_Blocks:: INCBIN "maps/blk/FontoPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoPokecenter2F.asm b/data/maps/attributes/FontoPokecenter2F.asm deleted file mode 100644 index 86c4fd8..0000000 --- a/data/maps/attributes/FontoPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoPokecenter2F.asm", ROMX - map_attributes FontoPokecenter2F, FONTO_POKECENTER_2F, 0 - -FontoPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, FONTO_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoPokecenter2F_Blocks:: INCBIN "maps/blk/FontoPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRocketHouse.asm b/data/maps/attributes/FontoRocketHouse.asm deleted file mode 100644 index 96889bb..0000000 --- a/data/maps/attributes/FontoRocketHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRocketHouse.asm", ROMX - map_attributes FontoRocketHouse, FONTO_ROCKET_HOUSE, 0 - -FontoRocketHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 12, 7, 1, FONTO, wOverworldMapBlocks + 63 - warp_event 13, 7, 1, FONTO, wOverworldMapBlocks + 63 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 4, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 2, SPRITE_ROCKET_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 2, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 12, 2, SPRITE_POPPO, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -FontoRocketHouse_Blocks:: INCBIN "maps/blk/FontoRocketHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute1.asm b/data/maps/attributes/FontoRoute1.asm deleted file mode 100644 index ffe2ae5..0000000 --- a/data/maps/attributes/FontoRoute1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute1.asm", ROMX - map_attributes FontoRoute1, FONTO_ROUTE_1, WEST | EAST - connection west, South, SOUTH, 0, 0, 12 - connection east, Fonto, FONTO, 0, 0, 9 - -FontoRoute1_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 6, 9, 3, FONTO_ROUTE_GATE_1, wOverworldMapBlocks + 209 - - db 0 ; bg events - - db 0 ; person events - -FontoRoute1_Blocks:: INCBIN "maps/blk/FontoRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute2.asm b/data/maps/attributes/FontoRoute2.asm deleted file mode 100644 index 44e0bc9..0000000 --- a/data/maps/attributes/FontoRoute2.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute2.asm", ROMX - map_attributes FontoRoute2, FONTO_ROUTE_2, SOUTH | WEST - connection south, Fonto, FONTO, 0, 0, 10 - connection west, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9 - -FontoRoute2_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -FontoRoute2_Blocks:: INCBIN "maps/blk/FontoRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute3.asm b/data/maps/attributes/FontoRoute3.asm deleted file mode 100644 index 9768a10..0000000 --- a/data/maps/attributes/FontoRoute3.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute3.asm", ROMX - map_attributes FontoRoute3, FONTO_ROUTE_3, WEST | EAST - connection west, Fonto, FONTO, 0, 0, 9 - connection east, FontoRoute4, FONTO_ROUTE_4, 0, 0, 12 - -FontoRoute3_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -FontoRoute3_Blocks:: INCBIN "maps/blk/FontoRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute4.asm b/data/maps/attributes/FontoRoute4.asm deleted file mode 100644 index 6925520..0000000 --- a/data/maps/attributes/FontoRoute4.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute4.asm", ROMX - map_attributes FontoRoute4, FONTO_ROUTE_4, SOUTH | WEST - connection south, Baadon, BAADON, 0, 0, 10 - connection west, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 - -FontoRoute4_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 30, 3, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 261 - warp_event 9, 30, 4, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 261 - - db 0 ; bg events - - db 0 ; person events - -FontoRoute4_Blocks:: INCBIN "maps/blk/FontoRoute4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute5.asm b/data/maps/attributes/FontoRoute5.asm deleted file mode 100644 index da1894c..0000000 --- a/data/maps/attributes/FontoRoute5.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute5.asm", ROMX - map_attributes FontoRoute5, FONTO_ROUTE_5, SOUTH | EAST - connection south, South, SOUTH, -3, 7, 13 - connection east, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9 - -FontoRoute5_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 30, 3, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261 - warp_event 9, 30, 4, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261 - - db 0 ; bg events - - db 0 ; person events - -FontoRoute5_Blocks:: INCBIN "maps/blk/FontoRoute5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRoute6.asm b/data/maps/attributes/FontoRoute6.asm deleted file mode 100644 index e9e3b9c..0000000 --- a/data/maps/attributes/FontoRoute6.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRoute6.asm", ROMX - map_attributes FontoRoute6, FONTO_ROUTE_6, WEST | EAST - connection west, FontoRoute5, FONTO_ROUTE_5, 0, 0, 12 - connection east, FontoRoute2, FONTO_ROUTE_2, 0, 0, 12 - -FontoRoute6_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -FontoRoute6_Blocks:: INCBIN "maps/blk/FontoRoute6.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRouteGate1.asm b/data/maps/attributes/FontoRouteGate1.asm deleted file mode 100644 index f75d799..0000000 --- a/data/maps/attributes/FontoRouteGate1.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRouteGate1.asm", ROMX - map_attributes FontoRouteGate1, FONTO_ROUTE_GATE_1, 0 - -FontoRouteGate1_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 0, 7, 7, SOUTH, wOverworldMapBlocks + 45 - warp_event 1, 7, 7, SOUTH, wOverworldMapBlocks + 45 - warp_event 8, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 - warp_event 9, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 - - db 0 ; bg events - - db 0 ; person events - -FontoRouteGate1_Blocks:: INCBIN "maps/blk/FontoRouteGate1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRouteGate2.asm b/data/maps/attributes/FontoRouteGate2.asm deleted file mode 100644 index 016ef98..0000000 --- a/data/maps/attributes/FontoRouteGate2.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRouteGate2.asm", ROMX - map_attributes FontoRouteGate2, FONTO_ROUTE_GATE_2, 0 - -FontoRouteGate2_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 8, BAADON, wOverworldMapBlocks + 47 - warp_event 5, 7, 9, BAADON, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, FONTO_ROUTE_4, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, FONTO_ROUTE_4, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -FontoRouteGate2_Blocks:: INCBIN "maps/blk/FontoRouteGate2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/FontoRouteGate3.asm b/data/maps/attributes/FontoRouteGate3.asm deleted file mode 100644 index 4bb5fc6..0000000 --- a/data/maps/attributes/FontoRouteGate3.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/FontoRouteGate3.asm", ROMX - map_attributes FontoRouteGate3, FONTO_ROUTE_GATE_3, 0 - -FontoRouteGate3_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 5, SOUTH, wOverworldMapBlocks + 47 - warp_event 5, 7, 6, SOUTH, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, FONTO_ROUTE_5, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, FONTO_ROUTE_5, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -FontoRouteGate3_Blocks:: INCBIN "maps/blk/FontoRouteGate3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Haiteku.asm b/data/maps/attributes/Haiteku.asm deleted file mode 100644 index 79e2b5c..0000000 --- a/data/maps/attributes/Haiteku.asm +++ /dev/null @@ -1,38 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Haiteku.asm", ROMX - map_attributes Haiteku, HAITEKU, WEST - connection west, HaitekuWestRoute, HAITEKU_WEST_ROUTE, 0, 0, 9 - -Haiteku_MapEvents:: - dw $4000 ; unknown - - db 9 ; warp events - warp_event 31, 10, 1, HAITEKU_POKECENTER_1F, wOverworldMapBlocks + 172 - warp_event 10, 11, 1, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 162 - warp_event 11, 11, 2, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 162 - warp_event 31, 16, 1, HAITEKU_MART, wOverworldMapBlocks + 250 - warp_event 7, 17, 1, HAITEKU_HOUSE_1, wOverworldMapBlocks + 238 - warp_event 15, 17, 1, HAITEKU_HOUSE_2, wOverworldMapBlocks + 242 - warp_event 33, 20, 1, HAITEKU_IMPOSTER_OAK_HOUSE, wOverworldMapBlocks + 303 - warp_event 6, 27, 1, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 368 - warp_event 7, 27, 2, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 368 - - db 8 ; bg events - bg_event 24, 7, 0, 1 - bg_event 12, 12, 0, 2 - bg_event 32, 10, 0, 3 - bg_event 10, 17, 0, 4 - bg_event 32, 16, 0, 5 - bg_event 10, 27, 0, 6 - bg_event 30, 25, 0, 7 - bg_event 24, 28, 0, 8 - - db 5 ; person events - object_event 22, 15, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 23, 14, SPRITE_PIPPI, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 23, 24, SPRITE_SAILOR, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 26, 10, SPRITE_SAILOR, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 14, SPRITE_GENTLEMAN, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Haiteku_Blocks:: INCBIN "maps/blk/Haiteku.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuAquarium1F.asm b/data/maps/attributes/HaitekuAquarium1F.asm deleted file mode 100644 index d58a8b1..0000000 --- a/data/maps/attributes/HaitekuAquarium1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuAquarium1F.asm", ROMX - map_attributes HaitekuAquarium1F, HAITEKU_AQUARIUM_1F, 0 - -HaitekuAquarium1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 7, 8, HAITEKU, wOverworldMapBlocks + 63 - warp_event 13, 7, 9, HAITEKU, wOverworldMapBlocks + 63 - warp_event 0, 7, 1, HAITEKU_AQUARIUM_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 15, 5, SPRITE_RECEPTIONIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 12, 2, SPRITE_YOUNGSTER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 5, SPRITE_LASS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuAquarium1F_Blocks:: INCBIN "maps/blk/HaitekuAquarium1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuAquarium2F.asm b/data/maps/attributes/HaitekuAquarium2F.asm deleted file mode 100644 index 8cd748c..0000000 --- a/data/maps/attributes/HaitekuAquarium2F.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuAquarium2F.asm", ROMX - map_attributes HaitekuAquarium2F, HAITEKU_AQUARIUM_2F, 0 - -HaitekuAquarium2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 6, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 4, SPRITE_TEACHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuAquarium2F_Blocks:: INCBIN "maps/blk/HaitekuAquarium2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuHouse1.asm b/data/maps/attributes/HaitekuHouse1.asm deleted file mode 100644 index f9a1338..0000000 --- a/data/maps/attributes/HaitekuHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuHouse1.asm", ROMX - map_attributes HaitekuHouse1, HAITEKU_HOUSE_1, 0 - -HaitekuHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, HAITEKU, wOverworldMapBlocks + 47 - warp_event 5, 7, 5, HAITEKU, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 7, 3, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuHouse1_Blocks:: INCBIN "maps/blk/HaitekuHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuHouse2.asm b/data/maps/attributes/HaitekuHouse2.asm deleted file mode 100644 index 3e264b1..0000000 --- a/data/maps/attributes/HaitekuHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuHouse2.asm", ROMX - map_attributes HaitekuHouse2, HAITEKU_HOUSE_2, 0 - -HaitekuHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 6, HAITEKU, wOverworldMapBlocks + 47 - warp_event 5, 7, 6, HAITEKU, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 7, 3, SPRITE_SAILOR, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuHouse2_Blocks:: INCBIN "maps/blk/HaitekuHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuImposterOakHouse.asm b/data/maps/attributes/HaitekuImposterOakHouse.asm deleted file mode 100644 index ec1a050..0000000 --- a/data/maps/attributes/HaitekuImposterOakHouse.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuImposterOakHouse.asm", ROMX - map_attributes HaitekuImposterOakHouse, HAITEKU_IMPOSTER_OAK_HOUSE, 0 - -HaitekuImposterOakHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 7, HAITEKU, wOverworldMapBlocks + 47 - warp_event 5, 7, 7, HAITEKU, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 3, SPRITE_EVIL_OKIDO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 2, SPRITE_POKEFAN_F, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuImposterOakHouse_Blocks:: INCBIN "maps/blk/HaitekuImposterOakHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuLeague1F.asm b/data/maps/attributes/HaitekuLeague1F.asm deleted file mode 100644 index 06f67d0..0000000 --- a/data/maps/attributes/HaitekuLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuLeague1F.asm", ROMX - map_attributes HaitekuLeague1F, HAITEKU_LEAGUE_1F, 0 - -HaitekuLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 2, HAITEKU, wOverworldMapBlocks + 82 - warp_event 4, 15, 3, HAITEKU, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, HAITEKU_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuLeague1F_Blocks:: INCBIN "maps/blk/HaitekuLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuLeague2F.asm b/data/maps/attributes/HaitekuLeague2F.asm deleted file mode 100644 index 95d5c93..0000000 --- a/data/maps/attributes/HaitekuLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuLeague2F.asm", ROMX - map_attributes HaitekuLeague2F, HAITEKU_LEAGUE_2F, 0 - -HaitekuLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 12, SPRITE_COOLTRAINER_F, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 10, SPRITE_24, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 7, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuLeague2F_Blocks:: INCBIN "maps/blk/HaitekuLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuMart.asm b/data/maps/attributes/HaitekuMart.asm deleted file mode 100644 index 891a576..0000000 --- a/data/maps/attributes/HaitekuMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuMart.asm", ROMX - map_attributes HaitekuMart, HAITEKU_MART, 0 - -HaitekuMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 4, HAITEKU, wOverworldMapBlocks + 51 - warp_event 5, 7, 4, HAITEKU, wOverworldMapBlocks + 51 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_SAILOR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuMart_Blocks:: INCBIN "maps/blk/HaitekuMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuPokecenter1F.asm b/data/maps/attributes/HaitekuPokecenter1F.asm deleted file mode 100644 index 52e18ae..0000000 --- a/data/maps/attributes/HaitekuPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuPokecenter1F.asm", ROMX - map_attributes HaitekuPokecenter1F, HAITEKU_POKECENTER_1F, 0 - -HaitekuPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 1, HAITEKU, wOverworldMapBlocks + 59 - warp_event 6, 7, 1, HAITEKU, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, HAITEKU_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_FISHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_SAILOR, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuPokecenter1F_Blocks:: INCBIN "maps/blk/HaitekuPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuPokecenter2F.asm b/data/maps/attributes/HaitekuPokecenter2F.asm deleted file mode 100644 index 596293c..0000000 --- a/data/maps/attributes/HaitekuPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuPokecenter2F.asm", ROMX - map_attributes HaitekuPokecenter2F, HAITEKU_POKECENTER_2F, 0 - -HaitekuPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, HAITEKU_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -HaitekuPokecenter2F_Blocks:: INCBIN "maps/blk/HaitekuPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuWestRoute.asm b/data/maps/attributes/HaitekuWestRoute.asm deleted file mode 100644 index 6743c07..0000000 --- a/data/maps/attributes/HaitekuWestRoute.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuWestRoute.asm", ROMX - map_attributes HaitekuWestRoute, HAITEKU_WEST_ROUTE, WEST | EAST - connection west, HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, -3, 15, 12 - connection east, Haiteku, HAITEKU, 0, 0, 12 - -HaitekuWestRoute_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -HaitekuWestRoute_Blocks:: INCBIN "maps/blk/HaitekuWestRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuWestRouteGate.asm b/data/maps/attributes/HaitekuWestRouteGate.asm deleted file mode 100644 index a52f1b9..0000000 --- a/data/maps/attributes/HaitekuWestRouteGate.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuWestRouteGate.asm", ROMX - map_attributes HaitekuWestRouteGate, HAITEKU_WEST_ROUTE_GATE, 0 - -HaitekuWestRouteGate_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 1, HAITEKU_WEST_ROUTE_OCEAN, wOverworldMapBlocks + 47 - warp_event 5, 7, 2, HAITEKU_WEST_ROUTE_OCEAN, wOverworldMapBlocks + 47 - warp_event 4, 0, 8, SOUTH, wOverworldMapBlocks + 14 - warp_event 5, 0, 9, SOUTH, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -HaitekuWestRouteGate_Blocks:: INCBIN "maps/blk/HaitekuWestRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/HaitekuWestRouteOcean.asm b/data/maps/attributes/HaitekuWestRouteOcean.asm deleted file mode 100644 index 4f09ba0..0000000 --- a/data/maps/attributes/HaitekuWestRouteOcean.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/HaitekuWestRouteOcean.asm", ROMX - map_attributes HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, NORTH | EAST - connection north, South, SOUTH, -3, 7, 13 - connection east, HaitekuWestRoute, HAITEKU_WEST_ROUTE, 18, 0, 9 - -HaitekuWestRouteOcean_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 10, 9, 1, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 86 - warp_event 11, 9, 2, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 86 - - db 0 ; bg events - - db 0 ; person events - -HaitekuWestRouteOcean_Blocks:: INCBIN "maps/blk/HaitekuWestRouteOcean.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Kanto.asm b/data/maps/attributes/Kanto.asm deleted file mode 100644 index 410005e..0000000 --- a/data/maps/attributes/Kanto.asm +++ /dev/null @@ -1,59 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Kanto.asm", ROMX - map_attributes Kanto, KANTO, WEST | EAST - connection west, RouteSilentEast, ROUTE_SILENT_EAST, 9, 0, 9 - connection east, KantoEastRoute, KANTO_EAST_ROUTE, 9, 0, 9 - -Kanto_MapEvents:: - dw $4000 ; unknown - - db 30 ; warp events - warp_event 40, 3, 1, KANTO_CERULEAN_HOUSE, wOverworldMapBlocks + 93 - warp_event 13, 4, 1, KANTO_POKECENTER_1F, wOverworldMapBlocks + 115 - warp_event 4, 5, 1, KANTO_LEAGUE_1F, wOverworldMapBlocks + 111 - warp_event 5, 5, 2, KANTO_LEAGUE_1F, wOverworldMapBlocks + 111 - warp_event 51, 11, 1, KANTO_LAVENDER_HOUSE, wOverworldMapBlocks + 242 - warp_event 14, 17, 1, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 332 - warp_event 15, 17, 1, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 332 - warp_event 3, 18, 1, KANTO_MART, wOverworldMapBlocks + 362 - warp_event 22, 19, 1, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 372 - warp_event 23, 19, 2, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 372 - warp_event 30, 19, 1, KANTO_SILPH_CO, wOverworldMapBlocks + 376 - warp_event 31, 19, 2, KANTO_SILPH_CO, wOverworldMapBlocks + 376 - warp_event 16, 23, 1, KANTO_VIRIDIAN_HOUSE, wOverworldMapBlocks + 441 - warp_event 29, 23, 1, KANTO_GAME_CORNER, wOverworldMapBlocks + 447 - warp_event 34, 23, 1, KANTO_GAME_CORNER_PRIZES, wOverworldMapBlocks + 450 - warp_event 40, 23, 1, KANTO_DINER, wOverworldMapBlocks + 453 - warp_event 52, 23, 1, KANTO_SCHOOL, wOverworldMapBlocks + 459 - warp_event 53, 23, 2, KANTO_SCHOOL, wOverworldMapBlocks + 459 - warp_event 38, 29, 1, KANTO_HOSPITAL, wOverworldMapBlocks + 560 - warp_event 49, 30, 1, KANTO_POKECENTER_2_1F, wOverworldMapBlocks + 601 - warp_event 5, 38, 1, KANTO_REDS_HOUSE, wOverworldMapBlocks + 723 - warp_event 13, 38, 1, KANTO_GREENS_HOUSE_1F, wOverworldMapBlocks + 727 - warp_event 39, 38, 1, KANTO_ELDERS_HOUSE, wOverworldMapBlocks + 740 - warp_event 12, 43, 1, KANTO_OAKS_LAB, wOverworldMapBlocks + 799 - warp_event 13, 43, 2, KANTO_OAKS_LAB, wOverworldMapBlocks + 799 - warp_event 52, 45, 1, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 855 - warp_event 53, 45, 2, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 855 - warp_event 45, 46, 1, KANTO_FISHING_GURU, wOverworldMapBlocks + 887 - warp_event 6, 27, 3, ROUTE_SILENT_EAST_GATE, wOverworldMapBlocks + 508 - warp_event 21, 13, 5, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 263 - - db 12 ; bg events - bg_event 14, 4, 0, 1 - bg_event 42, 4, 0, 2 - bg_event 54, 8, 0, 3 - bg_event 4, 18, 0, 4 - bg_event 18, 18, 0, 5 - bg_event 26, 19, 0, 6 - bg_event 46, 18, 0, 7 - bg_event 8, 38, 0, 8 - bg_event 16, 38, 0, 9 - bg_event 6, 41, 0, 10 - bg_event 12, 45, 0, 11 - bg_event 50, 30, 0, 12 - - db 0 ; person events - -Kanto_Blocks:: INCBIN "maps/blk/Kanto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonElevator.asm b/data/maps/attributes/KantoCeladonElevator.asm deleted file mode 100644 index 41ff130..0000000 --- a/data/maps/attributes/KantoCeladonElevator.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonElevator.asm", ROMX - map_attributes KantoCeladonElevator, KANTO_CELADON_ELEVATOR, 0 - -KantoCeladonElevator_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 1, 3, 4, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 17 - warp_event 2, 3, 4, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 18 - - db 0 ; bg events - - db 0 ; person events - -KantoCeladonElevator_Blocks:: INCBIN "maps/blk/KantoCeladonElevator.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonMart1F.asm b/data/maps/attributes/KantoCeladonMart1F.asm deleted file mode 100644 index 33629f8..0000000 --- a/data/maps/attributes/KantoCeladonMart1F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonMart1F.asm", ROMX - map_attributes KantoCeladonMart1F, KANTO_CELADON_MART_1F, 0 - -KantoCeladonMart1F_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 13, 7, 6, KANTO, wOverworldMapBlocks + 63 - warp_event 14, 7, 7, KANTO, wOverworldMapBlocks + 64 - warp_event 15, 0, 2, KANTO_CELADON_MART_2F, wOverworldMapBlocks + 22 - warp_event 2, 0, 2, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 - - db 0 ; bg events - - db 1 ; person events - object_event 7, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeladonMart1F_Blocks:: INCBIN "maps/blk/KantoCeladonMart1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonMart2F.asm b/data/maps/attributes/KantoCeladonMart2F.asm deleted file mode 100644 index e4cf6bb..0000000 --- a/data/maps/attributes/KantoCeladonMart2F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonMart2F.asm", ROMX - map_attributes KantoCeladonMart2F, KANTO_CELADON_MART_2F, 0 - -KantoCeladonMart2F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, KANTO_CELADON_MART_3F, wOverworldMapBlocks + 21 - warp_event 15, 0, 3, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 - - db 0 ; bg events - - db 2 ; person events - object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 5, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeladonMart2F_Blocks:: INCBIN "maps/blk/KantoCeladonMart2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonMart3F.asm b/data/maps/attributes/KantoCeladonMart3F.asm deleted file mode 100644 index 32dfd63..0000000 --- a/data/maps/attributes/KantoCeladonMart3F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonMart3F.asm", ROMX - map_attributes KantoCeladonMart3F, KANTO_CELADON_MART_3F, 0 - -KantoCeladonMart3F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, KANTO_CELADON_MART_2F, wOverworldMapBlocks + 21 - warp_event 15, 0, 2, KANTO_CELADON_MART_4F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 - - db 0 ; bg events - - db 2 ; person events - object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 5, SPRITE_GIRL, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeladonMart3F_Blocks:: INCBIN "maps/blk/KantoCeladonMart3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonMart4F.asm b/data/maps/attributes/KantoCeladonMart4F.asm deleted file mode 100644 index 7825fe5..0000000 --- a/data/maps/attributes/KantoCeladonMart4F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonMart4F.asm", ROMX - map_attributes KantoCeladonMart4F, KANTO_CELADON_MART_4F, 0 - -KantoCeladonMart4F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, KANTO_CELADON_MART_5F, wOverworldMapBlocks + 21 - warp_event 15, 0, 2, KANTO_CELADON_MART_3F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 - - db 0 ; bg events - - db 3 ; person events - object_event 14, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeladonMart4F_Blocks:: INCBIN "maps/blk/KantoCeladonMart4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeladonMart5F.asm b/data/maps/attributes/KantoCeladonMart5F.asm deleted file mode 100644 index 7f01eae..0000000 --- a/data/maps/attributes/KantoCeladonMart5F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeladonMart5F.asm", ROMX - map_attributes KantoCeladonMart5F, KANTO_CELADON_MART_5F, 0 - -KantoCeladonMart5F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 13, 0, 1, KANTO_CELADON_MART_4F, wOverworldMapBlocks + 21 - warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 - - db 0 ; bg events - - db 3 ; person events - object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 3, SPRITE_SIDON, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeladonMart5F_Blocks:: INCBIN "maps/blk/KantoCeladonMart5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoCeruleanHouse.asm b/data/maps/attributes/KantoCeruleanHouse.asm deleted file mode 100644 index c3857ec..0000000 --- a/data/maps/attributes/KantoCeruleanHouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoCeruleanHouse.asm", ROMX - map_attributes KantoCeruleanHouse, KANTO_CERULEAN_HOUSE, 0 - -KantoCeruleanHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 1, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 1, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 3, 3, SPRITE_FISHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoCeruleanHouse_Blocks:: INCBIN "maps/blk/KantoCeruleanHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoDiner.asm b/data/maps/attributes/KantoDiner.asm deleted file mode 100644 index c41abd6..0000000 --- a/data/maps/attributes/KantoDiner.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoDiner.asm", ROMX - map_attributes KantoDiner, KANTO_DINER, 0 - -KantoDiner_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 16, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 16, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 0 ; person events - -KantoDiner_Blocks:: INCBIN "maps/blk/KantoDiner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoEastRoute.asm b/data/maps/attributes/KantoEastRoute.asm deleted file mode 100644 index 60c54ba..0000000 --- a/data/maps/attributes/KantoEastRoute.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoEastRoute.asm", ROMX - map_attributes KantoEastRoute, KANTO_EAST_ROUTE, NORTH | WEST - connection north, StandRoute, STAND_ROUTE, 10, 0, 10 - connection west, Kanto, KANTO, -3, 6, 15 - -KantoEastRoute_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 28, 5, 1, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 93 - warp_event 29, 5, 2, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 93 - - db 0 ; bg events - - db 0 ; person events - -KantoEastRoute_Blocks:: INCBIN "maps/blk/KantoEastRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoEldersHouse.asm b/data/maps/attributes/KantoEldersHouse.asm deleted file mode 100644 index 1ff8f7f..0000000 --- a/data/maps/attributes/KantoEldersHouse.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoEldersHouse.asm", ROMX - map_attributes KantoEldersHouse, KANTO_ELDERS_HOUSE, 0 - -KantoEldersHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 23, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 23, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_GRANNY, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoEldersHouse_Blocks:: INCBIN "maps/blk/KantoEldersHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoFishingGuru.asm b/data/maps/attributes/KantoFishingGuru.asm deleted file mode 100644 index 2dd09fc..0000000 --- a/data/maps/attributes/KantoFishingGuru.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoFishingGuru.asm", ROMX - map_attributes KantoFishingGuru, KANTO_FISHING_GURU, 0 - -KantoFishingGuru_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 28, KANTO, wOverworldMapBlocks + 46 - warp_event 4, 7, 28, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 4, 3, SPRITE_FISHING_GURU, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoFishingGuru_Blocks:: INCBIN "maps/blk/KantoFishingGuru.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGameCorner.asm b/data/maps/attributes/KantoGameCorner.asm deleted file mode 100644 index d8e6c73..0000000 --- a/data/maps/attributes/KantoGameCorner.asm +++ /dev/null @@ -1,29 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGameCorner.asm", ROMX - map_attributes KantoGameCorner, KANTO_GAME_CORNER, 0 - -KantoGameCorner_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 8, 13, 14, KANTO, wOverworldMapBlocks + 117 - warp_event 9, 13, 14, KANTO, wOverworldMapBlocks + 117 - warp_event 10, 13, 14, KANTO, wOverworldMapBlocks + 118 - warp_event 11, 13, 14, KANTO, wOverworldMapBlocks + 118 - - db 0 ; bg events - - db 10 ; person events - object_event 3, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 6, SPRITE_POKEFAN_M, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 7, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 8, SPRITE_ROCKER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 11, 6, SPRITE_GIRL, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 11, 8, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_FISHER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 17, 9, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGameCorner_Blocks:: INCBIN "maps/blk/KantoGameCorner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGameCornerPrizes.asm b/data/maps/attributes/KantoGameCornerPrizes.asm deleted file mode 100644 index 1c57728..0000000 --- a/data/maps/attributes/KantoGameCornerPrizes.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGameCornerPrizes.asm", ROMX - map_attributes KantoGameCornerPrizes, KANTO_GAME_CORNER_PRIZES, 0 - -KantoGameCornerPrizes_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 15, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 15, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 3 ; person events - object_event 2, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGameCornerPrizes_Blocks:: INCBIN "maps/blk/KantoGameCornerPrizes.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGamefreakHQ1.asm b/data/maps/attributes/KantoGamefreakHQ1.asm deleted file mode 100644 index 5cc8064..0000000 --- a/data/maps/attributes/KantoGamefreakHQ1.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGamefreakHQ1.asm", ROMX - map_attributes KantoGamefreakHQ1, KANTO_GAMEFREAK_HQ_1, 0 - -KantoGamefreakHQ1_MapEvents:: - dw $4000 ; unknown - - db 5 ; warp events - warp_event 4, 11, 9, KANTO, wOverworldMapBlocks + 63 - warp_event 5, 11, 10, KANTO, wOverworldMapBlocks + 63 - warp_event 7, 1, 2, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 14 - warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 12 - warp_event 4, 0, 30, KANTO, wOverworldMapBlocks + 13 - - db 0 ; bg events - - db 4 ; person events - object_event 1, 5, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 5, SPRITE_SIDON, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 8, SPRITE_PIPPI, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 7, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGamefreakHQ1_Blocks:: INCBIN "maps/blk/KantoGamefreakHQ1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGamefreakHQ2.asm b/data/maps/attributes/KantoGamefreakHQ2.asm deleted file mode 100644 index 8b16113..0000000 --- a/data/maps/attributes/KantoGamefreakHQ2.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGamefreakHQ2.asm", ROMX - map_attributes KantoGamefreakHQ2, KANTO_GAMEFREAK_HQ_2, 0 - -KantoGamefreakHQ2_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 6, 1, 1, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 14 - warp_event 7, 1, 3, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 14 - warp_event 2, 1, 4, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 12 - warp_event 4, 1, 4, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 13 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 4, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGamefreakHQ2_Blocks:: INCBIN "maps/blk/KantoGamefreakHQ2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGamefreakHQ3.asm b/data/maps/attributes/KantoGamefreakHQ3.asm deleted file mode 100644 index 01930b4..0000000 --- a/data/maps/attributes/KantoGamefreakHQ3.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGamefreakHQ3.asm", ROMX - map_attributes KantoGamefreakHQ3, KANTO_GAMEFREAK_HQ_3, 0 - -KantoGamefreakHQ3_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 6, 1, 1, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 14 - warp_event 7, 1, 2, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 14 - warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 12 - warp_event 4, 1, 4, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 13 - - db 0 ; bg events - - db 3 ; person events - object_event 0, 5, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 7, SPRITE_BURGLAR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 7, SPRITE_FISHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGamefreakHQ3_Blocks:: INCBIN "maps/blk/KantoGamefreakHQ3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGamefreakHQ4.asm b/data/maps/attributes/KantoGamefreakHQ4.asm deleted file mode 100644 index a3ad778..0000000 --- a/data/maps/attributes/KantoGamefreakHQ4.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGamefreakHQ4.asm", ROMX - map_attributes KantoGamefreakHQ4, KANTO_GAMEFREAK_HQ_4, 0 - -KantoGamefreakHQ4_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 2, 7, 1, KANTO_GAMEFREAK_HQ_5, wOverworldMapBlocks + 42 - warp_event 6, 1, 2, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 14 - warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 12 - - db 0 ; bg events - - db 0 ; person events - -KantoGamefreakHQ4_Blocks:: INCBIN "maps/blk/KantoGamefreakHQ4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGamefreakHQ5.asm b/data/maps/attributes/KantoGamefreakHQ5.asm deleted file mode 100644 index bbf0bb5..0000000 --- a/data/maps/attributes/KantoGamefreakHQ5.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGamefreakHQ5.asm", ROMX - map_attributes KantoGamefreakHQ5, KANTO_GAMEFREAK_HQ_5, 0 - -KantoGamefreakHQ5_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 1, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 42 - warp_event 4, 7, 1, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 0 ; person events - -KantoGamefreakHQ5_Blocks:: INCBIN "maps/blk/KantoGamefreakHQ5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGreensHouse1F.asm b/data/maps/attributes/KantoGreensHouse1F.asm deleted file mode 100644 index b76fdae..0000000 --- a/data/maps/attributes/KantoGreensHouse1F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGreensHouse1F.asm", ROMX - map_attributes KantoGreensHouse1F, KANTO_GREENS_HOUSE_1F, 0 - -KantoGreensHouse1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 2, 7, 22, KANTO, wOverworldMapBlocks + 42 - warp_event 3, 7, 22, KANTO, wOverworldMapBlocks + 42 - warp_event 7, 1, 1, KANTO_GREENS_HOUSE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 1 ; person events - object_event 5, 3, SPRITE_0F, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoGreensHouse1F_Blocks:: INCBIN "maps/blk/KantoGreensHouse1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoGreensHouse2F.asm b/data/maps/attributes/KantoGreensHouse2F.asm deleted file mode 100644 index 8f11c6c..0000000 --- a/data/maps/attributes/KantoGreensHouse2F.asm +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoGreensHouse2F.asm", ROMX - map_attributes KantoGreensHouse2F, KANTO_GREENS_HOUSE_2F, 0 - -KantoGreensHouse2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 1, 3, KANTO_GREENS_HOUSE_1F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -KantoGreensHouse2F_Blocks:: INCBIN "maps/blk/KantoGreensHouse2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoHospital.asm b/data/maps/attributes/KantoHospital.asm deleted file mode 100644 index 930e155..0000000 --- a/data/maps/attributes/KantoHospital.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoHospital.asm", ROMX - map_attributes KantoHospital, KANTO_HOSPITAL, 0 - -KantoHospital_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 1, 7, 19, KANTO, wOverworldMapBlocks + 57 - warp_event 2, 7, 19, KANTO, wOverworldMapBlocks + 58 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 6, SPRITE_ROCKER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 12, 6, SPRITE_GIRL, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoHospital_Blocks:: INCBIN "maps/blk/KantoHospital.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoLavenderHouse.asm b/data/maps/attributes/KantoLavenderHouse.asm deleted file mode 100644 index d5c8b2b..0000000 --- a/data/maps/attributes/KantoLavenderHouse.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoLavenderHouse.asm", ROMX - map_attributes KantoLavenderHouse, KANTO_LAVENDER_HOUSE, 0 - -KantoLavenderHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 5, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 3, SPRITE_POKEFAN_M, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_POKEFAN_F, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoLavenderHouse_Blocks:: INCBIN "maps/blk/KantoLavenderHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoLeague1F.asm b/data/maps/attributes/KantoLeague1F.asm deleted file mode 100644 index d9609ae..0000000 --- a/data/maps/attributes/KantoLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoLeague1F.asm", ROMX - map_attributes KantoLeague1F, KANTO_LEAGUE_1F, 0 - -KantoLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 3, KANTO, wOverworldMapBlocks + 82 - warp_event 4, 15, 4, KANTO, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, KANTO_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoLeague1F_Blocks:: INCBIN "maps/blk/KantoLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoLeague21F.asm b/data/maps/attributes/KantoLeague21F.asm deleted file mode 100644 index 20188bd..0000000 --- a/data/maps/attributes/KantoLeague21F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoLeague21F.asm", ROMX - map_attributes KantoLeague21F, KANTO_LEAGUE_2_1F, 0 - -KantoLeague21F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 26, KANTO, wOverworldMapBlocks + 82 - warp_event 4, 15, 27, KANTO, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, KANTO_LEAGUE_2_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoLeague21F_Blocks:: INCBIN "maps/blk/KantoLeague21F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoLeague22F.asm b/data/maps/attributes/KantoLeague22F.asm deleted file mode 100644 index 6885a5f..0000000 --- a/data/maps/attributes/KantoLeague22F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoLeague22F.asm", ROMX - map_attributes KantoLeague22F, KANTO_LEAGUE_2_2F, 0 - -KantoLeague22F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 7, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoLeague22F_Blocks:: INCBIN "maps/blk/KantoLeague22F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoLeague2F.asm b/data/maps/attributes/KantoLeague2F.asm deleted file mode 100644 index 7595cd1..0000000 --- a/data/maps/attributes/KantoLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoLeague2F.asm", ROMX - map_attributes KantoLeague2F, KANTO_LEAGUE_2F, 0 - -KantoLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, KANTO_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 7, SPRITE_RED, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoLeague2F_Blocks:: INCBIN "maps/blk/KantoLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoMart.asm b/data/maps/attributes/KantoMart.asm deleted file mode 100644 index 41625af..0000000 --- a/data/maps/attributes/KantoMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoMart.asm", ROMX - map_attributes KantoMart, KANTO_MART, 0 - -KantoMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 8, KANTO, wOverworldMapBlocks + 59 - warp_event 5, 7, 8, KANTO, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_TWIN, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_GRAMPS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoMart_Blocks:: INCBIN "maps/blk/KantoMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoOaksLab.asm b/data/maps/attributes/KantoOaksLab.asm deleted file mode 100644 index dc3186f..0000000 --- a/data/maps/attributes/KantoOaksLab.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoOaksLab.asm", ROMX - map_attributes KantoOaksLab, KANTO_OAKS_LAB, 0 - -KantoOaksLab_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 24, KANTO, wOverworldMapBlocks + 42 - warp_event 4, 7, 25, KANTO, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 1 ; person events - object_event 3, 2, SPRITE_NANAMI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoOaksLab_Blocks:: INCBIN "maps/blk/KantoOaksLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoPokecenter1F.asm b/data/maps/attributes/KantoPokecenter1F.asm deleted file mode 100644 index 8d87dd9..0000000 --- a/data/maps/attributes/KantoPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoPokecenter1F.asm", ROMX - map_attributes KantoPokecenter1F, KANTO_POKECENTER_1F, 0 - -KantoPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 2, KANTO, wOverworldMapBlocks + 59 - warp_event 6, 7, 2, KANTO, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, KANTO_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoPokecenter1F_Blocks:: INCBIN "maps/blk/KantoPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoPokecenter21F.asm b/data/maps/attributes/KantoPokecenter21F.asm deleted file mode 100644 index 03c8fde..0000000 --- a/data/maps/attributes/KantoPokecenter21F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoPokecenter21F.asm", ROMX - map_attributes KantoPokecenter21F, KANTO_POKECENTER_2_1F, 0 - -KantoPokecenter21F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 20, KANTO, wOverworldMapBlocks + 59 - warp_event 6, 7, 20, KANTO, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, KANTO_POKECENTER_2_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoPokecenter21F_Blocks:: INCBIN "maps/blk/KantoPokecenter21F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoPokecenter22F.asm b/data/maps/attributes/KantoPokecenter22F.asm deleted file mode 100644 index e1b92ca..0000000 --- a/data/maps/attributes/KantoPokecenter22F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoPokecenter22F.asm", ROMX - map_attributes KantoPokecenter22F, KANTO_POKECENTER_2_2F, 0 - -KantoPokecenter22F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, KANTO_POKECENTER_2_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoPokecenter22F_Blocks:: INCBIN "maps/blk/KantoPokecenter22F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoPokecenter2F.asm b/data/maps/attributes/KantoPokecenter2F.asm deleted file mode 100644 index 9b9fba8..0000000 --- a/data/maps/attributes/KantoPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoPokecenter2F.asm", ROMX - map_attributes KantoPokecenter2F, KANTO_POKECENTER_2F, 0 - -KantoPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, KANTO_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoPokecenter2F_Blocks:: INCBIN "maps/blk/KantoPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoRedsHouse.asm b/data/maps/attributes/KantoRedsHouse.asm deleted file mode 100644 index fdc1fd3..0000000 --- a/data/maps/attributes/KantoRedsHouse.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoRedsHouse.asm", ROMX - map_attributes KantoRedsHouse, KANTO_REDS_HOUSE, 0 - -KantoRedsHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 21, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 21, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 3, SPRITE_SUPER_NERD, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_TEACHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoRedsHouse_Blocks:: INCBIN "maps/blk/KantoRedsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoSchool.asm b/data/maps/attributes/KantoSchool.asm deleted file mode 100644 index 812aa4b..0000000 --- a/data/maps/attributes/KantoSchool.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoSchool.asm", ROMX - map_attributes KantoSchool, KANTO_SCHOOL, 0 - -KantoSchool_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 15, 17, KANTO, wOverworldMapBlocks + 82 - warp_event 4, 15, 18, KANTO, wOverworldMapBlocks + 83 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoSchool_Blocks:: INCBIN "maps/blk/KantoSchool.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoSilphCo.asm b/data/maps/attributes/KantoSilphCo.asm deleted file mode 100644 index 96fa055..0000000 --- a/data/maps/attributes/KantoSilphCo.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoSilphCo.asm", ROMX - map_attributes KantoSilphCo, KANTO_SILPH_CO, 0 - -KantoSilphCo_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 6, 15, 11, KANTO, wOverworldMapBlocks + 148 - warp_event 7, 15, 12, KANTO, wOverworldMapBlocks + 148 - - db 0 ; bg events - - db 2 ; person events - object_event 2, 2, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 22, 1, SPRITE_OFFICER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoSilphCo_Blocks:: INCBIN "maps/blk/KantoSilphCo.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoUnusedArea.asm b/data/maps/attributes/KantoUnusedArea.asm deleted file mode 100644 index 2177ebf..0000000 --- a/data/maps/attributes/KantoUnusedArea.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoUnusedArea.asm", ROMX - map_attributes KantoUnusedArea, KANTO_UNUSED_AREA, 0 - -KantoUnusedArea_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -KantoUnusedArea_Blocks:: INCBIN "maps/blk/KantoUnusedArea.blk"
\ No newline at end of file diff --git a/data/maps/attributes/KantoViridianHouse.asm b/data/maps/attributes/KantoViridianHouse.asm deleted file mode 100644 index 42f4d88..0000000 --- a/data/maps/attributes/KantoViridianHouse.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/KantoViridianHouse.asm", ROMX - map_attributes KantoViridianHouse, KANTO_VIRIDIAN_HOUSE, 0 - -KantoViridianHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 13, KANTO, wOverworldMapBlocks + 47 - warp_event 5, 7, 13, KANTO, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 2 ; person events - object_event 7, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -KantoViridianHouse_Blocks:: INCBIN "maps/blk/KantoViridianHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/MtFuji.asm b/data/maps/attributes/MtFuji.asm deleted file mode 100644 index 46f1ced..0000000 --- a/data/maps/attributes/MtFuji.asm +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/MtFuji.asm", ROMX - map_attributes MtFuji, MT_FUJI, SOUTH - connection south, MtFujiRoute, MT_FUJI_ROUTE, 0, 0, 10 - -MtFuji_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -MtFuji_Blocks:: INCBIN "maps/blk/MtFuji.blk"
\ No newline at end of file diff --git a/data/maps/attributes/MtFujiRoute.asm b/data/maps/attributes/MtFujiRoute.asm deleted file mode 100644 index 9bd12cf..0000000 --- a/data/maps/attributes/MtFujiRoute.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/MtFujiRoute.asm", ROMX - map_attributes MtFujiRoute, MT_FUJI_ROUTE, NORTH | SOUTH - connection north, MtFuji, MT_FUJI, 0, 0, 10 - connection south, Prince, PRINCE, 0, 0, 10 - -MtFujiRoute_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -MtFujiRoute_Blocks:: INCBIN "maps/blk/MtFujiRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Newtype.asm b/data/maps/attributes/Newtype.asm deleted file mode 100644 index c676dea..0000000 --- a/data/maps/attributes/Newtype.asm +++ /dev/null @@ -1,40 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Newtype.asm", ROMX - map_attributes Newtype, NEWTYPE, NORTH | WEST | EAST - connection north, SugarRoute, SUGAR_ROUTE, 5, 0, 10 - connection west, Route15, ROUTE_15, 0, 0, 9 - connection east, NewtypeRoute, NEWTYPE_ROUTE, 9, 0, 9 - -Newtype_MapEvents:: - dw $4000 ; unknown - - db 13 ; warp events - warp_event 7, 8, 1, NEWTYPE_POKECENTER_1F, wOverworldMapBlocks + 134 - warp_event 30, 9, 1, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 146 - warp_event 31, 9, 2, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 146 - warp_event 23, 13, 1, NEWTYPE_SAILOR_HOUSE, wOverworldMapBlocks + 194 - warp_event 7, 14, 1, NEWTYPE_MART, wOverworldMapBlocks + 212 - warp_event 33, 15, 1, NEWTYPE_DOJO, wOverworldMapBlocks + 225 - warp_event 34, 15, 2, NEWTYPE_DOJO, wOverworldMapBlocks + 226 - warp_event 23, 22, 1, NEWTYPE_HOUSE_1, wOverworldMapBlocks + 324 - warp_event 5, 23, 1, NEWTYPE_DINER, wOverworldMapBlocks + 315 - warp_event 11, 28, 1, NEWTYPE_HOUSE_2, wOverworldMapBlocks + 396 - warp_event 35, 30, 1, NEWTYPE_HOUSE_3, wOverworldMapBlocks + 434 - warp_event 18, 5, 1, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 88 - warp_event 19, 5, 2, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 88 - - db 5 ; bg events - bg_event 0, 8, 0, 1 - bg_event 8, 8, 0, 2 - bg_event 8, 14, 0, 3 - bg_event 30, 15, 0, 4 - bg_event 30, 21, 0, 5 - - db 4 ; person events - object_event 5, 10, SPRITE_SILVER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 24, 26, SPRITE_FISHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 24, 9, SPRITE_ROCKER, FACE_UP, 2, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 30, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Newtype_Blocks:: INCBIN "maps/blk/Newtype.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeDiner.asm b/data/maps/attributes/NewtypeDiner.asm deleted file mode 100644 index e882458..0000000 --- a/data/maps/attributes/NewtypeDiner.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeDiner.asm", ROMX - map_attributes NewtypeDiner, NEWTYPE_DINER, 0 - -NewtypeDiner_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 2, 7, 9, NEWTYPE, wOverworldMapBlocks + 42 - warp_event 3, 7, 9, NEWTYPE, wOverworldMapBlocks + 42 - - db 0 ; bg events - - db 4 ; person events - object_event 2, 1, SPRITE_CLERK, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 3, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 3, SPRITE_SAILOR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeDiner_Blocks:: INCBIN "maps/blk/NewtypeDiner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeDojo.asm b/data/maps/attributes/NewtypeDojo.asm deleted file mode 100644 index cd0a93e..0000000 --- a/data/maps/attributes/NewtypeDojo.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeDojo.asm", ROMX - map_attributes NewtypeDojo, NEWTYPE_DOJO, 0 - -NewtypeDojo_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 15, 6, NEWTYPE, wOverworldMapBlocks + 82 - warp_event 4, 15, 7, NEWTYPE, wOverworldMapBlocks + 83 - - db 0 ; bg events - - db 5 ; person events - object_event 3, 2, SPRITE_BLACKBELT, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 6, SPRITE_BLACKBELT, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 6, SPRITE_BLACKBELT, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 10, SPRITE_BLACKBELT, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 10, SPRITE_BLACKBELT, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeDojo_Blocks:: INCBIN "maps/blk/NewtypeDojo.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeHouse1.asm b/data/maps/attributes/NewtypeHouse1.asm deleted file mode 100644 index 64e95c7..0000000 --- a/data/maps/attributes/NewtypeHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeHouse1.asm", ROMX - map_attributes NewtypeHouse1, NEWTYPE_HOUSE_1, 0 - -NewtypeHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 8, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 5, 7, 8, NEWTYPE, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 7, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeHouse1_Blocks:: INCBIN "maps/blk/NewtypeHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeHouse2.asm b/data/maps/attributes/NewtypeHouse2.asm deleted file mode 100644 index 86ba8b2..0000000 --- a/data/maps/attributes/NewtypeHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeHouse2.asm", ROMX - map_attributes NewtypeHouse2, NEWTYPE_HOUSE_2, 0 - -NewtypeHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 10, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 5, 7, 10, NEWTYPE, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 4, 3, SPRITE_GENTLEMAN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeHouse2_Blocks:: INCBIN "maps/blk/NewtypeHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeHouse3.asm b/data/maps/attributes/NewtypeHouse3.asm deleted file mode 100644 index 3cad74d..0000000 --- a/data/maps/attributes/NewtypeHouse3.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeHouse3.asm", ROMX - map_attributes NewtypeHouse3, NEWTYPE_HOUSE_3, 0 - -NewtypeHouse3_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 11, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 5, 7, 11, NEWTYPE, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 4, 3, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeHouse3_Blocks:: INCBIN "maps/blk/NewtypeHouse3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeLeague1F.asm b/data/maps/attributes/NewtypeLeague1F.asm deleted file mode 100644 index d953bfa..0000000 --- a/data/maps/attributes/NewtypeLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeLeague1F.asm", ROMX - map_attributes NewtypeLeague1F, NEWTYPE_LEAGUE_1F, 0 - -NewtypeLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 2, NEWTYPE, wOverworldMapBlocks + 82 - warp_event 4, 15, 3, NEWTYPE, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, NEWTYPE_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeLeague1F_Blocks:: INCBIN "maps/blk/NewtypeLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeLeague2F.asm b/data/maps/attributes/NewtypeLeague2F.asm deleted file mode 100644 index 34b9d80..0000000 --- a/data/maps/attributes/NewtypeLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeLeague2F.asm", ROMX - map_attributes NewtypeLeague2F, NEWTYPE_LEAGUE_2F, 0 - -NewtypeLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 5, 5, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 0, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 0, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 11, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeLeague2F_Blocks:: INCBIN "maps/blk/NewtypeLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeMart.asm b/data/maps/attributes/NewtypeMart.asm deleted file mode 100644 index 8bd8153..0000000 --- a/data/maps/attributes/NewtypeMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeMart.asm", ROMX - map_attributes NewtypeMart, NEWTYPE_MART, 0 - -NewtypeMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, NEWTYPE, wOverworldMapBlocks + 59 - warp_event 5, 7, 5, NEWTYPE, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_POKEFAN_F, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeMart_Blocks:: INCBIN "maps/blk/NewtypeMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypePokecenter1F.asm b/data/maps/attributes/NewtypePokecenter1F.asm deleted file mode 100644 index 91534b1..0000000 --- a/data/maps/attributes/NewtypePokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypePokecenter1F.asm", ROMX - map_attributes NewtypePokecenter1F, NEWTYPE_POKECENTER_1F, 0 - -NewtypePokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 1, NEWTYPE, wOverworldMapBlocks + 59 - warp_event 6, 7, 1, NEWTYPE, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, NEWTYPE_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypePokecenter1F_Blocks:: INCBIN "maps/blk/NewtypePokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypePokecenter2F.asm b/data/maps/attributes/NewtypePokecenter2F.asm deleted file mode 100644 index 30ac3db..0000000 --- a/data/maps/attributes/NewtypePokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypePokecenter2F.asm", ROMX - map_attributes NewtypePokecenter2F, NEWTYPE_POKECENTER_2F, 0 - -NewtypePokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, NEWTYPE_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypePokecenter2F_Blocks:: INCBIN "maps/blk/NewtypePokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeRoute.asm b/data/maps/attributes/NewtypeRoute.asm deleted file mode 100644 index 13742e7..0000000 --- a/data/maps/attributes/NewtypeRoute.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeRoute.asm", ROMX - map_attributes NewtypeRoute, NEWTYPE_ROUTE, WEST | EAST - connection west, Newtype, NEWTYPE, -3, 6, 12 - connection east, Route18, ROUTE_18, -3, 33, 12 - -NewtypeRoute_MapEvents:: - dw $4000 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -NewtypeRoute_Blocks:: INCBIN "maps/blk/NewtypeRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeRouteGate.asm b/data/maps/attributes/NewtypeRouteGate.asm deleted file mode 100644 index 04c1bd6..0000000 --- a/data/maps/attributes/NewtypeRouteGate.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeRouteGate.asm", ROMX - map_attributes NewtypeRouteGate, NEWTYPE_ROUTE_GATE, 0 - -NewtypeRouteGate_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 1, ROUTE_18, wOverworldMapBlocks + 47 - warp_event 5, 7, 2, ROUTE_18, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -NewtypeRouteGate_Blocks:: INCBIN "maps/blk/NewtypeRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NewtypeSailorHouse.asm b/data/maps/attributes/NewtypeSailorHouse.asm deleted file mode 100644 index 7440a21..0000000 --- a/data/maps/attributes/NewtypeSailorHouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NewtypeSailorHouse.asm", ROMX - map_attributes NewtypeSailorHouse, NEWTYPE_SAILOR_HOUSE, 0 - -NewtypeSailorHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 4, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 5, 7, 4, NEWTYPE, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 6, 3, SPRITE_47, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NewtypeSailorHouse_Blocks:: INCBIN "maps/blk/NewtypeSailorHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/North.asm b/data/maps/attributes/North.asm deleted file mode 100644 index 05c5baf..0000000 --- a/data/maps/attributes/North.asm +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/North.asm", ROMX - map_attributes North, NORTH, SOUTH - connection south, BullForestRoute3, BULL_FOREST_ROUTE_3, 0, 0, 10 - -North_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 5, 5, 1, NORTH_HOUSE_1, wOverworldMapBlocks + 51 - warp_event 15, 6, 1, NORTH_MART, wOverworldMapBlocks + 72 - warp_event 5, 9, 1, NORTH_HOUSE_2, wOverworldMapBlocks + 83 - warp_event 13, 10, 1, NORTH_POKECENTER_1F, wOverworldMapBlocks + 103 - - db 4 ; bg events - bg_event 12, 4, 0, 1 - bg_event 16, 6, 0, 2 - bg_event 14, 10, 0, 3 - bg_event 8, 12, 0, 4 - - db 3 ; person events - object_event 9, 6, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 9, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -North_Blocks:: INCBIN "maps/blk/North.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NorthHouse1.asm b/data/maps/attributes/NorthHouse1.asm deleted file mode 100644 index d2fdd9a..0000000 --- a/data/maps/attributes/NorthHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NorthHouse1.asm", ROMX - map_attributes NorthHouse1, NORTH_HOUSE_1, 0 - -NorthHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 1, NORTH, wOverworldMapBlocks + 47 - warp_event 5, 7, 1, NORTH, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_TWIN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NorthHouse1_Blocks:: INCBIN "maps/blk/NorthHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NorthHouse2.asm b/data/maps/attributes/NorthHouse2.asm deleted file mode 100644 index 248426a..0000000 --- a/data/maps/attributes/NorthHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NorthHouse2.asm", ROMX - map_attributes NorthHouse2, NORTH_HOUSE_2, 0 - -NorthHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, NORTH, wOverworldMapBlocks + 47 - warp_event 5, 7, 3, NORTH, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_TWIN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NorthHouse2_Blocks:: INCBIN "maps/blk/NorthHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NorthMart.asm b/data/maps/attributes/NorthMart.asm deleted file mode 100644 index 2fe94de..0000000 --- a/data/maps/attributes/NorthMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NorthMart.asm", ROMX - map_attributes NorthMart, NORTH_MART, 0 - -NorthMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 2, NORTH, wOverworldMapBlocks + 51 - warp_event 5, 7, 2, NORTH, wOverworldMapBlocks + 51 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_GIRL, FACE_RIGHT, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NorthMart_Blocks:: INCBIN "maps/blk/NorthMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NorthPokecenter1F.asm b/data/maps/attributes/NorthPokecenter1F.asm deleted file mode 100644 index 332755f..0000000 --- a/data/maps/attributes/NorthPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NorthPokecenter1F.asm", ROMX - map_attributes NorthPokecenter1F, NORTH_POKECENTER_1F, 0 - -NorthPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 4, NORTH, wOverworldMapBlocks + 59 - warp_event 6, 7, 4, NORTH, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, NORTH_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NorthPokecenter1F_Blocks:: INCBIN "maps/blk/NorthPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/NorthPokecenter2F.asm b/data/maps/attributes/NorthPokecenter2F.asm deleted file mode 100644 index fbaf171..0000000 --- a/data/maps/attributes/NorthPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/NorthPokecenter2F.asm", ROMX - map_attributes NorthPokecenter2F, NORTH_POKECENTER_2F, 0 - -NorthPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, NORTH_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -NorthPokecenter2F_Blocks:: INCBIN "maps/blk/NorthPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Office1.asm b/data/maps/attributes/Office1.asm deleted file mode 100644 index f0b5c71..0000000 --- a/data/maps/attributes/Office1.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Office1.asm", ROMX - map_attributes Office1, OFFICE_1, 0 - -Office1_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -Office1_Blocks:: INCBIN "maps/blk/Office1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Office2.asm b/data/maps/attributes/Office2.asm deleted file mode 100644 index 0875e4e..0000000 --- a/data/maps/attributes/Office2.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Office2.asm", ROMX - map_attributes Office2, OFFICE_2, 0 - -Office2_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -Office2_Blocks:: INCBIN "maps/blk/Office2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Office3.asm b/data/maps/attributes/Office3.asm deleted file mode 100644 index e19d19a..0000000 --- a/data/maps/attributes/Office3.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Office3.asm", ROMX - map_attributes Office3, OFFICE_3, 0 - -Office3_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -Office3_Blocks:: INCBIN "maps/blk/Office3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCity.asm b/data/maps/attributes/OldCity.asm deleted file mode 100644 index 890498d..0000000 --- a/data/maps/attributes/OldCity.asm +++ /dev/null @@ -1,48 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCity.asm", ROMX - map_attributes OldCity, OLD_CITY, SOUTH | WEST - connection south, Route1P2, ROUTE_1_P2, 5, 0, 10 - connection west, Route2, ROUTE_2, 5, 0, 9 - -OldCity_MapEvents:: - dw $4000 ; unknown - - db 14 ; warp events - warp_event 4, 14, 1, OLD_CITY_MUSEUM, wOverworldMapBlocks + 211 - warp_event 5, 14, 2, OLD_CITY_MUSEUM, wOverworldMapBlocks + 211 - warp_event 26, 14, 1, OLD_CITY_GYM, wOverworldMapBlocks + 222 - warp_event 27, 14, 2, OLD_CITY_GYM, wOverworldMapBlocks + 222 - warp_event 11, 17, 1, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 240 - warp_event 12, 17, 2, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 241 - warp_event 30, 22, 1, OLD_CITY_BILLS_HOUSE, wOverworldMapBlocks + 328 - warp_event 3, 26, 1, OLD_CITY_MART, wOverworldMapBlocks + 366 - warp_event 10, 26, 1, OLD_CITY_HOUSE, wOverworldMapBlocks + 370 - warp_event 27, 28, 1, OLD_CITY_POKECENTER_1F, wOverworldMapBlocks + 404 - warp_event 3, 31, 1, OLD_CITY_KURTS_HOUSE, wOverworldMapBlocks + 418 - warp_event 18, 30, 3, ROUTE_1_GATE_1F, wOverworldMapBlocks + 426 - warp_event 19, 30, 4, ROUTE_1_GATE_1F, wOverworldMapBlocks + 426 - warp_event 22, 26, 1, OLD_CITY_SCHOOL, wOverworldMapBlocks + 376 - - db 12 ; bg events - bg_event 8, 14, 0, 1 - bg_event 8, 16, 0, 2 - bg_event 28, 16, 0, 3 - bg_event 20, 22, 0, 4 - bg_event 26, 22, 0, 5 - bg_event 8, 26, 0, 6 - bg_event 28, 28, 0, 7 - bg_event 20, 29, 0, 8 - bg_event 4, 32, 0, 9 - bg_event 30, 22, 0, 10 - bg_event 4, 14, 0, 11 - bg_event 5, 14, 0, 11 - - db 5 ; person events - object_event 8, 30, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 20, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 26, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 21, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 17, 19, SPRITE_POKE_BALL, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCity_Blocks:: INCBIN "maps/blk/OldCity.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityBillsHouse.asm b/data/maps/attributes/OldCityBillsHouse.asm deleted file mode 100644 index d192703..0000000 --- a/data/maps/attributes/OldCityBillsHouse.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityBillsHouse.asm", ROMX - map_attributes OldCityBillsHouse, OLD_CITY_BILLS_HOUSE, 0 - -OldCityBillsHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 7, OLD_CITY, wOverworldMapBlocks + 42 - warp_event 4, 7, 7, OLD_CITY, wOverworldMapBlocks + 43 - - db 6 ; bg events - bg_event 2, 1, 0, 1 - bg_event 3, 1, 0, 2 - bg_event 4, 1, 0, 3 - bg_event 6, 1, 0, 4 - bg_event 7, 1, 0, 5 - bg_event 1, 1, 0, 6 - - db 1 ; person events - object_event 5, 4, SPRITE_MASAKI, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityBillsHouse_Blocks:: INCBIN "maps/blk/OldCityBillsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityGym.asm b/data/maps/attributes/OldCityGym.asm deleted file mode 100644 index e2f3fd1..0000000 --- a/data/maps/attributes/OldCityGym.asm +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityGym.asm", ROMX - map_attributes OldCityGym, OLD_CITY_GYM, 0 - -OldCityGym_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 17, 3, OLD_CITY, wOverworldMapBlocks + 102 - warp_event 5, 17, 4, OLD_CITY, wOverworldMapBlocks + 102 - - db 2 ; bg events - bg_event 3, 15, 0, 1 - bg_event 6, 15, 0, 1 - - db 6 ; person events - object_event 4, 5, SPRITE_HAYATO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 9, SPRITE_YOUNGSTER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 - object_event 8, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 - object_event 1, 1, SPRITE_SUPER_NERD, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 - object_event 1, 9, SPRITE_YOUNGSTER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 - object_event 7, 15, SPRITE_GYM_GUY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 - -OldCityGym_Blocks:: INCBIN "maps/blk/OldCityGym.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityHouse.asm b/data/maps/attributes/OldCityHouse.asm deleted file mode 100644 index b016d31..0000000 --- a/data/maps/attributes/OldCityHouse.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityHouse.asm", ROMX - map_attributes OldCityHouse, OLD_CITY_HOUSE, 0 - -OldCityHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 9, OLD_CITY, wOverworldMapBlocks + 42 - warp_event 4, 7, 9, OLD_CITY, wOverworldMapBlocks + 43 - - db 4 ; bg events - bg_event 0, 1, 0, 1 - bg_event 1, 1, 0, 2 - bg_event 2, 1, 0, 3 - bg_event 7, 1, 0, 4 - - db 3 ; person events - object_event 2, 3, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 6, SPRITE_LASS, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityHouse_Blocks:: INCBIN "maps/blk/OldCityHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityKurtsHouse.asm b/data/maps/attributes/OldCityKurtsHouse.asm deleted file mode 100644 index 1a58419..0000000 --- a/data/maps/attributes/OldCityKurtsHouse.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityKurtsHouse.asm", ROMX - map_attributes OldCityKurtsHouse, OLD_CITY_KURTS_HOUSE, 0 - -OldCityKurtsHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 11, OLD_CITY, wOverworldMapBlocks + 58 - warp_event 4, 7, 11, OLD_CITY, wOverworldMapBlocks + 59 - - db 5 ; bg events - bg_event 4, 1, 0, 1 - bg_event 5, 1, 0, 2 - bg_event 12, 1, 0, 3 - bg_event 14, 0, 0, 4 - bg_event 15, 0, 0, 4 - - db 1 ; person events - object_event 2, 2, SPRITE_GANTETSU, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityKurtsHouse_Blocks:: INCBIN "maps/blk/OldCityKurtsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityMart.asm b/data/maps/attributes/OldCityMart.asm deleted file mode 100644 index 4a41e0c..0000000 --- a/data/maps/attributes/OldCityMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityMart.asm", ROMX - map_attributes OldCityMart, OLD_CITY_MART, 0 - -OldCityMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 8, OLD_CITY, wOverworldMapBlocks + 51 - warp_event 5, 7, 8, OLD_CITY, wOverworldMapBlocks + 51 - - db 1 ; bg events - bg_event 0, 7, 0, 1 - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityMart_Blocks:: INCBIN "maps/blk/OldCityMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityMuseum.asm b/data/maps/attributes/OldCityMuseum.asm deleted file mode 100644 index 555c43b..0000000 --- a/data/maps/attributes/OldCityMuseum.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityMuseum.asm", ROMX - map_attributes OldCityMuseum, OLD_CITY_MUSEUM, 0 - -OldCityMuseum_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 2, 7, 1, OLD_CITY, wOverworldMapBlocks + 58 - warp_event 3, 7, 2, OLD_CITY, wOverworldMapBlocks + 58 - - db 4 ; bg events - bg_event 2, 3, 0, 1 - bg_event 5, 4, 0, 2 - bg_event 9, 4, 0, 3 - bg_event 13, 4, 0, 4 - - db 2 ; person events - object_event 1, 5, SPRITE_FISHER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 4, SPRITE_EGG, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityMuseum_Blocks:: INCBIN "maps/blk/OldCityMuseum.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityPokecenter1F.asm b/data/maps/attributes/OldCityPokecenter1F.asm deleted file mode 100644 index 052b012..0000000 --- a/data/maps/attributes/OldCityPokecenter1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityPokecenter1F.asm", ROMX - map_attributes OldCityPokecenter1F, OLD_CITY_POKECENTER_1F, 0 - -OldCityPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 10, OLD_CITY, wOverworldMapBlocks + 59 - warp_event 6, 7, 10, OLD_CITY, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, OLD_CITY_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 1 ; bg events - bg_event 13, 1, 0, 1 - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_YOUNGSTER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_35, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityPokecenter1F_Blocks:: INCBIN "maps/blk/OldCityPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCitySchool.asm b/data/maps/attributes/OldCitySchool.asm deleted file mode 100644 index c25dd8d..0000000 --- a/data/maps/attributes/OldCitySchool.asm +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCitySchool.asm", ROMX - map_attributes OldCitySchool, OLD_CITY_SCHOOL, 0 - -OldCitySchool_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 15, 14, OLD_CITY, wOverworldMapBlocks + 82 - warp_event 4, 15, 14, OLD_CITY, wOverworldMapBlocks + 83 - - db 4 ; bg events - bg_event 0, 1, 0, 1 - bg_event 1, 1, 0, 1 - bg_event 3, 0, 0, 2 - bg_event 4, 0, 0, 2 - - db 6 ; person events - object_event 2, 5, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_ROCKER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_TEACHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 11, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCitySchool_Blocks:: INCBIN "maps/blk/OldCitySchool.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityTower1F.asm b/data/maps/attributes/OldCityTower1F.asm deleted file mode 100644 index f45b609..0000000 --- a/data/maps/attributes/OldCityTower1F.asm +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityTower1F.asm", ROMX - map_attributes OldCityTower1F, OLD_CITY_TOWER_1F, 0 - -OldCityTower1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 7, 5, OLD_CITY, wOverworldMapBlocks + 42 - warp_event 4, 7, 6, OLD_CITY, wOverworldMapBlocks + 43 - warp_event 0, 1, 1, OLD_CITY_TOWER_2F, wOverworldMapBlocks + 11 - - db 3 ; bg events - bg_event 2, 6, 0, 1 - bg_event 5, 6, 0, 2 - bg_event 4, 1, 0, 3 - - db 4 ; person events - object_event 0, 2, SPRITE_SAGE, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - object_event 1, 5, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 5, 1, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 6, 4, SPRITE_SAGE, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 4, 0, 0 - -OldCityTower1F_Blocks:: INCBIN "maps/blk/OldCityTower1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityTower2F.asm b/data/maps/attributes/OldCityTower2F.asm deleted file mode 100644 index 27fc406..0000000 --- a/data/maps/attributes/OldCityTower2F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityTower2F.asm", ROMX - map_attributes OldCityTower2F, OLD_CITY_TOWER_2F, 0 - -OldCityTower2F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 1, 3, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 11 - warp_event 7, 7, 2, OLD_CITY_TOWER_3F, wOverworldMapBlocks + 44 - - db 2 ; bg events - bg_event 3, 0, 0, 1 - bg_event 4, 1, 0, 2 - - db 4 ; person events - object_event 2, 3, SPRITE_MEDIUM, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 5, 3, SPRITE_MEDIUM, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 2, 6, SPRITE_MEDIUM, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 5, 6, SPRITE_MEDIUM, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - -OldCityTower2F_Blocks:: INCBIN "maps/blk/OldCityTower2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityTower3F.asm b/data/maps/attributes/OldCityTower3F.asm deleted file mode 100644 index 6e9c35d..0000000 --- a/data/maps/attributes/OldCityTower3F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityTower3F.asm", ROMX - map_attributes OldCityTower3F, OLD_CITY_TOWER_3F, 0 - -OldCityTower3F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 1, 1, OLD_CITY_TOWER_4F, wOverworldMapBlocks + 11 - warp_event 7, 7, 2, OLD_CITY_TOWER_2F, wOverworldMapBlocks + 44 - - db 2 ; bg events - bg_event 3, 0, 0, 1 - bg_event 4, 1, 0, 2 - - db 4 ; person events - object_event 2, 3, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 3, 4, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - object_event 4, 4, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 5, 5, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - -OldCityTower3F_Blocks:: INCBIN "maps/blk/OldCityTower3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityTower4F.asm b/data/maps/attributes/OldCityTower4F.asm deleted file mode 100644 index fee0fb9..0000000 --- a/data/maps/attributes/OldCityTower4F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityTower4F.asm", ROMX - map_attributes OldCityTower4F, OLD_CITY_TOWER_4F, 0 - -OldCityTower4F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 1, 1, OLD_CITY_TOWER_3F, wOverworldMapBlocks + 11 - warp_event 7, 7, 1, OLD_CITY_TOWER_5F, wOverworldMapBlocks + 44 - - db 2 ; bg events - bg_event 3, 0, 0, 1 - bg_event 4, 1, 0, 2 - - db 4 ; person events - object_event 3, 2, SPRITE_SAGE, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - object_event 4, 7, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 - object_event 6, 7, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 - object_event 7, 1, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 4, 0, 0 - -OldCityTower4F_Blocks:: INCBIN "maps/blk/OldCityTower4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/OldCityTower5F.asm b/data/maps/attributes/OldCityTower5F.asm deleted file mode 100644 index 894e702..0000000 --- a/data/maps/attributes/OldCityTower5F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/OldCityTower5F.asm", ROMX - map_attributes OldCityTower5F, OLD_CITY_TOWER_5F, 0 - -OldCityTower5F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 5, 5, 2, OLD_CITY_TOWER_4F, wOverworldMapBlocks + 30 - - db 3 ; bg events - bg_event 2, 0, 0, 1 - bg_event 3, 0, 0, 2 - bg_event 4, 1, 0, 3 - - db 1 ; person events - object_event 2, 3, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -OldCityTower5F_Blocks:: INCBIN "maps/blk/OldCityTower5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/PowerPlant1.asm b/data/maps/attributes/PowerPlant1.asm deleted file mode 100644 index 149eb08..0000000 --- a/data/maps/attributes/PowerPlant1.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/PowerPlant1.asm", ROMX - map_attributes PowerPlant1, POWER_PLANT_1, 0 - -PowerPlant1_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -PowerPlant1_Blocks:: INCBIN "maps/blk/PowerPlant1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/PowerPlant2.asm b/data/maps/attributes/PowerPlant2.asm deleted file mode 100644 index f810599..0000000 --- a/data/maps/attributes/PowerPlant2.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/PowerPlant2.asm", ROMX - map_attributes PowerPlant2, POWER_PLANT_2, 0 - -PowerPlant2_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -PowerPlant2_Blocks:: INCBIN "maps/blk/PowerPlant2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/PowerPlant3.asm b/data/maps/attributes/PowerPlant3.asm deleted file mode 100644 index 6e8825c..0000000 --- a/data/maps/attributes/PowerPlant3.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/PowerPlant3.asm", ROMX - map_attributes PowerPlant3, POWER_PLANT_3, 0 - -PowerPlant3_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -PowerPlant3_Blocks:: INCBIN "maps/blk/PowerPlant3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/PowerPlant4.asm b/data/maps/attributes/PowerPlant4.asm deleted file mode 100644 index 7d8737a..0000000 --- a/data/maps/attributes/PowerPlant4.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/PowerPlant4.asm", ROMX - map_attributes PowerPlant4, POWER_PLANT_4, 0 - -PowerPlant4_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -PowerPlant4_Blocks:: INCBIN "maps/blk/PowerPlant4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Prince.asm b/data/maps/attributes/Prince.asm deleted file mode 100644 index 3ecebde..0000000 --- a/data/maps/attributes/Prince.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Prince.asm", ROMX - map_attributes Prince, PRINCE, NORTH | SOUTH - connection north, MtFujiRoute, MT_FUJI_ROUTE, 0, 0, 10 - connection south, PrinceRoute, PRINCE_ROUTE, 0, 0, 10 - -Prince_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -Prince_Blocks:: INCBIN "maps/blk/Prince.blk"
\ No newline at end of file diff --git a/data/maps/attributes/PrinceRoute.asm b/data/maps/attributes/PrinceRoute.asm deleted file mode 100644 index 3f6bfc7..0000000 --- a/data/maps/attributes/PrinceRoute.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/PrinceRoute.asm", ROMX - map_attributes PrinceRoute, PRINCE_ROUTE, NORTH | SOUTH - connection north, Prince, PRINCE, 0, 0, 10 - connection south, SilentHill, SILENT_HILL, 0, 0, 10 - -PrinceRoute_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -PrinceRoute_Blocks:: INCBIN "maps/blk/PrinceRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route15.asm b/data/maps/attributes/Route15.asm deleted file mode 100644 index f07b0c1..0000000 --- a/data/maps/attributes/Route15.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route15.asm", ROMX - map_attributes Route15, ROUTE_15, NORTH | EAST - connection north, BaadonRoute3, BAADON_ROUTE_3, 0, 0, 10 - connection east, Newtype, NEWTYPE, 0, 0, 12 - -Route15_MapEvents:: - dw $4000 ; unknown - - db 7 ; warp events - warp_event 8, 5, 1, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 68 - warp_event 9, 5, 2, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 68 - warp_event 9, 10, 1, ROUTE_15_POKECENTER_1F, wOverworldMapBlocks + 131 - warp_event 14, 12, 6, ROUTE_15, wOverworldMapBlocks + 155 - warp_event 14, 13, 7, ROUTE_15, wOverworldMapBlocks + 155 - warp_event 21, 8, 4, ROUTE_15, wOverworldMapBlocks + 116 - warp_event 21, 9, 5, ROUTE_15, wOverworldMapBlocks + 116 - - db 0 ; bg events - - db 0 ; person events - -Route15_Blocks:: INCBIN "maps/blk/Route15.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route15Pokecenter1F.asm b/data/maps/attributes/Route15Pokecenter1F.asm deleted file mode 100644 index faa5ca9..0000000 --- a/data/maps/attributes/Route15Pokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route15Pokecenter1F.asm", ROMX - map_attributes Route15Pokecenter1F, ROUTE_15_POKECENTER_1F, 0 - -Route15Pokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 3, ROUTE_15, wOverworldMapBlocks + 59 - warp_event 6, 7, 3, ROUTE_15, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, ROUTE_15_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route15Pokecenter1F_Blocks:: INCBIN "maps/blk/Route15Pokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route15Pokecenter2F.asm b/data/maps/attributes/Route15Pokecenter2F.asm deleted file mode 100644 index 3247382..0000000 --- a/data/maps/attributes/Route15Pokecenter2F.asm +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route15Pokecenter2F.asm", ROMX - map_attributes Route15Pokecenter2F, ROUTE_15_POKECENTER_2F, 0 - -Route15Pokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, ROUTE_15_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 0 ; person events - -Route15Pokecenter2F_Blocks:: INCBIN "maps/blk/Route15Pokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route18.asm b/data/maps/attributes/Route18.asm deleted file mode 100644 index ad12255..0000000 --- a/data/maps/attributes/Route18.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route18.asm", ROMX - map_attributes Route18, ROUTE_18, NORTH | WEST - connection north, BullForestRoute1, BULL_FOREST_ROUTE_1, 0, 0, 13 - connection west, NewtypeRoute, NEWTYPE_ROUTE, 36, 0, 9 - -Route18_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 8, 5, 1, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 53 - warp_event 9, 5, 2, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 53 - warp_event 13, 28, 1, ROUTE_18_POKECENTER_1F, wOverworldMapBlocks + 247 - - db 0 ; bg events - - db 0 ; person events - -Route18_Blocks:: INCBIN "maps/blk/Route18.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route18Pokecenter1F.asm b/data/maps/attributes/Route18Pokecenter1F.asm deleted file mode 100644 index 7ebc44b..0000000 --- a/data/maps/attributes/Route18Pokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route18Pokecenter1F.asm", ROMX - map_attributes Route18Pokecenter1F, ROUTE_18_POKECENTER_1F, 0 - -Route18Pokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 3, ROUTE_18, wOverworldMapBlocks + 59 - warp_event 6, 7, 3, ROUTE_18, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, ROUTE_18_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route18Pokecenter1F_Blocks:: INCBIN "maps/blk/Route18Pokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route18Pokecenter2F.asm b/data/maps/attributes/Route18Pokecenter2F.asm deleted file mode 100644 index 4527e98..0000000 --- a/data/maps/attributes/Route18Pokecenter2F.asm +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route18Pokecenter2F.asm", ROMX - map_attributes Route18Pokecenter2F, ROUTE_18_POKECENTER_2F, 0 - -Route18Pokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, ROUTE_18_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 0 ; person events - -Route18Pokecenter2F_Blocks:: INCBIN "maps/blk/Route18Pokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route2.asm b/data/maps/attributes/Route2.asm deleted file mode 100644 index ef32725..0000000 --- a/data/maps/attributes/Route2.asm +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route2.asm", ROMX - map_attributes Route2, ROUTE_2, WEST | EAST - connection west, West, WEST, -3, 2, 15 - connection east, OldCity, OLD_CITY, -3, 2, 15 - -Route2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 6, 5, 3, ROUTE_2_GATE_1F, wOverworldMapBlocks + 67 - warp_event 15, 4, 1, ROUTE_2_HOUSE, wOverworldMapBlocks + 71 - - db 3 ; bg events - bg_event 15, 4, 0, 3 - bg_event 14, 5, 0, 1 - bg_event 24, 10, 0, 2 - - db 3 ; person events - object_event 19, 11, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 - object_event 15, 7, SPRITE_YOUNGSTER, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 8, SPRITE_YOUNGSTER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - -Route2_Blocks:: INCBIN "maps/blk/Route2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route2Gate1F.asm b/data/maps/attributes/Route2Gate1F.asm deleted file mode 100644 index 48399da..0000000 --- a/data/maps/attributes/Route2Gate1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route2Gate1F.asm", ROMX - map_attributes Route2Gate1F, ROUTE_2_GATE_1F, 0 - -Route2Gate1F_MapEvents:: - dw $4000 ; unknown - - db 5 ; warp events - warp_event 0, 7, 13, WEST, wOverworldMapBlocks + 45 - warp_event 1, 7, 13, WEST, wOverworldMapBlocks + 45 - warp_event 8, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 - warp_event 9, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 - warp_event 1, 0, 1, ROUTE_2_GATE_2F, wOverworldMapBlocks + 12 - - db 0 ; bg events - - db 2 ; person events - object_event 8, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 1, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route2Gate1F_Blocks:: INCBIN "maps/blk/Route2Gate1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route2Gate2F.asm b/data/maps/attributes/Route2Gate2F.asm deleted file mode 100644 index 88bcd9b..0000000 --- a/data/maps/attributes/Route2Gate2F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route2Gate2F.asm", ROMX - map_attributes Route2Gate2F, ROUTE_2_GATE_2F, 0 - -Route2Gate2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 5, 0, 5, ROUTE_2_GATE_1F, wOverworldMapBlocks + 13 - - db 2 ; bg events - bg_event 1, 0, 0, 1 - bg_event 3, 0, 0, 2 - - db 2 ; person events - object_event 2, 2, SPRITE_LASS, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 4, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route2Gate2F_Blocks:: INCBIN "maps/blk/Route2Gate2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Route2House.asm b/data/maps/attributes/Route2House.asm deleted file mode 100644 index dbc816e..0000000 --- a/data/maps/attributes/Route2House.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route2House.asm", ROMX - map_attributes Route2House, ROUTE_2_HOUSE, 0 - -Route2House_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 2, ROUTE_2, wOverworldMapBlocks + 43 - warp_event 5, 7, 2, ROUTE_2, wOverworldMapBlocks + 43 - - db 6 ; bg events - bg_event 0, 0, 0, 1 - bg_event 2, 0, 0, 1 - bg_event 4, 0, 0, 1 - bg_event 6, 0, 0, 1 - bg_event 0, 3, 0, 2 - bg_event 4, 3, 0, 3 - - db 1 ; person events - object_event 6, 6, SPRITE_SCIENTIST, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route2House_Blocks:: INCBIN "maps/blk/Route2House.blk"
\ No newline at end of file diff --git a/data/maps/attributes/RouteSilentEast.asm b/data/maps/attributes/RouteSilentEast.asm deleted file mode 100644 index 67c3da7..0000000 --- a/data/maps/attributes/RouteSilentEast.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/RouteSilentEast.asm", ROMX - map_attributes RouteSilentEast, ROUTE_SILENT_EAST, WEST | EAST - connection west, SilentHill, SILENT_HILL, 0, 0, 9 - connection east, Kanto, KANTO, -3, 6, 15 - -RouteSilentEast_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 55, 9, 1, ROUTE_SILENT_EAST_GATE, wOverworldMapBlocks + 208 - - db 0 ; bg events - - db 0 ; person events - -RouteSilentEast_Blocks:: INCBIN "maps/blk/RouteSilentEast.blk"
\ No newline at end of file diff --git a/data/maps/attributes/RouteSilentEastGate.asm b/data/maps/attributes/RouteSilentEastGate.asm deleted file mode 100644 index 01ac29f..0000000 --- a/data/maps/attributes/RouteSilentEastGate.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/RouteSilentEastGate.asm", ROMX - map_attributes RouteSilentEastGate, ROUTE_SILENT_EAST_GATE, 0 - -RouteSilentEastGate_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 0, 7, 1, ROUTE_SILENT_EAST, wOverworldMapBlocks + 45 - warp_event 1, 7, 1, ROUTE_SILENT_EAST, wOverworldMapBlocks + 45 - warp_event 8, 7, 29, KANTO, wOverworldMapBlocks + 49 - warp_event 9, 7, 29, KANTO, wOverworldMapBlocks + 49 - - db 0 ; bg events - - db 0 ; person events - -RouteSilentEastGate_Blocks:: INCBIN "maps/blk/RouteSilentEastGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/RuinsOfAlphEntrance.asm b/data/maps/attributes/RuinsOfAlphEntrance.asm deleted file mode 100644 index 09a5f31..0000000 --- a/data/maps/attributes/RuinsOfAlphEntrance.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/RuinsOfAlphEntrance.asm", ROMX - map_attributes RuinsOfAlphEntrance, RUINS_OF_ALPH_ENTRANCE, 0 - -RuinsOfAlphEntrance_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -RuinsOfAlphEntrance_Blocks:: INCBIN "maps/blk/RuinsOfAlphEntrance.blk"
\ No newline at end of file diff --git a/data/maps/attributes/RuinsOfAlphMain.asm b/data/maps/attributes/RuinsOfAlphMain.asm deleted file mode 100644 index b5b6c51..0000000 --- a/data/maps/attributes/RuinsOfAlphMain.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/RuinsOfAlphMain.asm", ROMX - map_attributes RuinsOfAlphMain, RUINS_OF_ALPH_MAIN, 0 - -RuinsOfAlphMain_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -RuinsOfAlphMain_Blocks:: INCBIN "maps/blk/RuinsOfAlphMain.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SlowpokeWellEntrance.asm b/data/maps/attributes/SlowpokeWellEntrance.asm deleted file mode 100644 index b6bc73d..0000000 --- a/data/maps/attributes/SlowpokeWellEntrance.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SlowpokeWellEntrance.asm", ROMX - map_attributes SlowpokeWellEntrance, SLOWPOKE_WELL_ENTRANCE, 0 - -SlowpokeWellEntrance_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -SlowpokeWellEntrance_Blocks:: INCBIN "maps/blk/SlowpokeWellEntrance.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SlowpokeWellMain.asm b/data/maps/attributes/SlowpokeWellMain.asm deleted file mode 100644 index 6e2fde0..0000000 --- a/data/maps/attributes/SlowpokeWellMain.asm +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SlowpokeWellMain.asm", ROMX - map_attributes SlowpokeWellMain, SLOWPOKE_WELL_MAIN, 0 - -SlowpokeWellMain_MapEvents:: - dw $0 ; unknown - - db 0 ; warp events - - db 0 ; bg events - - db 0 ; person events - -SlowpokeWellMain_Blocks:: INCBIN "maps/blk/SlowpokeWellMain.blk"
\ No newline at end of file diff --git a/data/maps/attributes/South.asm b/data/maps/attributes/South.asm deleted file mode 100644 index ffff0be..0000000 --- a/data/maps/attributes/South.asm +++ /dev/null @@ -1,36 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/South.asm", ROMX - map_attributes South, SOUTH, NORTH | SOUTH | EAST - connection north, FontoRoute5, FONTO_ROUTE_5, 10, 0, 10 - connection south, HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, 10, 0, 10 - connection east, FontoRoute1, FONTO_ROUTE_1, 0, 0, 9 - -South_MapEvents:: - dw $4000 ; unknown - - db 9 ; warp events - warp_event 26, 10, 1, SOUTH_HOUSE_1, wOverworldMapBlocks + 170 - warp_event 33, 14, 1, SOUTH_POKECENTER_1F, wOverworldMapBlocks + 225 - warp_event 19, 22, 1, SOUTH_MART, wOverworldMapBlocks + 322 - warp_event 33, 23, 1, SOUTH_HOUSE_2, wOverworldMapBlocks + 329 - warp_event 30, 5, 1, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 94 - warp_event 31, 5, 2, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 94 - warp_event 35, 19, 2, FONTO_ROUTE_GATE_1, wOverworldMapBlocks + 278 - warp_event 30, 30, 3, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 432 - warp_event 31, 30, 4, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 432 - - db 5 ; bg events - bg_event 30, 14, 0, 1 - bg_event 34, 14, 0, 2 - bg_event 28, 17, 0, 3 - bg_event 16, 22, 0, 4 - bg_event 20, 22, 0, 5 - - db 4 ; person events - object_event 25, 21, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 24, 21, SPRITE_PIPPI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 22, 16, SPRITE_ROCKER, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 30, 11, SPRITE_FISHING_GURU, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -South_Blocks:: INCBIN "maps/blk/South.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SouthHouse1.asm b/data/maps/attributes/SouthHouse1.asm deleted file mode 100644 index 4b4915a..0000000 --- a/data/maps/attributes/SouthHouse1.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SouthHouse1.asm", ROMX - map_attributes SouthHouse1, SOUTH_HOUSE_1, 0 - -SouthHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 1, SOUTH, wOverworldMapBlocks + 47 - warp_event 5, 7, 1, SOUTH, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SouthHouse1_Blocks:: INCBIN "maps/blk/SouthHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SouthHouse2.asm b/data/maps/attributes/SouthHouse2.asm deleted file mode 100644 index bfe3a19..0000000 --- a/data/maps/attributes/SouthHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SouthHouse2.asm", ROMX - map_attributes SouthHouse2, SOUTH_HOUSE_2, 0 - -SouthHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 4, SOUTH, wOverworldMapBlocks + 47 - warp_event 5, 7, 4, SOUTH, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 1, 2, SPRITE_FISHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SouthHouse2_Blocks:: INCBIN "maps/blk/SouthHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SouthMart.asm b/data/maps/attributes/SouthMart.asm deleted file mode 100644 index d013874..0000000 --- a/data/maps/attributes/SouthMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SouthMart.asm", ROMX - map_attributes SouthMart, SOUTH_MART, 0 - -SouthMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, SOUTH, wOverworldMapBlocks + 59 - warp_event 5, 7, 3, SOUTH, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SouthMart_Blocks:: INCBIN "maps/blk/SouthMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SouthPokecenter1F.asm b/data/maps/attributes/SouthPokecenter1F.asm deleted file mode 100644 index e57741c..0000000 --- a/data/maps/attributes/SouthPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SouthPokecenter1F.asm", ROMX - map_attributes SouthPokecenter1F, SOUTH_POKECENTER_1F, 0 - -SouthPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 2, SOUTH, wOverworldMapBlocks + 59 - warp_event 6, 7, 2, SOUTH, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, SOUTH_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SouthPokecenter1F_Blocks:: INCBIN "maps/blk/SouthPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SouthPokecenter2F.asm b/data/maps/attributes/SouthPokecenter2F.asm deleted file mode 100644 index b95bbd3..0000000 --- a/data/maps/attributes/SouthPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SouthPokecenter2F.asm", ROMX - map_attributes SouthPokecenter2F, SOUTH_POKECENTER_2F, 0 - -SouthPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, SOUTH_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SouthPokecenter2F_Blocks:: INCBIN "maps/blk/SouthPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Stand.asm b/data/maps/attributes/Stand.asm deleted file mode 100644 index 8444a43..0000000 --- a/data/maps/attributes/Stand.asm +++ /dev/null @@ -1,46 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Stand.asm", ROMX - map_attributes Stand, STAND, NORTH | SOUTH - connection north, BullForestRoute2, BULL_FOREST_ROUTE_2, 10, 0, 10 - connection south, StandRoute, STAND_ROUTE, 10, 0, 10 - -Stand_MapEvents:: - dw $4000 ; unknown - - db 10 ; warp events - warp_event 24, 17, 1, STAND_LAB, wOverworldMapBlocks + 247 - warp_event 33, 20, 1, STAND_POKECENTER_1F, wOverworldMapBlocks + 303 - warp_event 16, 21, 1, STAND_OFFICE, wOverworldMapBlocks + 295 - warp_event 35, 26, 1, STAND_MART, wOverworldMapBlocks + 382 - warp_event 26, 29, 1, STAND_HOUSE, wOverworldMapBlocks + 404 - warp_event 17, 31, 1, STAND_ROCKET_HOUSE_1F, wOverworldMapBlocks + 425 - warp_event 34, 31, 1, STAND_LEAGUE_1F, wOverworldMapBlocks + 434 - warp_event 35, 31, 2, STAND_LEAGUE_1F, wOverworldMapBlocks + 434 - warp_event 30, 13, 1, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 198 - warp_event 31, 13, 2, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 198 - - db 10 ; bg events - bg_event 8, 8, 0, 1 - bg_event 14, 8, 0, 2 - bg_event 20, 10, 0, 3 - bg_event 16, 16, 0, 4 - bg_event 10, 20, 0, 5 - bg_event 18, 21, 0, 6 - bg_event 24, 20, 0, 7 - bg_event 34, 20, 0, 8 - bg_event 36, 26, 0, 9 - bg_event 32, 35, 0, 10 - - db 9 ; person events - object_event 10, 10, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 17, SPRITE_TWIN, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 28, 19, SPRITE_ROCKER, FACE_RIGHT, 0, 3, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 30, 31, SPRITE_TEACHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 21, 8, SPRITE_SIDON, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 6, SPRITE_PIPPI, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_SIDON, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 15, SPRITE_POPPO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 21, SPRITE_SIDON, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Stand_Blocks:: INCBIN "maps/blk/Stand.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandHouse.asm b/data/maps/attributes/StandHouse.asm deleted file mode 100644 index d1511ae..0000000 --- a/data/maps/attributes/StandHouse.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandHouse.asm", ROMX - map_attributes StandHouse, STAND_HOUSE, 0 - -StandHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, STAND, wOverworldMapBlocks + 47 - warp_event 5, 7, 5, STAND, wOverworldMapBlocks + 47 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_SUPER_NERD, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -StandHouse_Blocks:: INCBIN "maps/blk/StandHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandLab.asm b/data/maps/attributes/StandLab.asm deleted file mode 100644 index 39d23c7..0000000 --- a/data/maps/attributes/StandLab.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandLab.asm", ROMX - map_attributes StandLab, STAND_LAB, 0 - -StandLab_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 1, STAND, wOverworldMapBlocks + 42 - warp_event 4, 7, 1, STAND, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandLab_Blocks:: INCBIN "maps/blk/StandLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandLeague1F.asm b/data/maps/attributes/StandLeague1F.asm deleted file mode 100644 index 9580aa8..0000000 --- a/data/maps/attributes/StandLeague1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandLeague1F.asm", ROMX - map_attributes StandLeague1F, STAND_LEAGUE_1F, 0 - -StandLeague1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 3, 15, 7, STAND, wOverworldMapBlocks + 82 - warp_event 4, 15, 8, STAND, wOverworldMapBlocks + 83 - warp_event 7, 1, 1, STAND_LEAGUE_2F, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 5 ; person events - object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -StandLeague1F_Blocks:: INCBIN "maps/blk/StandLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandLeague2F.asm b/data/maps/attributes/StandLeague2F.asm deleted file mode 100644 index 7165e3c..0000000 --- a/data/maps/attributes/StandLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandLeague2F.asm", ROMX - map_attributes StandLeague2F, STAND_LEAGUE_2F, 0 - -StandLeague2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 7, 15, 3, STAND_LEAGUE_1F, wOverworldMapBlocks + 92 - - db 0 ; bg events - - db 5 ; person events - object_event 4, 7, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandLeague2F_Blocks:: INCBIN "maps/blk/StandLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandMart.asm b/data/maps/attributes/StandMart.asm deleted file mode 100644 index 2b804dd..0000000 --- a/data/maps/attributes/StandMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandMart.asm", ROMX - map_attributes StandMart, STAND_MART, 0 - -StandMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 4, STAND, wOverworldMapBlocks + 59 - warp_event 5, 7, 4, STAND, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandMart_Blocks:: INCBIN "maps/blk/StandMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandOffice.asm b/data/maps/attributes/StandOffice.asm deleted file mode 100644 index f06b0d5..0000000 --- a/data/maps/attributes/StandOffice.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandOffice.asm", ROMX - map_attributes StandOffice, STAND_OFFICE, 0 - -StandOffice_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 2, 7, 3, STAND, wOverworldMapBlocks + 58 - warp_event 3, 7, 3, STAND, wOverworldMapBlocks + 58 - - db 0 ; bg events - - db 3 ; person events - object_event 13, 4, SPRITE_ROCKER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 6, SPRITE_SUPER_NERD, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 7, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandOffice_Blocks:: INCBIN "maps/blk/StandOffice.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandPokecenter1F.asm b/data/maps/attributes/StandPokecenter1F.asm deleted file mode 100644 index 78d6d5f..0000000 --- a/data/maps/attributes/StandPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandPokecenter1F.asm", ROMX - map_attributes StandPokecenter1F, STAND_POKECENTER_1F, 0 - -StandPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 2, STAND, wOverworldMapBlocks + 59 - warp_event 6, 7, 2, STAND, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, STAND_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GIRL, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandPokecenter1F_Blocks:: INCBIN "maps/blk/StandPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandPokecenter2F.asm b/data/maps/attributes/StandPokecenter2F.asm deleted file mode 100644 index 8595dae..0000000 --- a/data/maps/attributes/StandPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandPokecenter2F.asm", ROMX - map_attributes StandPokecenter2F, STAND_POKECENTER_2F, 0 - -StandPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, STAND_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandPokecenter2F_Blocks:: INCBIN "maps/blk/StandPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandRocketHouse1F.asm b/data/maps/attributes/StandRocketHouse1F.asm deleted file mode 100644 index 5f3ee51..0000000 --- a/data/maps/attributes/StandRocketHouse1F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandRocketHouse1F.asm", ROMX - map_attributes StandRocketHouse1F, STAND_ROCKET_HOUSE_1F, 0 - -StandRocketHouse1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 2, 7, 6, STAND, wOverworldMapBlocks + 58 - warp_event 3, 7, 6, STAND, wOverworldMapBlocks + 58 - warp_event 15, 1, 1, STAND_ROCKET_HOUSE_2F, wOverworldMapBlocks + 22 - - db 0 ; bg events - - db 1 ; person events - object_event 11, 4, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -StandRocketHouse1F_Blocks:: INCBIN "maps/blk/StandRocketHouse1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandRocketHouse2F.asm b/data/maps/attributes/StandRocketHouse2F.asm deleted file mode 100644 index 1d9b8da..0000000 --- a/data/maps/attributes/StandRocketHouse2F.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandRocketHouse2F.asm", ROMX - map_attributes StandRocketHouse2F, STAND_ROCKET_HOUSE_2F, 0 - -StandRocketHouse2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 15, 1, 3, STAND_ROCKET_HOUSE_1F, wOverworldMapBlocks + 22 - - db 0 ; bg events - - db 1 ; person events - object_event 5, 4, SPRITE_ROCKET_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -StandRocketHouse2F_Blocks:: INCBIN "maps/blk/StandRocketHouse2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandRoute.asm b/data/maps/attributes/StandRoute.asm deleted file mode 100644 index aff6d29..0000000 --- a/data/maps/attributes/StandRoute.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandRoute.asm", ROMX - map_attributes StandRoute, STAND_ROUTE, NORTH | SOUTH - connection north, Stand, STAND, -3, 7, 13 - connection south, KantoEastRoute, KANTO_EAST_ROUTE, -3, 7, 13 - -StandRoute_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 48, 3, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 405 - warp_event 9, 48, 4, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 405 - - db 0 ; bg events - - db 0 ; person events - -StandRoute_Blocks:: INCBIN "maps/blk/StandRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/StandRouteGateKanto.asm b/data/maps/attributes/StandRouteGateKanto.asm deleted file mode 100644 index a54c583..0000000 --- a/data/maps/attributes/StandRouteGateKanto.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/StandRouteGateKanto.asm", ROMX - map_attributes StandRouteGateKanto, STAND_ROUTE_GATE_KANTO, 0 - -StandRouteGateKanto_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 1, KANTO_EAST_ROUTE, wOverworldMapBlocks + 47 - warp_event 5, 7, 2, KANTO_EAST_ROUTE, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, STAND_ROUTE, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, STAND_ROUTE, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -StandRouteGateKanto_Blocks:: INCBIN "maps/blk/StandRouteGateKanto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/Sugar.asm b/data/maps/attributes/Sugar.asm deleted file mode 100644 index fbf2719..0000000 --- a/data/maps/attributes/Sugar.asm +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Sugar.asm", ROMX - map_attributes Sugar, SUGAR, SOUTH - connection south, SugarRoute, SUGAR_ROUTE, 0, 0, 10 - -Sugar_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 5, 5, 1, SUGAR_HOUSE, wOverworldMapBlocks + 51 - warp_event 15, 9, 1, SUGAR_HOUSE_2, wOverworldMapBlocks + 88 - warp_event 5, 10, 1, SUGAR_MART, wOverworldMapBlocks + 99 - warp_event 9, 10, 1, SUGAR_POKECENTER_1F, wOverworldMapBlocks + 101 - - db 4 ; bg events - bg_event 14, 6, 0, 1 - bg_event 6, 10, 0, 2 - bg_event 10, 10, 0, 3 - bg_event 10, 14, 0, 4 - - db 3 ; person events - object_event 8, 12, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 6, SPRITE_GRANNY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 11, SPRITE_GRAMPS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - -Sugar_Blocks:: INCBIN "maps/blk/Sugar.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarHouse.asm b/data/maps/attributes/SugarHouse.asm deleted file mode 100644 index d4eb261..0000000 --- a/data/maps/attributes/SugarHouse.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarHouse.asm", ROMX - map_attributes SugarHouse, SUGAR_HOUSE, 0 - -SugarHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 15, 1, SUGAR, wOverworldMapBlocks + 82 - warp_event 4, 15, 1, SUGAR, wOverworldMapBlocks + 83 - - db 0 ; bg events - - db 3 ; person events - object_event 3, 5, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 5, SPRITE_TWIN, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_GRAMPS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SugarHouse_Blocks:: INCBIN "maps/blk/SugarHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarHouse2.asm b/data/maps/attributes/SugarHouse2.asm deleted file mode 100644 index a75afa4..0000000 --- a/data/maps/attributes/SugarHouse2.asm +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarHouse2.asm", ROMX - map_attributes SugarHouse2, SUGAR_HOUSE_2, 0 - -SugarHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 3, 7, 2, SUGAR, wOverworldMapBlocks + 42 - warp_event 4, 7, 2, SUGAR, wOverworldMapBlocks + 43 - - db 0 ; bg events - - db 1 ; person events - object_event 2, 3, SPRITE_FISHING_GURU, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SugarHouse2_Blocks:: INCBIN "maps/blk/SugarHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarMart.asm b/data/maps/attributes/SugarMart.asm deleted file mode 100644 index b1be208..0000000 --- a/data/maps/attributes/SugarMart.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarMart.asm", ROMX - map_attributes SugarMart, SUGAR_MART, 0 - -SugarMart_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 3, SUGAR, wOverworldMapBlocks + 59 - warp_event 5, 7, 3, SUGAR, wOverworldMapBlocks + 59 - - db 0 ; bg events - - db 3 ; person events - object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SugarMart_Blocks:: INCBIN "maps/blk/SugarMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarPokecenter1F.asm b/data/maps/attributes/SugarPokecenter1F.asm deleted file mode 100644 index 0961e2c..0000000 --- a/data/maps/attributes/SugarPokecenter1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarPokecenter1F.asm", ROMX - map_attributes SugarPokecenter1F, SUGAR_POKECENTER_1F, 0 - -SugarPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 4, SUGAR, wOverworldMapBlocks + 59 - warp_event 6, 7, 4, SUGAR, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, SUGAR_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SugarPokecenter1F_Blocks:: INCBIN "maps/blk/SugarPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarPokecenter2F.asm b/data/maps/attributes/SugarPokecenter2F.asm deleted file mode 100644 index 3e3a24a..0000000 --- a/data/maps/attributes/SugarPokecenter2F.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarPokecenter2F.asm", ROMX - map_attributes SugarPokecenter2F, SUGAR_POKECENTER_2F, 0 - -SugarPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, SUGAR_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 0 ; bg events - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -SugarPokecenter2F_Blocks:: INCBIN "maps/blk/SugarPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarRoute.asm b/data/maps/attributes/SugarRoute.asm deleted file mode 100644 index 71fe900..0000000 --- a/data/maps/attributes/SugarRoute.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarRoute.asm", ROMX - map_attributes SugarRoute, SUGAR_ROUTE, NORTH | SOUTH - connection north, Sugar, SUGAR, 0, 0, 10 - connection south, Newtype, NEWTYPE, -3, 2, 16 - -SugarRoute_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 8, 48, 3, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 - warp_event 9, 48, 4, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 - - db 0 ; bg events - - db 0 ; person events - -SugarRoute_Blocks:: INCBIN "maps/blk/SugarRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/SugarRouteGate.asm b/data/maps/attributes/SugarRouteGate.asm deleted file mode 100644 index b1ce486..0000000 --- a/data/maps/attributes/SugarRouteGate.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/SugarRouteGate.asm", ROMX - map_attributes SugarRouteGate, SUGAR_ROUTE_GATE, 0 - -SugarRouteGate_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 12, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 5, 7, 13, NEWTYPE, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, SUGAR_ROUTE, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, SUGAR_ROUTE, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -SugarRouteGate_Blocks:: INCBIN "maps/blk/SugarRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/West.asm b/data/maps/attributes/West.asm deleted file mode 100644 index d4427dc..0000000 --- a/data/maps/attributes/West.asm +++ /dev/null @@ -1,43 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/West.asm", ROMX - map_attributes West, WEST, NORTH | EAST - connection north, BaadonRoute1, BAADON_ROUTE_1, 5, 0, 10 - connection east, Route2, ROUTE_2, 5, 0, 9 - -West_MapEvents:: - dw $4000 ; unknown - - db 13 ; warp events - warp_event 13, 5, 1, WEST_MART_1F, wOverworldMapBlocks + 85 - warp_event 14, 5, 2, WEST_MART_1F, wOverworldMapBlocks + 86 - warp_event 31, 7, 1, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 120 - warp_event 32, 7, 2, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 121 - warp_event 18, 12, 1, WEST_ROCKET_RAIDED_HOUSE, wOverworldMapBlocks + 192 - warp_event 25, 14, 1, WEST_POKECENTER_1F, wOverworldMapBlocks + 221 - warp_event 14, 19, 1, WEST_GYM, wOverworldMapBlocks + 268 - warp_event 15, 19, 2, WEST_GYM, wOverworldMapBlocks + 268 - warp_event 26, 19, 1, WEST_HOUSE_1, wOverworldMapBlocks + 274 - warp_event 32, 19, 1, WEST_HOUSE_2, wOverworldMapBlocks + 277 - warp_event 22, 5, 1, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 90 - warp_event 23, 5, 2, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 90 - warp_event 35, 15, 1, ROUTE_2_GATE_1F, wOverworldMapBlocks + 226 - - db 6 ; bg events - bg_event 16, 7, 0, 1 - bg_event 28, 9, 0, 2 - bg_event 12, 10, 0, 3 - bg_event 32, 12, 0, 4 - bg_event 26, 14, 0, 5 - bg_event 18, 20, 0, 6 - - db 7 ; person events - object_event 6, 8, SPRITE_SAILOR, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 12, 7, SPRITE_ROCKER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 26, 10, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 30, 14, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 29, 14, SPRITE_PIPPI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 22, 19, SPRITE_COOLTRAINER_F, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 18, 13, SPRITE_36, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -West_Blocks:: INCBIN "maps/blk/West.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestGym.asm b/data/maps/attributes/WestGym.asm deleted file mode 100644 index be9bbc5..0000000 --- a/data/maps/attributes/WestGym.asm +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestGym.asm", ROMX - map_attributes WestGym, WEST_GYM, 0 - -WestGym_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 17, 7, WEST, wOverworldMapBlocks + 102 - warp_event 5, 17, 8, WEST, wOverworldMapBlocks + 102 - - db 2 ; bg events - bg_event 3, 15, 0, 1 - bg_event 6, 15, 0, 1 - - db 6 ; person events - object_event 4, 4, SPRITE_TSUKUSHI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 7, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - object_event 3, 11, SPRITE_COOLTRAINER_F, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 - object_event 5, 9, SPRITE_LASS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 4, 6, SPRITE_TWIN, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 - object_event 7, 15, SPRITE_GYM_GUY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestGym_Blocks:: INCBIN "maps/blk/WestGym.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestHouse1.asm b/data/maps/attributes/WestHouse1.asm deleted file mode 100644 index 73989b6..0000000 --- a/data/maps/attributes/WestHouse1.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestHouse1.asm", ROMX - map_attributes WestHouse1, WEST_HOUSE_1, 0 - -WestHouse1_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 9, WEST, wOverworldMapBlocks + 47 - warp_event 5, 7, 9, WEST, wOverworldMapBlocks + 47 - - db 4 ; bg events - bg_event 0, 1, 0, 1 - bg_event 1, 1, 0, 2 - bg_event 5, 1, 0, 3 - bg_event 8, 0, 0, 4 - - db 3 ; person events - object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 6, SPRITE_YOUNGSTER, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 4, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestHouse1_Blocks:: INCBIN "maps/blk/WestHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestHouse2.asm b/data/maps/attributes/WestHouse2.asm deleted file mode 100644 index 03603ec..0000000 --- a/data/maps/attributes/WestHouse2.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestHouse2.asm", ROMX - map_attributes WestHouse2, WEST_HOUSE_2, 0 - -WestHouse2_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 10, WEST, wOverworldMapBlocks + 47 - warp_event 5, 7, 10, WEST, wOverworldMapBlocks + 47 - - db 4 ; bg events - bg_event 0, 1, 0, 1 - bg_event 1, 1, 0, 2 - bg_event 5, 1, 0, 3 - bg_event 8, 0, 0, 4 - - db 3 ; person events - object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 6, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_BUG_CATCHER_BOY, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - -WestHouse2_Blocks:: INCBIN "maps/blk/WestHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart1F.asm b/data/maps/attributes/WestMart1F.asm deleted file mode 100644 index 3141c21..0000000 --- a/data/maps/attributes/WestMart1F.asm +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart1F.asm", ROMX - map_attributes WestMart1F, WEST_MART_1F, 0 - -WestMart1F_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 13, 7, 1, WEST, wOverworldMapBlocks + 63 - warp_event 14, 7, 2, WEST, wOverworldMapBlocks + 64 - warp_event 15, 0, 2, WEST_MART_2F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 - - db 2 ; bg events - bg_event 14, 0, 0, 1 - bg_event 3, 0, 0, 2 - - db 1 ; person events - object_event 7, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart1F_Blocks:: INCBIN "maps/blk/WestMart1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart2F.asm b/data/maps/attributes/WestMart2F.asm deleted file mode 100644 index 9113205..0000000 --- a/data/maps/attributes/WestMart2F.asm +++ /dev/null @@ -1,38 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart2F.asm", ROMX - map_attributes WestMart2F, WEST_MART_2F, 0 - -WestMart2F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, WEST_MART_3F, wOverworldMapBlocks + 21 - warp_event 15, 0, 3, WEST_MART_1F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 - - db 16 ; bg events - bg_event 14, 0, 0, 1 - bg_event 3, 0, 0, 2 - bg_event 3, 4, 0, 3 - bg_event 3, 5, 0, 3 - bg_event 3, 6, 0, 3 - bg_event 3, 7, 0, 3 - bg_event 7, 4, 0, 3 - bg_event 7, 5, 0, 3 - bg_event 7, 6, 0, 3 - bg_event 7, 7, 0, 3 - bg_event 4, 1, 0, 3 - bg_event 5, 1, 0, 3 - bg_event 6, 1, 0, 3 - bg_event 7, 1, 0, 3 - bg_event 8, 1, 0, 3 - bg_event 9, 1, 0, 3 - - db 4 ; person events - object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 6, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_BURGLAR, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_ROCKET_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart2F_Blocks:: INCBIN "maps/blk/WestMart2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart3F.asm b/data/maps/attributes/WestMart3F.asm deleted file mode 100644 index 198bb26..0000000 --- a/data/maps/attributes/WestMart3F.asm +++ /dev/null @@ -1,35 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart3F.asm", ROMX - map_attributes WestMart3F, WEST_MART_3F, 0 - -WestMart3F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, WEST_MART_2F, wOverworldMapBlocks + 21 - warp_event 15, 0, 2, WEST_MART_4F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 - - db 14 ; bg events - bg_event 14, 0, 0, 1 - bg_event 3, 0, 0, 2 - bg_event 1, 4, 0, 3 - bg_event 1, 5, 0, 3 - bg_event 1, 6, 0, 3 - bg_event 1, 7, 0, 3 - bg_event 5, 4, 0, 3 - bg_event 5, 5, 0, 3 - bg_event 5, 6, 0, 3 - bg_event 5, 7, 0, 3 - bg_event 9, 4, 0, 3 - bg_event 9, 5, 0, 3 - bg_event 9, 6, 0, 3 - bg_event 9, 7, 0, 3 - - db 3 ; person events - object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 4, SPRITE_GENTLEMAN, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 5, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart3F_Blocks:: INCBIN "maps/blk/WestMart3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart4F.asm b/data/maps/attributes/WestMart4F.asm deleted file mode 100644 index 994e4a4..0000000 --- a/data/maps/attributes/WestMart4F.asm +++ /dev/null @@ -1,35 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart4F.asm", ROMX - map_attributes WestMart4F, WEST_MART_4F, 0 - -WestMart4F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, WEST_MART_5F, wOverworldMapBlocks + 21 - warp_event 15, 0, 2, WEST_MART_3F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 - - db 14 ; bg events - bg_event 14, 0, 0, 1 - bg_event 3, 0, 0, 2 - bg_event 2, 5, 0, 3 - bg_event 3, 5, 0, 3 - bg_event 4, 5, 0, 3 - bg_event 5, 5, 0, 3 - bg_event 6, 5, 0, 3 - bg_event 7, 5, 0, 3 - bg_event 8, 5, 0, 3 - bg_event 9, 5, 0, 3 - bg_event 6, 1, 0, 3 - bg_event 7, 1, 0, 3 - bg_event 8, 1, 0, 3 - bg_event 9, 1, 0, 3 - - db 3 ; person events - object_event 13, 5, SPRITE_CLERK, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 8, 6, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart4F_Blocks:: INCBIN "maps/blk/WestMart4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart5F.asm b/data/maps/attributes/WestMart5F.asm deleted file mode 100644 index 4ac7cf8..0000000 --- a/data/maps/attributes/WestMart5F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart5F.asm", ROMX - map_attributes WestMart5F, WEST_MART_5F, 0 - -WestMart5F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 12, 0, 1, WEST_MART_4F, wOverworldMapBlocks + 21 - warp_event 15, 0, 1, WEST_MART_6F, wOverworldMapBlocks + 22 - warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 - - db 2 ; bg events - bg_event 14, 0, 0, 1 - bg_event 3, 0, 0, 2 - - db 3 ; person events - object_event 8, 5, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 5, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 4, SPRITE_NYOROBON, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart5F_Blocks:: INCBIN "maps/blk/WestMart5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMart6F.asm b/data/maps/attributes/WestMart6F.asm deleted file mode 100644 index 9a26086..0000000 --- a/data/maps/attributes/WestMart6F.asm +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMart6F.asm", ROMX - map_attributes WestMart6F, WEST_MART_6F, 0 - -WestMart6F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 15, 0, 2, WEST_MART_5F, wOverworldMapBlocks + 22 - - db 5 ; bg events - bg_event 8, 1, 0, 1 - bg_event 9, 1, 0, 2 - bg_event 10, 1, 0, 3 - bg_event 11, 1, 0, 4 - bg_event 14, 0, 0, 5 - - db 3 ; person events - object_event 12, 3, SPRITE_OFFICER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 4, SPRITE_SIDON, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 6, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestMart6F_Blocks:: INCBIN "maps/blk/WestMart6F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestMartElevator.asm b/data/maps/attributes/WestMartElevator.asm deleted file mode 100644 index 92ae723..0000000 --- a/data/maps/attributes/WestMartElevator.asm +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestMartElevator.asm", ROMX - map_attributes WestMartElevator, WEST_MART_ELEVATOR, 0 - -WestMartElevator_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 1, 3, 4, WEST_MART_1F, wOverworldMapBlocks + 17 - warp_event 2, 3, 4, WEST_MART_1F, wOverworldMapBlocks + 18 - - db 0 ; bg events - - db 0 ; person events - -WestMartElevator_Blocks:: INCBIN "maps/blk/WestMartElevator.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestPokecenter1F.asm b/data/maps/attributes/WestPokecenter1F.asm deleted file mode 100644 index 54d5e94..0000000 --- a/data/maps/attributes/WestPokecenter1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestPokecenter1F.asm", ROMX - map_attributes WestPokecenter1F, WEST_POKECENTER_1F, 0 - -WestPokecenter1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 5, 7, 6, WEST, wOverworldMapBlocks + 59 - warp_event 6, 7, 6, WEST, wOverworldMapBlocks + 60 - warp_event 0, 7, 1, WEST_POKECENTER_2F, wOverworldMapBlocks + 57 - - db 1 ; bg events - bg_event 13, 1, 0, 1 - - db 4 ; person events - object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 5, SPRITE_LASS, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 10, 1, SPRITE_ROCKET_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestPokecenter1F_Blocks:: INCBIN "maps/blk/WestPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestPokecenter2F.asm b/data/maps/attributes/WestPokecenter2F.asm deleted file mode 100644 index 8352240..0000000 --- a/data/maps/attributes/WestPokecenter2F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestPokecenter2F.asm", ROMX - map_attributes WestPokecenter2F, WEST_POKECENTER_2F, 0 - -WestPokecenter2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 7, 3, WEST_POKECENTER_1F, wOverworldMapBlocks + 57 - - db 1 ; bg events - bg_event 1, 1, 0, 1 - - db 3 ; person events - object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 13, 3, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestPokecenter2F_Blocks:: INCBIN "maps/blk/WestPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRadioTower1F.asm b/data/maps/attributes/WestRadioTower1F.asm deleted file mode 100644 index a5fec8d..0000000 --- a/data/maps/attributes/WestRadioTower1F.asm +++ /dev/null @@ -1,23 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRadioTower1F.asm", ROMX - map_attributes WestRadioTower1F, WEST_RADIO_TOWER_1F, 0 - -WestRadioTower1F_MapEvents:: - dw $4000 ; unknown - - db 3 ; warp events - warp_event 2, 7, 3, WEST, wOverworldMapBlocks + 42 - warp_event 3, 7, 4, WEST, wOverworldMapBlocks + 42 - warp_event 7, 0, 2, WEST_RADIO_TOWER_2F, wOverworldMapBlocks + 14 - - db 2 ; bg events - bg_event 5, 0, 0, 1 - bg_event 0, 1, 0, 2 - - db 3 ; person events - object_event 6, 6, SPRITE_RECEPTIONIST, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 3, SPRITE_SUPER_NERD, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 4, SPRITE_ROCKER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRadioTower1F_Blocks:: INCBIN "maps/blk/WestRadioTower1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRadioTower2F.asm b/data/maps/attributes/WestRadioTower2F.asm deleted file mode 100644 index bf1dc93..0000000 --- a/data/maps/attributes/WestRadioTower2F.asm +++ /dev/null @@ -1,25 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRadioTower2F.asm", ROMX - map_attributes WestRadioTower2F, WEST_RADIO_TOWER_2F, 0 - -WestRadioTower2F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 0, 1, WEST_RADIO_TOWER_3F, wOverworldMapBlocks + 11 - warp_event 7, 0, 3, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 14 - - db 1 ; bg events - bg_event 5, 0, 0, 1 - - db 7 ; person events - object_event 4, 6, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 5, SPRITE_ROCKER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_SUPER_NERD, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 2, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 1, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 6, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 7, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRadioTower2F_Blocks:: INCBIN "maps/blk/WestRadioTower2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRadioTower3F.asm b/data/maps/attributes/WestRadioTower3F.asm deleted file mode 100644 index 8ace355..0000000 --- a/data/maps/attributes/WestRadioTower3F.asm +++ /dev/null @@ -1,26 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRadioTower3F.asm", ROMX - map_attributes WestRadioTower3F, WEST_RADIO_TOWER_3F, 0 - -WestRadioTower3F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 0, 1, WEST_RADIO_TOWER_2F, wOverworldMapBlocks + 11 - warp_event 7, 0, 2, WEST_RADIO_TOWER_4F, wOverworldMapBlocks + 14 - - db 1 ; bg events - bg_event 5, 0, 0, 1 - - db 8 ; person events - object_event 4, 6, SPRITE_SUPER_NERD, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 6, SPRITE_ROCKER, FACE_UP, 2, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 1, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 5, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 2, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 3, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 7, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 6, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRadioTower3F_Blocks:: INCBIN "maps/blk/WestRadioTower3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRadioTower4F.asm b/data/maps/attributes/WestRadioTower4F.asm deleted file mode 100644 index a454c37..0000000 --- a/data/maps/attributes/WestRadioTower4F.asm +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRadioTower4F.asm", ROMX - map_attributes WestRadioTower4F, WEST_RADIO_TOWER_4F, 0 - -WestRadioTower4F_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 0, 0, 1, WEST_RADIO_TOWER_5F, wOverworldMapBlocks + 11 - warp_event 7, 0, 2, WEST_RADIO_TOWER_3F, wOverworldMapBlocks + 14 - - db 1 ; bg events - bg_event 5, 0, 0, 1 - - db 9 ; person events - object_event 2, 6, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 5, SPRITE_BURGLAR, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 6, SPRITE_ROCKER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 0, 5, SPRITE_GIRL, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 5, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 4, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 1, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 2, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRadioTower4F_Blocks:: INCBIN "maps/blk/WestRadioTower4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRadioTower5F.asm b/data/maps/attributes/WestRadioTower5F.asm deleted file mode 100644 index 802cd17..0000000 --- a/data/maps/attributes/WestRadioTower5F.asm +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRadioTower5F.asm", ROMX - map_attributes WestRadioTower5F, WEST_RADIO_TOWER_5F, 0 - -WestRadioTower5F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 0, 0, 1, WEST_RADIO_TOWER_4F, wOverworldMapBlocks + 11 - - db 3 ; bg events - bg_event 3, 0, 0, 1 - bg_event 6, 4, 0, 2 - bg_event 7, 4, 0, 2 - - db 8 ; person events - object_event 6, 6, SPRITE_SCIENTIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 2, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 6, SPRITE_PIPPI, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 5, SPRITE_PIPPI, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 7, SPRITE_SAKAKI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 4, 2, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 2, 4, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 7, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRadioTower5F_Blocks:: INCBIN "maps/blk/WestRadioTower5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/WestRocketRaidedHouse.asm b/data/maps/attributes/WestRocketRaidedHouse.asm deleted file mode 100644 index fffd081..0000000 --- a/data/maps/attributes/WestRocketRaidedHouse.asm +++ /dev/null @@ -1,29 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/WestRocketRaidedHouse.asm", ROMX - map_attributes WestRocketRaidedHouse, WEST_ROCKET_RAIDED_HOUSE, 0 - -WestRocketRaidedHouse_MapEvents:: - dw $4000 ; unknown - - db 2 ; warp events - warp_event 4, 7, 5, WEST, wOverworldMapBlocks + 47 - warp_event 5, 7, 5, WEST, wOverworldMapBlocks + 47 - - db 7 ; bg events - bg_event 0, 1, 0, 1 - bg_event 1, 1, 0, 2 - bg_event 2, 1, 0, 3 - bg_event 4, 1, 0, 4 - bg_event 5, 1, 0, 4 - bg_event 7, 1, 0, 5 - bg_event 8, 0, 0, 6 - - db 5 ; person events - object_event 8, 1, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 5, SPRITE_36, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 3, 4, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 1, 3, SPRITE_POKEFAN_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 7, 2, SPRITE_POKE_BALL, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -WestRocketRaidedHouse_Blocks:: INCBIN "maps/blk/WestRocketRaidedHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Baadon.asm b/data/maps/attributes/placeholder/Baadon.asm new file mode 100644 index 0000000..0be8718 --- /dev/null +++ b/data/maps/attributes/placeholder/Baadon.asm @@ -0,0 +1,34 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Baadon.asm", ROMX + map_attributes Baadon, BAADON, NORTH | SOUTH | EAST + connection north, FontoRoute4, FONTO_ROUTE_4, 0, 0, 10 + connection south, BaadonRoute1, BAADON_ROUTE_1, 0, 0, 10 + connection east, BaadonRoute2, BAADON_ROUTE_2, 0, 0, 9 + +Baadon_MapEvents:: + dw $4000 ; unknown + + db 9 ; warp events + warp_event 3, 4, 1, BAADON_MART, wOverworldMapBlocks + 50 + warp_event 15, 4, 1, BAADON_POKECENTER_1F, wOverworldMapBlocks + 56 + warp_event 4, 9, 1, BAADON_HOUSE_1, wOverworldMapBlocks + 83 + warp_event 3, 13, 1, BAADON_WALLPAPER_HOUSE, wOverworldMapBlocks + 114 + warp_event 9, 13, 1, BAADON_HOUSE_2, wOverworldMapBlocks + 117 + warp_event 14, 15, 1, BAADON_LEAGUE_1F, wOverworldMapBlocks + 136 + warp_event 15, 15, 2, BAADON_LEAGUE_1F, wOverworldMapBlocks + 136 + warp_event 8, 5, 1, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 53 + warp_event 9, 5, 2, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 53 + + db 4 ; bg events + bg_event 4, 4, 0, 1 + bg_event 16, 4, 0, 2 + bg_event 11, 10, 0, 3 + bg_event 6, 14, 0, 4 + + db 3 ; person events + object_event 14, 8, SPRITE_SUPER_NERD, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 9, SPRITE_YOUNGSTER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 14, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Baadon_Blocks:: INCBIN "maps/placeholder/blk/Baadon.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonHouse1.asm b/data/maps/attributes/placeholder/BaadonHouse1.asm new file mode 100644 index 0000000..5054e5f --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonHouse1.asm", ROMX + map_attributes BaadonHouse1, BAADON_HOUSE_1, 0 + +BaadonHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 3, BAADON, wOverworldMapBlocks + 42 + warp_event 4, 7, 3, BAADON, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_ELDER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonHouse1_Blocks:: INCBIN "maps/placeholder/blk/BaadonHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonHouse2.asm b/data/maps/attributes/placeholder/BaadonHouse2.asm new file mode 100644 index 0000000..dafd2f2 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonHouse2.asm", ROMX + map_attributes BaadonHouse2, BAADON_HOUSE_2, 0 + +BaadonHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, BAADON, wOverworldMapBlocks + 47 + warp_event 5, 7, 5, BAADON, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 7, 5, SPRITE_GRANNY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonHouse2_Blocks:: INCBIN "maps/placeholder/blk/BaadonHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonLeague1F.asm b/data/maps/attributes/placeholder/BaadonLeague1F.asm new file mode 100644 index 0000000..e243c75 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonLeague1F.asm", ROMX + map_attributes BaadonLeague1F, BAADON_LEAGUE_1F, 0 + +BaadonLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 6, BAADON, wOverworldMapBlocks + 82 + warp_event 4, 15, 7, BAADON, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, BAADON_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonLeague1F_Blocks:: INCBIN "maps/placeholder/blk/BaadonLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonLeague2F.asm b/data/maps/attributes/placeholder/BaadonLeague2F.asm new file mode 100644 index 0000000..f4b7ef7 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonLeague2F.asm", ROMX + map_attributes BaadonLeague2F, BAADON_LEAGUE_2F, 0 + +BaadonLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, BAADON_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 2, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 1, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 9, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 11, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonLeague2F_Blocks:: INCBIN "maps/placeholder/blk/BaadonLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonMart.asm b/data/maps/attributes/placeholder/BaadonMart.asm new file mode 100644 index 0000000..2e4bb5a --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonMart.asm", ROMX + map_attributes BaadonMart, BAADON_MART, 0 + +BaadonMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 1, BAADON, wOverworldMapBlocks + 59 + warp_event 5, 7, 1, BAADON, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_TEACHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonMart_Blocks:: INCBIN "maps/placeholder/blk/BaadonMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonPokecenter1F.asm b/data/maps/attributes/placeholder/BaadonPokecenter1F.asm new file mode 100644 index 0000000..dd4a004 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonPokecenter1F.asm", ROMX + map_attributes BaadonPokecenter1F, BAADON_POKECENTER_1F, 0 + +BaadonPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 2, BAADON, wOverworldMapBlocks + 59 + warp_event 6, 7, 2, BAADON, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, BAADON_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 14, 6, SPRITE_FISHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/BaadonPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonPokecenter2F.asm b/data/maps/attributes/placeholder/BaadonPokecenter2F.asm new file mode 100644 index 0000000..d4e41dc --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonPokecenter2F.asm", ROMX + map_attributes BaadonPokecenter2F, BAADON_POKECENTER_2F, 0 + +BaadonPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, BAADON_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BaadonPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/BaadonPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonRoute1.asm b/data/maps/attributes/placeholder/BaadonRoute1.asm new file mode 100644 index 0000000..691357a --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonRoute1.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonRoute1.asm", ROMX + map_attributes BaadonRoute1, BAADON_ROUTE_1, NORTH | SOUTH + connection north, Baadon, BAADON, 0, 0, 10 + connection south, West, WEST, -3, 2, 16 + +BaadonRoute1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 12, 48, 3, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 407 + warp_event 13, 48, 4, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 407 + + db 0 ; bg events + + db 0 ; person events + +BaadonRoute1_Blocks:: INCBIN "maps/placeholder/blk/BaadonRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonRoute2.asm b/data/maps/attributes/placeholder/BaadonRoute2.asm new file mode 100644 index 0000000..1f15949 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonRoute2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonRoute2.asm", ROMX + map_attributes BaadonRoute2, BAADON_ROUTE_2, WEST | EAST + connection west, Baadon, BAADON, 0, 0, 9 + connection east, BaadonRoute3, BAADON_ROUTE_3, 0, 0, 12 + +BaadonRoute2_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +BaadonRoute2_Blocks:: INCBIN "maps/placeholder/blk/BaadonRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonRoute3.asm b/data/maps/attributes/placeholder/BaadonRoute3.asm new file mode 100644 index 0000000..1c78579 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonRoute3.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonRoute3.asm", ROMX + map_attributes BaadonRoute3, BAADON_ROUTE_3, SOUTH | WEST + connection south, Route15, ROUTE_15, 0, 0, 13 + connection west, BaadonRoute2, BAADON_ROUTE_2, 0, 0, 9 + +BaadonRoute3_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 30, 3, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 261 + warp_event 9, 30, 4, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 261 + + db 0 ; bg events + + db 0 ; person events + +BaadonRoute3_Blocks:: INCBIN "maps/placeholder/blk/BaadonRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonRouteGateNewtype.asm b/data/maps/attributes/placeholder/BaadonRouteGateNewtype.asm new file mode 100644 index 0000000..42eeb7b --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonRouteGateNewtype.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonRouteGateNewtype.asm", ROMX + map_attributes BaadonRouteGateNewtype, BAADON_ROUTE_GATE_NEWTYPE, 0 + +BaadonRouteGateNewtype_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 1, ROUTE_15, wOverworldMapBlocks + 47 + warp_event 5, 7, 2, ROUTE_15, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, BAADON_ROUTE_3, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, BAADON_ROUTE_3, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +BaadonRouteGateNewtype_Blocks:: INCBIN "maps/placeholder/blk/BaadonRouteGateNewtype.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonRouteGateWest.asm b/data/maps/attributes/placeholder/BaadonRouteGateWest.asm new file mode 100644 index 0000000..a7a6fd0 --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonRouteGateWest.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonRouteGateWest.asm", ROMX + map_attributes BaadonRouteGateWest, BAADON_ROUTE_GATE_WEST, 0 + +BaadonRouteGateWest_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 11, WEST, wOverworldMapBlocks + 47 + warp_event 5, 7, 12, WEST, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, BAADON_ROUTE_1, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, BAADON_ROUTE_1, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +BaadonRouteGateWest_Blocks:: INCBIN "maps/placeholder/blk/BaadonRouteGateWest.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BaadonWallpaperHouse.asm b/data/maps/attributes/placeholder/BaadonWallpaperHouse.asm new file mode 100644 index 0000000..93a3ebf --- /dev/null +++ b/data/maps/attributes/placeholder/BaadonWallpaperHouse.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BaadonWallpaperHouse.asm", ROMX + map_attributes BaadonWallpaperHouse, BAADON_WALLPAPER_HOUSE, 0 + +BaadonWallpaperHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 2, 7, 4, BAADON, wOverworldMapBlocks + 42 + warp_event 3, 7, 4, BAADON, wOverworldMapBlocks + 42 + + db 0 ; bg events + + db 0 ; person events + +BaadonWallpaperHouse_Blocks:: INCBIN "maps/placeholder/blk/BaadonWallpaperHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForest.asm b/data/maps/attributes/placeholder/BullForest.asm new file mode 100644 index 0000000..4c282c5 --- /dev/null +++ b/data/maps/attributes/placeholder/BullForest.asm @@ -0,0 +1,34 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForest.asm", ROMX + map_attributes BullForest, BULL_FOREST, NORTH | SOUTH | WEST + connection north, BullForestRoute3, BULL_FOREST_ROUTE_3, 5, 0, 10 + connection south, BullForestRoute2, BULL_FOREST_ROUTE_2, 5, 0, 10 + connection west, BullForestRoute1, BULL_FOREST_ROUTE_1, 9, 0, 9 + +BullForest_MapEvents:: + dw $4000 ; unknown + + db 8 ; warp events + warp_event 25, 6, 1, BULL_MART, wOverworldMapBlocks + 117 + warp_event 9, 9, 1, BULL_HOUSE_1, wOverworldMapBlocks + 135 + warp_event 27, 11, 1, BULL_HOUSE_2, wOverworldMapBlocks + 170 + warp_event 19, 13, 1, BULL_HOUSE_3, wOverworldMapBlocks + 192 + warp_event 13, 18, 1, BULL_POKECENTER_1F, wOverworldMapBlocks + 267 + warp_event 26, 21, 1, BULL_LEAGUE_1F, wOverworldMapBlocks + 300 + warp_event 27, 21, 2, BULL_LEAGUE_1F, wOverworldMapBlocks + 300 + warp_event 3, 22, 1, BULL_HOUSE_4, wOverworldMapBlocks + 314 + + db 3 ; bg events + bg_event 26, 6, 0, 1 + bg_event 2, 16, 0, 2 + bg_event 14, 18, 0, 3 + + db 5 ; person events + object_event 21, 9, SPRITE_TWIN, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 11, 12, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 16, SPRITE_GRANNY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 20, 19, SPRITE_TEACHER, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 20, 29, SPRITE_BUG_CATCHER_BOY, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +BullForest_Blocks:: INCBIN "maps/placeholder/blk/BullForest.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForestRoute1.asm b/data/maps/attributes/placeholder/BullForestRoute1.asm new file mode 100644 index 0000000..23afabd --- /dev/null +++ b/data/maps/attributes/placeholder/BullForestRoute1.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForestRoute1.asm", ROMX + map_attributes BullForestRoute1, BULL_FOREST_ROUTE_1, SOUTH | EAST + connection south, Route18, ROUTE_18, 0, 0, 10 + connection east, BullForest, BULL_FOREST, -3, 6, 12 + +BullForestRoute1_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 8, 12, 3, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 222 + warp_event 9, 12, 4, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 222 + warp_event 9, 5, 1, BULL_FOREST_ROUTE_1_HOUSE, wOverworldMapBlocks + 98 + + db 0 ; bg events + + db 0 ; person events + +BullForestRoute1_Blocks:: INCBIN "maps/placeholder/blk/BullForestRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForestRoute1House.asm b/data/maps/attributes/placeholder/BullForestRoute1House.asm new file mode 100644 index 0000000..6ebf4ef --- /dev/null +++ b/data/maps/attributes/placeholder/BullForestRoute1House.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForestRoute1House.asm", ROMX + map_attributes BullForestRoute1House, BULL_FOREST_ROUTE_1_HOUSE, 0 + +BullForestRoute1House_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 47 + warp_event 5, 7, 3, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 1, 5, SPRITE_COOLTRAINER_F, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullForestRoute1House_Blocks:: INCBIN "maps/placeholder/blk/BullForestRoute1House.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForestRoute2.asm b/data/maps/attributes/placeholder/BullForestRoute2.asm new file mode 100644 index 0000000..d4f11e7 --- /dev/null +++ b/data/maps/attributes/placeholder/BullForestRoute2.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForestRoute2.asm", ROMX + map_attributes BullForestRoute2, BULL_FOREST_ROUTE_2, NORTH | SOUTH + connection north, BullForest, BULL_FOREST, -3, 2, 16 + connection south, Stand, STAND, -3, 7, 13 + +BullForestRoute2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 48, 3, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 405 + warp_event 9, 48, 4, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 405 + + db 0 ; bg events + + db 0 ; person events + +BullForestRoute2_Blocks:: INCBIN "maps/placeholder/blk/BullForestRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForestRoute3.asm b/data/maps/attributes/placeholder/BullForestRoute3.asm new file mode 100644 index 0000000..bede5f9 --- /dev/null +++ b/data/maps/attributes/placeholder/BullForestRoute3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForestRoute3.asm", ROMX + map_attributes BullForestRoute3, BULL_FOREST_ROUTE_3, NORTH | SOUTH + connection north, North, NORTH, 0, 0, 10 + connection south, BullForest, BULL_FOREST, -3, 2, 16 + +BullForestRoute3_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +BullForestRoute3_Blocks:: INCBIN "maps/placeholder/blk/BullForestRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullForestRouteGateStand.asm b/data/maps/attributes/placeholder/BullForestRouteGateStand.asm new file mode 100644 index 0000000..abae74d --- /dev/null +++ b/data/maps/attributes/placeholder/BullForestRouteGateStand.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullForestRouteGateStand.asm", ROMX + map_attributes BullForestRouteGateStand, BULL_FOREST_ROUTE_GATE_STAND, 0 + +BullForestRouteGateStand_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 9, STAND, wOverworldMapBlocks + 47 + warp_event 5, 7, 10, STAND, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +BullForestRouteGateStand_Blocks:: INCBIN "maps/placeholder/blk/BullForestRouteGateStand.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullHouse1.asm b/data/maps/attributes/placeholder/BullHouse1.asm new file mode 100644 index 0000000..86e5a2e --- /dev/null +++ b/data/maps/attributes/placeholder/BullHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullHouse1.asm", ROMX + map_attributes BullHouse1, BULL_HOUSE_1, 0 + +BullHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 2, BULL_FOREST, wOverworldMapBlocks + 42 + warp_event 4, 7, 2, BULL_FOREST, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_KIKUKO, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullHouse1_Blocks:: INCBIN "maps/placeholder/blk/BullHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullHouse2.asm b/data/maps/attributes/placeholder/BullHouse2.asm new file mode 100644 index 0000000..ce83926 --- /dev/null +++ b/data/maps/attributes/placeholder/BullHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullHouse2.asm", ROMX + map_attributes BullHouse2, BULL_HOUSE_2, 0 + +BullHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, BULL_FOREST, wOverworldMapBlocks + 47 + warp_event 5, 7, 3, BULL_FOREST, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 8, 4, SPRITE_GRANNY, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +BullHouse2_Blocks:: INCBIN "maps/placeholder/blk/BullHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullHouse3.asm b/data/maps/attributes/placeholder/BullHouse3.asm new file mode 100644 index 0000000..6041314 --- /dev/null +++ b/data/maps/attributes/placeholder/BullHouse3.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullHouse3.asm", ROMX + map_attributes BullHouse3, BULL_HOUSE_3, 0 + +BullHouse3_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 4, BULL_FOREST, wOverworldMapBlocks + 47 + warp_event 5, 7, 4, BULL_FOREST, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 4, 3, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullHouse3_Blocks:: INCBIN "maps/placeholder/blk/BullHouse3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullHouse4.asm b/data/maps/attributes/placeholder/BullHouse4.asm new file mode 100644 index 0000000..aeaa191 --- /dev/null +++ b/data/maps/attributes/placeholder/BullHouse4.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullHouse4.asm", ROMX + map_attributes BullHouse4, BULL_HOUSE_4, 0 + +BullHouse4_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 8, BULL_FOREST, wOverworldMapBlocks + 47 + warp_event 5, 7, 8, BULL_FOREST, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 0 ; person events + +BullHouse4_Blocks:: INCBIN "maps/placeholder/blk/BullHouse4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullLeague1F.asm b/data/maps/attributes/placeholder/BullLeague1F.asm new file mode 100644 index 0000000..7c68b24 --- /dev/null +++ b/data/maps/attributes/placeholder/BullLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullLeague1F.asm", ROMX + map_attributes BullLeague1F, BULL_LEAGUE_1F, 0 + +BullLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 6, BULL_FOREST, wOverworldMapBlocks + 82 + warp_event 4, 15, 7, BULL_FOREST, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, BULL_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +BullLeague1F_Blocks:: INCBIN "maps/placeholder/blk/BullLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullLeague2F.asm b/data/maps/attributes/placeholder/BullLeague2F.asm new file mode 100644 index 0000000..9d6a2dc --- /dev/null +++ b/data/maps/attributes/placeholder/BullLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullLeague2F.asm", ROMX + map_attributes BullLeague2F, BULL_LEAGUE_2F, 0 + +BullLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, BULL_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 4, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 9, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 9, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullLeague2F_Blocks:: INCBIN "maps/placeholder/blk/BullLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullMart.asm b/data/maps/attributes/placeholder/BullMart.asm new file mode 100644 index 0000000..d82e003 --- /dev/null +++ b/data/maps/attributes/placeholder/BullMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullMart.asm", ROMX + map_attributes BullMart, BULL_MART, 0 + +BullMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 1, BULL_FOREST, wOverworldMapBlocks + 59 + warp_event 5, 7, 1, BULL_FOREST, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_FISHER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullMart_Blocks:: INCBIN "maps/placeholder/blk/BullMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullPokecenter1F.asm b/data/maps/attributes/placeholder/BullPokecenter1F.asm new file mode 100644 index 0000000..b8c6702 --- /dev/null +++ b/data/maps/attributes/placeholder/BullPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullPokecenter1F.asm", ROMX + map_attributes BullPokecenter1F, BULL_POKECENTER_1F, 0 + +BullPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 5, BULL_FOREST, wOverworldMapBlocks + 59 + warp_event 6, 7, 5, BULL_FOREST, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, BULL_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/BullPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/BullPokecenter2F.asm b/data/maps/attributes/placeholder/BullPokecenter2F.asm new file mode 100644 index 0000000..cf08eb9 --- /dev/null +++ b/data/maps/attributes/placeholder/BullPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/BullPokecenter2F.asm", ROMX + map_attributes BullPokecenter2F, BULL_POKECENTER_2F, 0 + +BullPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, BULL_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +BullPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/BullPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts1.asm b/data/maps/attributes/placeholder/CaveMinecarts1.asm new file mode 100644 index 0000000..c3143fc --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts1.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts1.asm", ROMX + map_attributes CaveMinecarts1, CAVE_MINECARTS_1, 0 + +CaveMinecarts1_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts1_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts2.asm b/data/maps/attributes/placeholder/CaveMinecarts2.asm new file mode 100644 index 0000000..5e8105f --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts2.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts2.asm", ROMX + map_attributes CaveMinecarts2, CAVE_MINECARTS_2, 0 + +CaveMinecarts2_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts2_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts3.asm b/data/maps/attributes/placeholder/CaveMinecarts3.asm new file mode 100644 index 0000000..95c4016 --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts3.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts3.asm", ROMX + map_attributes CaveMinecarts3, CAVE_MINECARTS_3, 0 + +CaveMinecarts3_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts3_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts4.asm b/data/maps/attributes/placeholder/CaveMinecarts4.asm new file mode 100644 index 0000000..3e540db --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts4.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts4.asm", ROMX + map_attributes CaveMinecarts4, CAVE_MINECARTS_4, 0 + +CaveMinecarts4_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts4_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts5.asm b/data/maps/attributes/placeholder/CaveMinecarts5.asm new file mode 100644 index 0000000..3739e39 --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts5.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts5.asm", ROMX + map_attributes CaveMinecarts5, CAVE_MINECARTS_5, 0 + +CaveMinecarts5_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts5_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts6.asm b/data/maps/attributes/placeholder/CaveMinecarts6.asm new file mode 100644 index 0000000..483434c --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts6.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts6.asm", ROMX + map_attributes CaveMinecarts6, CAVE_MINECARTS_6, 0 + +CaveMinecarts6_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts6_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts6.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/CaveMinecarts7.asm b/data/maps/attributes/placeholder/CaveMinecarts7.asm new file mode 100644 index 0000000..e758609 --- /dev/null +++ b/data/maps/attributes/placeholder/CaveMinecarts7.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/CaveMinecarts7.asm", ROMX + map_attributes CaveMinecarts7, CAVE_MINECARTS_7, 0 + +CaveMinecarts7_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +CaveMinecarts7_Blocks:: INCBIN "maps/placeholder/blk/CaveMinecarts7.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Fonto.asm b/data/maps/attributes/placeholder/Fonto.asm new file mode 100644 index 0000000..7d6a1a0 --- /dev/null +++ b/data/maps/attributes/placeholder/Fonto.asm @@ -0,0 +1,32 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Fonto.asm", ROMX + map_attributes Fonto, FONTO, NORTH | WEST | EAST + connection north, FontoRoute2, FONTO_ROUTE_2, 0, 0, 10 + connection west, FontoRoute1, FONTO_ROUTE_1, 0, 0, 9 + connection east, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 + +Fonto_MapEvents:: + dw $4000 ; unknown + + db 5 ; warp events + warp_event 4, 3, 1, FONTO_ROCKET_HOUSE, wOverworldMapBlocks + 35 + warp_event 15, 4, 1, FONTO_MART, wOverworldMapBlocks + 56 + warp_event 3, 7, 1, FONTO_HOUSE, wOverworldMapBlocks + 66 + warp_event 3, 12, 1, FONTO_POKECENTER_1F, wOverworldMapBlocks + 114 + warp_event 16, 13, 1, FONTO_LAB, wOverworldMapBlocks + 121 + + db 5 ; bg events + bg_event 15, 4, 0, 1 + bg_event 14, 6, 0, 2 + bg_event 4, 12, 0, 3 + bg_event 6, 12, 0, 4 + bg_event 10, 12, 0, 5 + + db 4 ; person events + object_event 2, 4, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_SIDON, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 14, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 16, 8, SPRITE_TWIN, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +Fonto_Blocks:: INCBIN "maps/placeholder/blk/Fonto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoHouse.asm b/data/maps/attributes/placeholder/FontoHouse.asm new file mode 100644 index 0000000..aa55258 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoHouse.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoHouse.asm", ROMX + map_attributes FontoHouse, FONTO_HOUSE, 0 + +FontoHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, FONTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 3, FONTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 8, 4, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoHouse_Blocks:: INCBIN "maps/placeholder/blk/FontoHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoLab.asm b/data/maps/attributes/placeholder/FontoLab.asm new file mode 100644 index 0000000..d668975 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoLab.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoLab.asm", ROMX + map_attributes FontoLab, FONTO_LAB, 0 + +FontoLab_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 5, FONTO, wOverworldMapBlocks + 46 + warp_event 4, 7, 5, FONTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 2, 2, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 5, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoLab_Blocks:: INCBIN "maps/placeholder/blk/FontoLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoMart.asm b/data/maps/attributes/placeholder/FontoMart.asm new file mode 100644 index 0000000..85537a8 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoMart.asm", ROMX + map_attributes FontoMart, FONTO_MART, 0 + +FontoMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 2, FONTO, wOverworldMapBlocks + 59 + warp_event 5, 7, 2, FONTO, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoMart_Blocks:: INCBIN "maps/placeholder/blk/FontoMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoPokecenter1F.asm b/data/maps/attributes/placeholder/FontoPokecenter1F.asm new file mode 100644 index 0000000..ffc51e4 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoPokecenter1F.asm", ROMX + map_attributes FontoPokecenter1F, FONTO_POKECENTER_1F, 0 + +FontoPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 4, FONTO, wOverworldMapBlocks + 59 + warp_event 6, 7, 4, FONTO, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, FONTO_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/FontoPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoPokecenter2F.asm b/data/maps/attributes/placeholder/FontoPokecenter2F.asm new file mode 100644 index 0000000..42d3758 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoPokecenter2F.asm", ROMX + map_attributes FontoPokecenter2F, FONTO_POKECENTER_2F, 0 + +FontoPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, FONTO_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/FontoPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRocketHouse.asm b/data/maps/attributes/placeholder/FontoRocketHouse.asm new file mode 100644 index 0000000..14671d7 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRocketHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRocketHouse.asm", ROMX + map_attributes FontoRocketHouse, FONTO_ROCKET_HOUSE, 0 + +FontoRocketHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 12, 7, 1, FONTO, wOverworldMapBlocks + 63 + warp_event 13, 7, 1, FONTO, wOverworldMapBlocks + 63 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 4, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 2, SPRITE_ROCKET_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 2, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 12, 2, SPRITE_POPPO, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoRocketHouse_Blocks:: INCBIN "maps/placeholder/blk/FontoRocketHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute1.asm b/data/maps/attributes/placeholder/FontoRoute1.asm new file mode 100644 index 0000000..aff6754 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute1.asm", ROMX + map_attributes FontoRoute1, FONTO_ROUTE_1, WEST | EAST + connection west, South, SOUTH, 0, 0, 12 + connection east, Fonto, FONTO, 0, 0, 9 + +FontoRoute1_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 6, 9, 3, FONTO_ROUTE_GATE_1, wOverworldMapBlocks + 209 + + db 0 ; bg events + + db 0 ; person events + +FontoRoute1_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute2.asm b/data/maps/attributes/placeholder/FontoRoute2.asm new file mode 100644 index 0000000..9c640bc --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute2.asm", ROMX + map_attributes FontoRoute2, FONTO_ROUTE_2, SOUTH | WEST + connection south, Fonto, FONTO, 0, 0, 10 + connection west, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9 + +FontoRoute2_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +FontoRoute2_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute3.asm b/data/maps/attributes/placeholder/FontoRoute3.asm new file mode 100644 index 0000000..fdc0bdd --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute3.asm", ROMX + map_attributes FontoRoute3, FONTO_ROUTE_3, WEST | EAST + connection west, Fonto, FONTO, 0, 0, 9 + connection east, FontoRoute4, FONTO_ROUTE_4, 0, 0, 12 + +FontoRoute3_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +FontoRoute3_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute4.asm b/data/maps/attributes/placeholder/FontoRoute4.asm new file mode 100644 index 0000000..a9221db --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute4.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute4.asm", ROMX + map_attributes FontoRoute4, FONTO_ROUTE_4, SOUTH | WEST + connection south, Baadon, BAADON, 0, 0, 10 + connection west, FontoRoute3, FONTO_ROUTE_3, 0, 0, 9 + +FontoRoute4_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 30, 3, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 261 + warp_event 9, 30, 4, FONTO_ROUTE_GATE_2, wOverworldMapBlocks + 261 + + db 0 ; bg events + + db 0 ; person events + +FontoRoute4_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute5.asm b/data/maps/attributes/placeholder/FontoRoute5.asm new file mode 100644 index 0000000..0e2978a --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute5.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute5.asm", ROMX + map_attributes FontoRoute5, FONTO_ROUTE_5, SOUTH | EAST + connection south, South, SOUTH, -3, 7, 13 + connection east, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9 + +FontoRoute5_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 30, 3, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261 + warp_event 9, 30, 4, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261 + + db 0 ; bg events + + db 0 ; person events + +FontoRoute5_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRoute6.asm b/data/maps/attributes/placeholder/FontoRoute6.asm new file mode 100644 index 0000000..08eb921 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRoute6.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRoute6.asm", ROMX + map_attributes FontoRoute6, FONTO_ROUTE_6, WEST | EAST + connection west, FontoRoute5, FONTO_ROUTE_5, 0, 0, 12 + connection east, FontoRoute2, FONTO_ROUTE_2, 0, 0, 12 + +FontoRoute6_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +FontoRoute6_Blocks:: INCBIN "maps/placeholder/blk/FontoRoute6.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRouteGate1.asm b/data/maps/attributes/placeholder/FontoRouteGate1.asm new file mode 100644 index 0000000..19d1f41 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRouteGate1.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRouteGate1.asm", ROMX + map_attributes FontoRouteGate1, FONTO_ROUTE_GATE_1, 0 + +FontoRouteGate1_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 0, 7, 7, SOUTH, wOverworldMapBlocks + 45 + warp_event 1, 7, 7, SOUTH, wOverworldMapBlocks + 45 + warp_event 8, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 + warp_event 9, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 + + db 0 ; bg events + + db 0 ; person events + +FontoRouteGate1_Blocks:: INCBIN "maps/placeholder/blk/FontoRouteGate1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRouteGate2.asm b/data/maps/attributes/placeholder/FontoRouteGate2.asm new file mode 100644 index 0000000..a777319 --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRouteGate2.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRouteGate2.asm", ROMX + map_attributes FontoRouteGate2, FONTO_ROUTE_GATE_2, 0 + +FontoRouteGate2_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 8, BAADON, wOverworldMapBlocks + 47 + warp_event 5, 7, 9, BAADON, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, FONTO_ROUTE_4, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, FONTO_ROUTE_4, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +FontoRouteGate2_Blocks:: INCBIN "maps/placeholder/blk/FontoRouteGate2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/FontoRouteGate3.asm b/data/maps/attributes/placeholder/FontoRouteGate3.asm new file mode 100644 index 0000000..6bf661e --- /dev/null +++ b/data/maps/attributes/placeholder/FontoRouteGate3.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/FontoRouteGate3.asm", ROMX + map_attributes FontoRouteGate3, FONTO_ROUTE_GATE_3, 0 + +FontoRouteGate3_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 5, SOUTH, wOverworldMapBlocks + 47 + warp_event 5, 7, 6, SOUTH, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, FONTO_ROUTE_5, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, FONTO_ROUTE_5, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +FontoRouteGate3_Blocks:: INCBIN "maps/placeholder/blk/FontoRouteGate3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Haiteku.asm b/data/maps/attributes/placeholder/Haiteku.asm new file mode 100644 index 0000000..3792fc9 --- /dev/null +++ b/data/maps/attributes/placeholder/Haiteku.asm @@ -0,0 +1,38 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Haiteku.asm", ROMX + map_attributes Haiteku, HAITEKU, WEST + connection west, HaitekuWestRoute, HAITEKU_WEST_ROUTE, 0, 0, 9 + +Haiteku_MapEvents:: + dw $4000 ; unknown + + db 9 ; warp events + warp_event 31, 10, 1, HAITEKU_POKECENTER_1F, wOverworldMapBlocks + 172 + warp_event 10, 11, 1, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 162 + warp_event 11, 11, 2, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 162 + warp_event 31, 16, 1, HAITEKU_MART, wOverworldMapBlocks + 250 + warp_event 7, 17, 1, HAITEKU_HOUSE_1, wOverworldMapBlocks + 238 + warp_event 15, 17, 1, HAITEKU_HOUSE_2, wOverworldMapBlocks + 242 + warp_event 33, 20, 1, HAITEKU_IMPOSTER_OAK_HOUSE, wOverworldMapBlocks + 303 + warp_event 6, 27, 1, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 368 + warp_event 7, 27, 2, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 368 + + db 8 ; bg events + bg_event 24, 7, 0, 1 + bg_event 12, 12, 0, 2 + bg_event 32, 10, 0, 3 + bg_event 10, 17, 0, 4 + bg_event 32, 16, 0, 5 + bg_event 10, 27, 0, 6 + bg_event 30, 25, 0, 7 + bg_event 24, 28, 0, 8 + + db 5 ; person events + object_event 22, 15, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 23, 14, SPRITE_PIPPI, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 23, 24, SPRITE_SAILOR, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 26, 10, SPRITE_SAILOR, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 14, SPRITE_GENTLEMAN, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Haiteku_Blocks:: INCBIN "maps/placeholder/blk/Haiteku.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuAquarium1F.asm b/data/maps/attributes/placeholder/HaitekuAquarium1F.asm new file mode 100644 index 0000000..0df596a --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuAquarium1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuAquarium1F.asm", ROMX + map_attributes HaitekuAquarium1F, HAITEKU_AQUARIUM_1F, 0 + +HaitekuAquarium1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 7, 8, HAITEKU, wOverworldMapBlocks + 63 + warp_event 13, 7, 9, HAITEKU, wOverworldMapBlocks + 63 + warp_event 0, 7, 1, HAITEKU_AQUARIUM_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 15, 5, SPRITE_RECEPTIONIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 12, 2, SPRITE_YOUNGSTER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 5, SPRITE_LASS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuAquarium1F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuAquarium1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuAquarium2F.asm b/data/maps/attributes/placeholder/HaitekuAquarium2F.asm new file mode 100644 index 0000000..dc4fde3 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuAquarium2F.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuAquarium2F.asm", ROMX + map_attributes HaitekuAquarium2F, HAITEKU_AQUARIUM_2F, 0 + +HaitekuAquarium2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, HAITEKU_AQUARIUM_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 6, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 4, SPRITE_TEACHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuAquarium2F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuAquarium2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuHouse1.asm b/data/maps/attributes/placeholder/HaitekuHouse1.asm new file mode 100644 index 0000000..7dbdea7 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuHouse1.asm", ROMX + map_attributes HaitekuHouse1, HAITEKU_HOUSE_1, 0 + +HaitekuHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, HAITEKU, wOverworldMapBlocks + 47 + warp_event 5, 7, 5, HAITEKU, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 7, 3, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuHouse1_Blocks:: INCBIN "maps/placeholder/blk/HaitekuHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuHouse2.asm b/data/maps/attributes/placeholder/HaitekuHouse2.asm new file mode 100644 index 0000000..1fc331c --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuHouse2.asm", ROMX + map_attributes HaitekuHouse2, HAITEKU_HOUSE_2, 0 + +HaitekuHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 6, HAITEKU, wOverworldMapBlocks + 47 + warp_event 5, 7, 6, HAITEKU, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 7, 3, SPRITE_SAILOR, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuHouse2_Blocks:: INCBIN "maps/placeholder/blk/HaitekuHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuImposterOakHouse.asm b/data/maps/attributes/placeholder/HaitekuImposterOakHouse.asm new file mode 100644 index 0000000..743fbca --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuImposterOakHouse.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuImposterOakHouse.asm", ROMX + map_attributes HaitekuImposterOakHouse, HAITEKU_IMPOSTER_OAK_HOUSE, 0 + +HaitekuImposterOakHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 7, HAITEKU, wOverworldMapBlocks + 47 + warp_event 5, 7, 7, HAITEKU, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 3, SPRITE_EVIL_OKIDO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 2, SPRITE_POKEFAN_F, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuImposterOakHouse_Blocks:: INCBIN "maps/placeholder/blk/HaitekuImposterOakHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuLeague1F.asm b/data/maps/attributes/placeholder/HaitekuLeague1F.asm new file mode 100644 index 0000000..eb3ed19 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuLeague1F.asm", ROMX + map_attributes HaitekuLeague1F, HAITEKU_LEAGUE_1F, 0 + +HaitekuLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 2, HAITEKU, wOverworldMapBlocks + 82 + warp_event 4, 15, 3, HAITEKU, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, HAITEKU_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuLeague1F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuLeague2F.asm b/data/maps/attributes/placeholder/HaitekuLeague2F.asm new file mode 100644 index 0000000..2b428c8 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuLeague2F.asm", ROMX + map_attributes HaitekuLeague2F, HAITEKU_LEAGUE_2F, 0 + +HaitekuLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, HAITEKU_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 12, SPRITE_COOLTRAINER_F, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 10, SPRITE_24, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 7, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuLeague2F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuMart.asm b/data/maps/attributes/placeholder/HaitekuMart.asm new file mode 100644 index 0000000..434e750 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuMart.asm", ROMX + map_attributes HaitekuMart, HAITEKU_MART, 0 + +HaitekuMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 4, HAITEKU, wOverworldMapBlocks + 51 + warp_event 5, 7, 4, HAITEKU, wOverworldMapBlocks + 51 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_SAILOR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuMart_Blocks:: INCBIN "maps/placeholder/blk/HaitekuMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuPokecenter1F.asm b/data/maps/attributes/placeholder/HaitekuPokecenter1F.asm new file mode 100644 index 0000000..3ee57a0 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuPokecenter1F.asm", ROMX + map_attributes HaitekuPokecenter1F, HAITEKU_POKECENTER_1F, 0 + +HaitekuPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 1, HAITEKU, wOverworldMapBlocks + 59 + warp_event 6, 7, 1, HAITEKU, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, HAITEKU_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_FISHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_SAILOR, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuPokecenter2F.asm b/data/maps/attributes/placeholder/HaitekuPokecenter2F.asm new file mode 100644 index 0000000..324a37d --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuPokecenter2F.asm", ROMX + map_attributes HaitekuPokecenter2F, HAITEKU_POKECENTER_2F, 0 + +HaitekuPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, HAITEKU_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +HaitekuPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/HaitekuPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuWestRoute.asm b/data/maps/attributes/placeholder/HaitekuWestRoute.asm new file mode 100644 index 0000000..49a7366 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuWestRoute.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuWestRoute.asm", ROMX + map_attributes HaitekuWestRoute, HAITEKU_WEST_ROUTE, WEST | EAST + connection west, HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, -3, 15, 12 + connection east, Haiteku, HAITEKU, 0, 0, 12 + +HaitekuWestRoute_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +HaitekuWestRoute_Blocks:: INCBIN "maps/placeholder/blk/HaitekuWestRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuWestRouteGate.asm b/data/maps/attributes/placeholder/HaitekuWestRouteGate.asm new file mode 100644 index 0000000..5160ea5 --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuWestRouteGate.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuWestRouteGate.asm", ROMX + map_attributes HaitekuWestRouteGate, HAITEKU_WEST_ROUTE_GATE, 0 + +HaitekuWestRouteGate_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 1, HAITEKU_WEST_ROUTE_OCEAN, wOverworldMapBlocks + 47 + warp_event 5, 7, 2, HAITEKU_WEST_ROUTE_OCEAN, wOverworldMapBlocks + 47 + warp_event 4, 0, 8, SOUTH, wOverworldMapBlocks + 14 + warp_event 5, 0, 9, SOUTH, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +HaitekuWestRouteGate_Blocks:: INCBIN "maps/placeholder/blk/HaitekuWestRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/HaitekuWestRouteOcean.asm b/data/maps/attributes/placeholder/HaitekuWestRouteOcean.asm new file mode 100644 index 0000000..9e7523c --- /dev/null +++ b/data/maps/attributes/placeholder/HaitekuWestRouteOcean.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/HaitekuWestRouteOcean.asm", ROMX + map_attributes HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, NORTH | EAST + connection north, South, SOUTH, -3, 7, 13 + connection east, HaitekuWestRoute, HAITEKU_WEST_ROUTE, 18, 0, 9 + +HaitekuWestRouteOcean_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 10, 9, 1, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 86 + warp_event 11, 9, 2, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 86 + + db 0 ; bg events + + db 0 ; person events + +HaitekuWestRouteOcean_Blocks:: INCBIN "maps/placeholder/blk/HaitekuWestRouteOcean.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Kanto.asm b/data/maps/attributes/placeholder/Kanto.asm new file mode 100644 index 0000000..54ebd21 --- /dev/null +++ b/data/maps/attributes/placeholder/Kanto.asm @@ -0,0 +1,59 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Kanto.asm", ROMX + map_attributes Kanto, KANTO, WEST | EAST + connection west, RouteSilentEast, ROUTE_SILENT_EAST, 9, 0, 9 + connection east, KantoEastRoute, KANTO_EAST_ROUTE, 9, 0, 9 + +Kanto_MapEvents:: + dw $4000 ; unknown + + db 30 ; warp events + warp_event 40, 3, 1, KANTO_CERULEAN_HOUSE, wOverworldMapBlocks + 93 + warp_event 13, 4, 1, KANTO_POKECENTER_1F, wOverworldMapBlocks + 115 + warp_event 4, 5, 1, KANTO_LEAGUE_1F, wOverworldMapBlocks + 111 + warp_event 5, 5, 2, KANTO_LEAGUE_1F, wOverworldMapBlocks + 111 + warp_event 51, 11, 1, KANTO_LAVENDER_HOUSE, wOverworldMapBlocks + 242 + warp_event 14, 17, 1, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 332 + warp_event 15, 17, 1, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 332 + warp_event 3, 18, 1, KANTO_MART, wOverworldMapBlocks + 362 + warp_event 22, 19, 1, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 372 + warp_event 23, 19, 2, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 372 + warp_event 30, 19, 1, KANTO_SILPH_CO, wOverworldMapBlocks + 376 + warp_event 31, 19, 2, KANTO_SILPH_CO, wOverworldMapBlocks + 376 + warp_event 16, 23, 1, KANTO_VIRIDIAN_HOUSE, wOverworldMapBlocks + 441 + warp_event 29, 23, 1, KANTO_GAME_CORNER, wOverworldMapBlocks + 447 + warp_event 34, 23, 1, KANTO_GAME_CORNER_PRIZES, wOverworldMapBlocks + 450 + warp_event 40, 23, 1, KANTO_DINER, wOverworldMapBlocks + 453 + warp_event 52, 23, 1, KANTO_SCHOOL, wOverworldMapBlocks + 459 + warp_event 53, 23, 2, KANTO_SCHOOL, wOverworldMapBlocks + 459 + warp_event 38, 29, 1, KANTO_HOSPITAL, wOverworldMapBlocks + 560 + warp_event 49, 30, 1, KANTO_POKECENTER_2_1F, wOverworldMapBlocks + 601 + warp_event 5, 38, 1, KANTO_REDS_HOUSE, wOverworldMapBlocks + 723 + warp_event 13, 38, 1, KANTO_GREENS_HOUSE_1F, wOverworldMapBlocks + 727 + warp_event 39, 38, 1, KANTO_ELDERS_HOUSE, wOverworldMapBlocks + 740 + warp_event 12, 43, 1, KANTO_OAKS_LAB, wOverworldMapBlocks + 799 + warp_event 13, 43, 2, KANTO_OAKS_LAB, wOverworldMapBlocks + 799 + warp_event 52, 45, 1, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 855 + warp_event 53, 45, 2, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 855 + warp_event 45, 46, 1, KANTO_FISHING_GURU, wOverworldMapBlocks + 887 + warp_event 6, 27, 3, ROUTE_SILENT_EAST_GATE, wOverworldMapBlocks + 508 + warp_event 21, 13, 5, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 263 + + db 12 ; bg events + bg_event 14, 4, 0, 1 + bg_event 42, 4, 0, 2 + bg_event 54, 8, 0, 3 + bg_event 4, 18, 0, 4 + bg_event 18, 18, 0, 5 + bg_event 26, 19, 0, 6 + bg_event 46, 18, 0, 7 + bg_event 8, 38, 0, 8 + bg_event 16, 38, 0, 9 + bg_event 6, 41, 0, 10 + bg_event 12, 45, 0, 11 + bg_event 50, 30, 0, 12 + + db 0 ; person events + +Kanto_Blocks:: INCBIN "maps/placeholder/blk/Kanto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonElevator.asm b/data/maps/attributes/placeholder/KantoCeladonElevator.asm new file mode 100644 index 0000000..3bebab3 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonElevator.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonElevator.asm", ROMX + map_attributes KantoCeladonElevator, KANTO_CELADON_ELEVATOR, 0 + +KantoCeladonElevator_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 1, 3, 4, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 17 + warp_event 2, 3, 4, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 18 + + db 0 ; bg events + + db 0 ; person events + +KantoCeladonElevator_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonElevator.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonMart1F.asm b/data/maps/attributes/placeholder/KantoCeladonMart1F.asm new file mode 100644 index 0000000..09eb247 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonMart1F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonMart1F.asm", ROMX + map_attributes KantoCeladonMart1F, KANTO_CELADON_MART_1F, 0 + +KantoCeladonMart1F_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 13, 7, 6, KANTO, wOverworldMapBlocks + 63 + warp_event 14, 7, 7, KANTO, wOverworldMapBlocks + 64 + warp_event 15, 0, 2, KANTO_CELADON_MART_2F, wOverworldMapBlocks + 22 + warp_event 2, 0, 2, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 + + db 0 ; bg events + + db 1 ; person events + object_event 7, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeladonMart1F_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonMart1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonMart2F.asm b/data/maps/attributes/placeholder/KantoCeladonMart2F.asm new file mode 100644 index 0000000..330be99 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonMart2F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonMart2F.asm", ROMX + map_attributes KantoCeladonMart2F, KANTO_CELADON_MART_2F, 0 + +KantoCeladonMart2F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, KANTO_CELADON_MART_3F, wOverworldMapBlocks + 21 + warp_event 15, 0, 3, KANTO_CELADON_MART_1F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 + + db 0 ; bg events + + db 2 ; person events + object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 5, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeladonMart2F_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonMart2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonMart3F.asm b/data/maps/attributes/placeholder/KantoCeladonMart3F.asm new file mode 100644 index 0000000..72d15b2 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonMart3F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonMart3F.asm", ROMX + map_attributes KantoCeladonMart3F, KANTO_CELADON_MART_3F, 0 + +KantoCeladonMart3F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, KANTO_CELADON_MART_2F, wOverworldMapBlocks + 21 + warp_event 15, 0, 2, KANTO_CELADON_MART_4F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 + + db 0 ; bg events + + db 2 ; person events + object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 5, SPRITE_GIRL, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeladonMart3F_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonMart3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonMart4F.asm b/data/maps/attributes/placeholder/KantoCeladonMart4F.asm new file mode 100644 index 0000000..0d66d16 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonMart4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonMart4F.asm", ROMX + map_attributes KantoCeladonMart4F, KANTO_CELADON_MART_4F, 0 + +KantoCeladonMart4F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, KANTO_CELADON_MART_5F, wOverworldMapBlocks + 21 + warp_event 15, 0, 2, KANTO_CELADON_MART_3F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 + + db 0 ; bg events + + db 3 ; person events + object_event 14, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_MEDIUM, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeladonMart4F_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonMart4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeladonMart5F.asm b/data/maps/attributes/placeholder/KantoCeladonMart5F.asm new file mode 100644 index 0000000..d4fde54 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeladonMart5F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeladonMart5F.asm", ROMX + map_attributes KantoCeladonMart5F, KANTO_CELADON_MART_5F, 0 + +KantoCeladonMart5F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 13, 0, 1, KANTO_CELADON_MART_4F, wOverworldMapBlocks + 21 + warp_event 2, 0, 1, KANTO_CELADON_ELEVATOR, wOverworldMapBlocks + 16 + + db 0 ; bg events + + db 3 ; person events + object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 3, SPRITE_SIDON, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeladonMart5F_Blocks:: INCBIN "maps/placeholder/blk/KantoCeladonMart5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoCeruleanHouse.asm b/data/maps/attributes/placeholder/KantoCeruleanHouse.asm new file mode 100644 index 0000000..c1e5f68 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoCeruleanHouse.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoCeruleanHouse.asm", ROMX + map_attributes KantoCeruleanHouse, KANTO_CERULEAN_HOUSE, 0 + +KantoCeruleanHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 1, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 1, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 3, 3, SPRITE_FISHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoCeruleanHouse_Blocks:: INCBIN "maps/placeholder/blk/KantoCeruleanHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoDiner.asm b/data/maps/attributes/placeholder/KantoDiner.asm new file mode 100644 index 0000000..7033f70 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoDiner.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoDiner.asm", ROMX + map_attributes KantoDiner, KANTO_DINER, 0 + +KantoDiner_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 16, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 16, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 0 ; person events + +KantoDiner_Blocks:: INCBIN "maps/placeholder/blk/KantoDiner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoEastRoute.asm b/data/maps/attributes/placeholder/KantoEastRoute.asm new file mode 100644 index 0000000..87f2f6f --- /dev/null +++ b/data/maps/attributes/placeholder/KantoEastRoute.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoEastRoute.asm", ROMX + map_attributes KantoEastRoute, KANTO_EAST_ROUTE, NORTH | WEST + connection north, StandRoute, STAND_ROUTE, 10, 0, 10 + connection west, Kanto, KANTO, -3, 6, 15 + +KantoEastRoute_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 28, 5, 1, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 93 + warp_event 29, 5, 2, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 93 + + db 0 ; bg events + + db 0 ; person events + +KantoEastRoute_Blocks:: INCBIN "maps/placeholder/blk/KantoEastRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoEldersHouse.asm b/data/maps/attributes/placeholder/KantoEldersHouse.asm new file mode 100644 index 0000000..15abce9 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoEldersHouse.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoEldersHouse.asm", ROMX + map_attributes KantoEldersHouse, KANTO_ELDERS_HOUSE, 0 + +KantoEldersHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 23, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 23, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_GRANNY, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoEldersHouse_Blocks:: INCBIN "maps/placeholder/blk/KantoEldersHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoFishingGuru.asm b/data/maps/attributes/placeholder/KantoFishingGuru.asm new file mode 100644 index 0000000..b568dad --- /dev/null +++ b/data/maps/attributes/placeholder/KantoFishingGuru.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoFishingGuru.asm", ROMX + map_attributes KantoFishingGuru, KANTO_FISHING_GURU, 0 + +KantoFishingGuru_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 28, KANTO, wOverworldMapBlocks + 46 + warp_event 4, 7, 28, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 4, 3, SPRITE_FISHING_GURU, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoFishingGuru_Blocks:: INCBIN "maps/placeholder/blk/KantoFishingGuru.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGameCorner.asm b/data/maps/attributes/placeholder/KantoGameCorner.asm new file mode 100644 index 0000000..3f83d98 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGameCorner.asm @@ -0,0 +1,29 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGameCorner.asm", ROMX + map_attributes KantoGameCorner, KANTO_GAME_CORNER, 0 + +KantoGameCorner_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 8, 13, 14, KANTO, wOverworldMapBlocks + 117 + warp_event 9, 13, 14, KANTO, wOverworldMapBlocks + 117 + warp_event 10, 13, 14, KANTO, wOverworldMapBlocks + 118 + warp_event 11, 13, 14, KANTO, wOverworldMapBlocks + 118 + + db 0 ; bg events + + db 10 ; person events + object_event 3, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 6, SPRITE_POKEFAN_M, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 7, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 8, SPRITE_ROCKER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 11, 6, SPRITE_GIRL, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 11, 8, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_FISHER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 17, 9, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGameCorner_Blocks:: INCBIN "maps/placeholder/blk/KantoGameCorner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGameCornerPrizes.asm b/data/maps/attributes/placeholder/KantoGameCornerPrizes.asm new file mode 100644 index 0000000..092c0b9 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGameCornerPrizes.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGameCornerPrizes.asm", ROMX + map_attributes KantoGameCornerPrizes, KANTO_GAME_CORNER_PRIZES, 0 + +KantoGameCornerPrizes_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 15, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 15, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 3 ; person events + object_event 2, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGameCornerPrizes_Blocks:: INCBIN "maps/placeholder/blk/KantoGameCornerPrizes.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGamefreakHQ1.asm b/data/maps/attributes/placeholder/KantoGamefreakHQ1.asm new file mode 100644 index 0000000..b1a74e9 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGamefreakHQ1.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGamefreakHQ1.asm", ROMX + map_attributes KantoGamefreakHQ1, KANTO_GAMEFREAK_HQ_1, 0 + +KantoGamefreakHQ1_MapEvents:: + dw $4000 ; unknown + + db 5 ; warp events + warp_event 4, 11, 9, KANTO, wOverworldMapBlocks + 63 + warp_event 5, 11, 10, KANTO, wOverworldMapBlocks + 63 + warp_event 7, 1, 2, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 14 + warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 12 + warp_event 4, 0, 30, KANTO, wOverworldMapBlocks + 13 + + db 0 ; bg events + + db 4 ; person events + object_event 1, 5, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 5, SPRITE_SIDON, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 8, SPRITE_PIPPI, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 7, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGamefreakHQ1_Blocks:: INCBIN "maps/placeholder/blk/KantoGamefreakHQ1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGamefreakHQ2.asm b/data/maps/attributes/placeholder/KantoGamefreakHQ2.asm new file mode 100644 index 0000000..b374b0e --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGamefreakHQ2.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGamefreakHQ2.asm", ROMX + map_attributes KantoGamefreakHQ2, KANTO_GAMEFREAK_HQ_2, 0 + +KantoGamefreakHQ2_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 6, 1, 1, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 14 + warp_event 7, 1, 3, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 14 + warp_event 2, 1, 4, KANTO_GAMEFREAK_HQ_1, wOverworldMapBlocks + 12 + warp_event 4, 1, 4, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 13 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 4, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGamefreakHQ2_Blocks:: INCBIN "maps/placeholder/blk/KantoGamefreakHQ2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGamefreakHQ3.asm b/data/maps/attributes/placeholder/KantoGamefreakHQ3.asm new file mode 100644 index 0000000..c640a2f --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGamefreakHQ3.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGamefreakHQ3.asm", ROMX + map_attributes KantoGamefreakHQ3, KANTO_GAMEFREAK_HQ_3, 0 + +KantoGamefreakHQ3_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 6, 1, 1, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 14 + warp_event 7, 1, 2, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 14 + warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 12 + warp_event 4, 1, 4, KANTO_GAMEFREAK_HQ_2, wOverworldMapBlocks + 13 + + db 0 ; bg events + + db 3 ; person events + object_event 0, 5, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 7, SPRITE_BURGLAR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 7, SPRITE_FISHER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGamefreakHQ3_Blocks:: INCBIN "maps/placeholder/blk/KantoGamefreakHQ3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGamefreakHQ4.asm b/data/maps/attributes/placeholder/KantoGamefreakHQ4.asm new file mode 100644 index 0000000..24a8f0f --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGamefreakHQ4.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGamefreakHQ4.asm", ROMX + map_attributes KantoGamefreakHQ4, KANTO_GAMEFREAK_HQ_4, 0 + +KantoGamefreakHQ4_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 2, 7, 1, KANTO_GAMEFREAK_HQ_5, wOverworldMapBlocks + 42 + warp_event 6, 1, 2, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 14 + warp_event 2, 1, 3, KANTO_GAMEFREAK_HQ_3, wOverworldMapBlocks + 12 + + db 0 ; bg events + + db 0 ; person events + +KantoGamefreakHQ4_Blocks:: INCBIN "maps/placeholder/blk/KantoGamefreakHQ4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGamefreakHQ5.asm b/data/maps/attributes/placeholder/KantoGamefreakHQ5.asm new file mode 100644 index 0000000..e58f806 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGamefreakHQ5.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGamefreakHQ5.asm", ROMX + map_attributes KantoGamefreakHQ5, KANTO_GAMEFREAK_HQ_5, 0 + +KantoGamefreakHQ5_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 1, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 42 + warp_event 4, 7, 1, KANTO_GAMEFREAK_HQ_4, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 0 ; person events + +KantoGamefreakHQ5_Blocks:: INCBIN "maps/placeholder/blk/KantoGamefreakHQ5.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGreensHouse1F.asm b/data/maps/attributes/placeholder/KantoGreensHouse1F.asm new file mode 100644 index 0000000..daf4a61 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGreensHouse1F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGreensHouse1F.asm", ROMX + map_attributes KantoGreensHouse1F, KANTO_GREENS_HOUSE_1F, 0 + +KantoGreensHouse1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 2, 7, 22, KANTO, wOverworldMapBlocks + 42 + warp_event 3, 7, 22, KANTO, wOverworldMapBlocks + 42 + warp_event 7, 1, 1, KANTO_GREENS_HOUSE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 1 ; person events + object_event 5, 3, SPRITE_0F, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoGreensHouse1F_Blocks:: INCBIN "maps/placeholder/blk/KantoGreensHouse1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoGreensHouse2F.asm b/data/maps/attributes/placeholder/KantoGreensHouse2F.asm new file mode 100644 index 0000000..8b9c572 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoGreensHouse2F.asm @@ -0,0 +1,16 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoGreensHouse2F.asm", ROMX + map_attributes KantoGreensHouse2F, KANTO_GREENS_HOUSE_2F, 0 + +KantoGreensHouse2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 1, 3, KANTO_GREENS_HOUSE_1F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +KantoGreensHouse2F_Blocks:: INCBIN "maps/placeholder/blk/KantoGreensHouse2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoHospital.asm b/data/maps/attributes/placeholder/KantoHospital.asm new file mode 100644 index 0000000..fe7dd25 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoHospital.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoHospital.asm", ROMX + map_attributes KantoHospital, KANTO_HOSPITAL, 0 + +KantoHospital_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 1, 7, 19, KANTO, wOverworldMapBlocks + 57 + warp_event 2, 7, 19, KANTO, wOverworldMapBlocks + 58 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 6, SPRITE_ROCKER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 12, 6, SPRITE_GIRL, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoHospital_Blocks:: INCBIN "maps/placeholder/blk/KantoHospital.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoLavenderHouse.asm b/data/maps/attributes/placeholder/KantoLavenderHouse.asm new file mode 100644 index 0000000..a744b11 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoLavenderHouse.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoLavenderHouse.asm", ROMX + map_attributes KantoLavenderHouse, KANTO_LAVENDER_HOUSE, 0 + +KantoLavenderHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 5, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 3, SPRITE_POKEFAN_M, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_POKEFAN_F, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoLavenderHouse_Blocks:: INCBIN "maps/placeholder/blk/KantoLavenderHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoLeague1F.asm b/data/maps/attributes/placeholder/KantoLeague1F.asm new file mode 100644 index 0000000..e2b8447 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoLeague1F.asm", ROMX + map_attributes KantoLeague1F, KANTO_LEAGUE_1F, 0 + +KantoLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 3, KANTO, wOverworldMapBlocks + 82 + warp_event 4, 15, 4, KANTO, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, KANTO_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoLeague1F_Blocks:: INCBIN "maps/placeholder/blk/KantoLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoLeague21F.asm b/data/maps/attributes/placeholder/KantoLeague21F.asm new file mode 100644 index 0000000..a9d44c5 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoLeague21F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoLeague21F.asm", ROMX + map_attributes KantoLeague21F, KANTO_LEAGUE_2_1F, 0 + +KantoLeague21F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 26, KANTO, wOverworldMapBlocks + 82 + warp_event 4, 15, 27, KANTO, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, KANTO_LEAGUE_2_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoLeague21F_Blocks:: INCBIN "maps/placeholder/blk/KantoLeague21F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoLeague22F.asm b/data/maps/attributes/placeholder/KantoLeague22F.asm new file mode 100644 index 0000000..c663b14 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoLeague22F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoLeague22F.asm", ROMX + map_attributes KantoLeague22F, KANTO_LEAGUE_2_2F, 0 + +KantoLeague22F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, KANTO_LEAGUE_2_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 7, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoLeague22F_Blocks:: INCBIN "maps/placeholder/blk/KantoLeague22F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoLeague2F.asm b/data/maps/attributes/placeholder/KantoLeague2F.asm new file mode 100644 index 0000000..084a664 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoLeague2F.asm", ROMX + map_attributes KantoLeague2F, KANTO_LEAGUE_2F, 0 + +KantoLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, KANTO_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 7, SPRITE_RED, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoLeague2F_Blocks:: INCBIN "maps/placeholder/blk/KantoLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoMart.asm b/data/maps/attributes/placeholder/KantoMart.asm new file mode 100644 index 0000000..8e5f28b --- /dev/null +++ b/data/maps/attributes/placeholder/KantoMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoMart.asm", ROMX + map_attributes KantoMart, KANTO_MART, 0 + +KantoMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 8, KANTO, wOverworldMapBlocks + 59 + warp_event 5, 7, 8, KANTO, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_TWIN, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_GRAMPS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoMart_Blocks:: INCBIN "maps/placeholder/blk/KantoMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoOaksLab.asm b/data/maps/attributes/placeholder/KantoOaksLab.asm new file mode 100644 index 0000000..770d4d5 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoOaksLab.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoOaksLab.asm", ROMX + map_attributes KantoOaksLab, KANTO_OAKS_LAB, 0 + +KantoOaksLab_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 24, KANTO, wOverworldMapBlocks + 42 + warp_event 4, 7, 25, KANTO, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 3, 2, SPRITE_NANAMI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoOaksLab_Blocks:: INCBIN "maps/placeholder/blk/KantoOaksLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoPokecenter1F.asm b/data/maps/attributes/placeholder/KantoPokecenter1F.asm new file mode 100644 index 0000000..4874b92 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoPokecenter1F.asm", ROMX + map_attributes KantoPokecenter1F, KANTO_POKECENTER_1F, 0 + +KantoPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 2, KANTO, wOverworldMapBlocks + 59 + warp_event 6, 7, 2, KANTO, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, KANTO_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/KantoPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoPokecenter21F.asm b/data/maps/attributes/placeholder/KantoPokecenter21F.asm new file mode 100644 index 0000000..a6ea2d3 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoPokecenter21F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoPokecenter21F.asm", ROMX + map_attributes KantoPokecenter21F, KANTO_POKECENTER_2_1F, 0 + +KantoPokecenter21F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 20, KANTO, wOverworldMapBlocks + 59 + warp_event 6, 7, 20, KANTO, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, KANTO_POKECENTER_2_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoPokecenter21F_Blocks:: INCBIN "maps/placeholder/blk/KantoPokecenter21F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoPokecenter22F.asm b/data/maps/attributes/placeholder/KantoPokecenter22F.asm new file mode 100644 index 0000000..3316f0c --- /dev/null +++ b/data/maps/attributes/placeholder/KantoPokecenter22F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoPokecenter22F.asm", ROMX + map_attributes KantoPokecenter22F, KANTO_POKECENTER_2_2F, 0 + +KantoPokecenter22F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, KANTO_POKECENTER_2_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoPokecenter22F_Blocks:: INCBIN "maps/placeholder/blk/KantoPokecenter22F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoPokecenter2F.asm b/data/maps/attributes/placeholder/KantoPokecenter2F.asm new file mode 100644 index 0000000..6ec5a8e --- /dev/null +++ b/data/maps/attributes/placeholder/KantoPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoPokecenter2F.asm", ROMX + map_attributes KantoPokecenter2F, KANTO_POKECENTER_2F, 0 + +KantoPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, KANTO_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/KantoPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoRedsHouse.asm b/data/maps/attributes/placeholder/KantoRedsHouse.asm new file mode 100644 index 0000000..8beee9a --- /dev/null +++ b/data/maps/attributes/placeholder/KantoRedsHouse.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoRedsHouse.asm", ROMX + map_attributes KantoRedsHouse, KANTO_REDS_HOUSE, 0 + +KantoRedsHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 21, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 21, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 3, SPRITE_SUPER_NERD, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_TEACHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoRedsHouse_Blocks:: INCBIN "maps/placeholder/blk/KantoRedsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoSchool.asm b/data/maps/attributes/placeholder/KantoSchool.asm new file mode 100644 index 0000000..d470f78 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoSchool.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoSchool.asm", ROMX + map_attributes KantoSchool, KANTO_SCHOOL, 0 + +KantoSchool_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 15, 17, KANTO, wOverworldMapBlocks + 82 + warp_event 4, 15, 18, KANTO, wOverworldMapBlocks + 83 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoSchool_Blocks:: INCBIN "maps/placeholder/blk/KantoSchool.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoSilphCo.asm b/data/maps/attributes/placeholder/KantoSilphCo.asm new file mode 100644 index 0000000..bd2438d --- /dev/null +++ b/data/maps/attributes/placeholder/KantoSilphCo.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoSilphCo.asm", ROMX + map_attributes KantoSilphCo, KANTO_SILPH_CO, 0 + +KantoSilphCo_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 6, 15, 11, KANTO, wOverworldMapBlocks + 148 + warp_event 7, 15, 12, KANTO, wOverworldMapBlocks + 148 + + db 0 ; bg events + + db 2 ; person events + object_event 2, 2, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 22, 1, SPRITE_OFFICER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoSilphCo_Blocks:: INCBIN "maps/placeholder/blk/KantoSilphCo.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoUnusedArea.asm b/data/maps/attributes/placeholder/KantoUnusedArea.asm new file mode 100644 index 0000000..d4dbb3d --- /dev/null +++ b/data/maps/attributes/placeholder/KantoUnusedArea.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoUnusedArea.asm", ROMX + map_attributes KantoUnusedArea, KANTO_UNUSED_AREA, 0 + +KantoUnusedArea_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +KantoUnusedArea_Blocks:: INCBIN "maps/placeholder/blk/KantoUnusedArea.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/KantoViridianHouse.asm b/data/maps/attributes/placeholder/KantoViridianHouse.asm new file mode 100644 index 0000000..eab8764 --- /dev/null +++ b/data/maps/attributes/placeholder/KantoViridianHouse.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/KantoViridianHouse.asm", ROMX + map_attributes KantoViridianHouse, KANTO_VIRIDIAN_HOUSE, 0 + +KantoViridianHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 13, KANTO, wOverworldMapBlocks + 47 + warp_event 5, 7, 13, KANTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 7, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +KantoViridianHouse_Blocks:: INCBIN "maps/placeholder/blk/KantoViridianHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/MtFuji.asm b/data/maps/attributes/placeholder/MtFuji.asm new file mode 100644 index 0000000..8a32eb7 --- /dev/null +++ b/data/maps/attributes/placeholder/MtFuji.asm @@ -0,0 +1,16 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/MtFuji.asm", ROMX + map_attributes MtFuji, MT_FUJI, SOUTH + connection south, MtFujiRoute, MT_FUJI_ROUTE, 0, 0, 10 + +MtFuji_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +MtFuji_Blocks:: INCBIN "maps/placeholder/blk/MtFuji.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/MtFujiRoute.asm b/data/maps/attributes/placeholder/MtFujiRoute.asm new file mode 100644 index 0000000..32c9069 --- /dev/null +++ b/data/maps/attributes/placeholder/MtFujiRoute.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/MtFujiRoute.asm", ROMX + map_attributes MtFujiRoute, MT_FUJI_ROUTE, NORTH | SOUTH + connection north, MtFuji, MT_FUJI, 0, 0, 10 + connection south, Prince, PRINCE, 0, 0, 10 + +MtFujiRoute_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +MtFujiRoute_Blocks:: INCBIN "maps/placeholder/blk/MtFujiRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Newtype.asm b/data/maps/attributes/placeholder/Newtype.asm new file mode 100644 index 0000000..7ce5bb6 --- /dev/null +++ b/data/maps/attributes/placeholder/Newtype.asm @@ -0,0 +1,40 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Newtype.asm", ROMX + map_attributes Newtype, NEWTYPE, NORTH | WEST | EAST + connection north, SugarRoute, SUGAR_ROUTE, 5, 0, 10 + connection west, Route15, ROUTE_15, 0, 0, 9 + connection east, NewtypeRoute, NEWTYPE_ROUTE, 9, 0, 9 + +Newtype_MapEvents:: + dw $4000 ; unknown + + db 13 ; warp events + warp_event 7, 8, 1, NEWTYPE_POKECENTER_1F, wOverworldMapBlocks + 134 + warp_event 30, 9, 1, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 146 + warp_event 31, 9, 2, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 146 + warp_event 23, 13, 1, NEWTYPE_SAILOR_HOUSE, wOverworldMapBlocks + 194 + warp_event 7, 14, 1, NEWTYPE_MART, wOverworldMapBlocks + 212 + warp_event 33, 15, 1, NEWTYPE_DOJO, wOverworldMapBlocks + 225 + warp_event 34, 15, 2, NEWTYPE_DOJO, wOverworldMapBlocks + 226 + warp_event 23, 22, 1, NEWTYPE_HOUSE_1, wOverworldMapBlocks + 324 + warp_event 5, 23, 1, NEWTYPE_DINER, wOverworldMapBlocks + 315 + warp_event 11, 28, 1, NEWTYPE_HOUSE_2, wOverworldMapBlocks + 396 + warp_event 35, 30, 1, NEWTYPE_HOUSE_3, wOverworldMapBlocks + 434 + warp_event 18, 5, 1, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 88 + warp_event 19, 5, 2, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 88 + + db 5 ; bg events + bg_event 0, 8, 0, 1 + bg_event 8, 8, 0, 2 + bg_event 8, 14, 0, 3 + bg_event 30, 15, 0, 4 + bg_event 30, 21, 0, 5 + + db 4 ; person events + object_event 5, 10, SPRITE_SILVER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 24, 26, SPRITE_FISHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 24, 9, SPRITE_ROCKER, FACE_UP, 2, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 30, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Newtype_Blocks:: INCBIN "maps/placeholder/blk/Newtype.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeDiner.asm b/data/maps/attributes/placeholder/NewtypeDiner.asm new file mode 100644 index 0000000..a3866ee --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeDiner.asm", ROMX + map_attributes NewtypeDiner, NEWTYPE_DINER, 0 + +NewtypeDiner_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 2, 7, 9, NEWTYPE, wOverworldMapBlocks + 42 + warp_event 3, 7, 9, NEWTYPE, wOverworldMapBlocks + 42 + + db 0 ; bg events + + db 4 ; person events + object_event 2, 1, SPRITE_CLERK, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 3, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 3, SPRITE_SAILOR, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeDiner_Blocks:: INCBIN "maps/placeholder/blk/NewtypeDiner.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeDojo.asm b/data/maps/attributes/placeholder/NewtypeDojo.asm new file mode 100644 index 0000000..9153fcd --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeDojo.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeDojo.asm", ROMX + map_attributes NewtypeDojo, NEWTYPE_DOJO, 0 + +NewtypeDojo_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 15, 6, NEWTYPE, wOverworldMapBlocks + 82 + warp_event 4, 15, 7, NEWTYPE, wOverworldMapBlocks + 83 + + db 0 ; bg events + + db 5 ; person events + object_event 3, 2, SPRITE_BLACKBELT, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 6, SPRITE_BLACKBELT, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 6, SPRITE_BLACKBELT, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 10, SPRITE_BLACKBELT, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 10, SPRITE_BLACKBELT, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeDojo_Blocks:: INCBIN "maps/placeholder/blk/NewtypeDojo.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeHouse1.asm b/data/maps/attributes/placeholder/NewtypeHouse1.asm new file mode 100644 index 0000000..c838165 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeHouse1.asm", ROMX + map_attributes NewtypeHouse1, NEWTYPE_HOUSE_1, 0 + +NewtypeHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 8, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 5, 7, 8, NEWTYPE, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 7, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeHouse1_Blocks:: INCBIN "maps/placeholder/blk/NewtypeHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeHouse2.asm b/data/maps/attributes/placeholder/NewtypeHouse2.asm new file mode 100644 index 0000000..cb4d116 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeHouse2.asm", ROMX + map_attributes NewtypeHouse2, NEWTYPE_HOUSE_2, 0 + +NewtypeHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 10, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 5, 7, 10, NEWTYPE, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 4, 3, SPRITE_GENTLEMAN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeHouse2_Blocks:: INCBIN "maps/placeholder/blk/NewtypeHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeHouse3.asm b/data/maps/attributes/placeholder/NewtypeHouse3.asm new file mode 100644 index 0000000..37ef2ba --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeHouse3.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeHouse3.asm", ROMX + map_attributes NewtypeHouse3, NEWTYPE_HOUSE_3, 0 + +NewtypeHouse3_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 11, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 5, 7, 11, NEWTYPE, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 4, 3, SPRITE_GRAMPS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeHouse3_Blocks:: INCBIN "maps/placeholder/blk/NewtypeHouse3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeLeague1F.asm b/data/maps/attributes/placeholder/NewtypeLeague1F.asm new file mode 100644 index 0000000..4c17058 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeLeague1F.asm", ROMX + map_attributes NewtypeLeague1F, NEWTYPE_LEAGUE_1F, 0 + +NewtypeLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 2, NEWTYPE, wOverworldMapBlocks + 82 + warp_event 4, 15, 3, NEWTYPE, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, NEWTYPE_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeLeague1F_Blocks:: INCBIN "maps/placeholder/blk/NewtypeLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeLeague2F.asm b/data/maps/attributes/placeholder/NewtypeLeague2F.asm new file mode 100644 index 0000000..3c78ae4 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeLeague2F.asm", ROMX + map_attributes NewtypeLeague2F, NEWTYPE_LEAGUE_2F, 0 + +NewtypeLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, NEWTYPE_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 5, 5, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 0, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 0, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 11, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 11, SPRITE_COOLTRAINER_F, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeLeague2F_Blocks:: INCBIN "maps/placeholder/blk/NewtypeLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeMart.asm b/data/maps/attributes/placeholder/NewtypeMart.asm new file mode 100644 index 0000000..c3f27af --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeMart.asm", ROMX + map_attributes NewtypeMart, NEWTYPE_MART, 0 + +NewtypeMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, NEWTYPE, wOverworldMapBlocks + 59 + warp_event 5, 7, 5, NEWTYPE, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_POKEFAN_F, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeMart_Blocks:: INCBIN "maps/placeholder/blk/NewtypeMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypePokecenter1F.asm b/data/maps/attributes/placeholder/NewtypePokecenter1F.asm new file mode 100644 index 0000000..8de05d9 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypePokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypePokecenter1F.asm", ROMX + map_attributes NewtypePokecenter1F, NEWTYPE_POKECENTER_1F, 0 + +NewtypePokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 1, NEWTYPE, wOverworldMapBlocks + 59 + warp_event 6, 7, 1, NEWTYPE, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, NEWTYPE_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypePokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/NewtypePokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypePokecenter2F.asm b/data/maps/attributes/placeholder/NewtypePokecenter2F.asm new file mode 100644 index 0000000..5f3e7b8 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypePokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypePokecenter2F.asm", ROMX + map_attributes NewtypePokecenter2F, NEWTYPE_POKECENTER_2F, 0 + +NewtypePokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, NEWTYPE_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypePokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/NewtypePokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeRoute.asm b/data/maps/attributes/placeholder/NewtypeRoute.asm new file mode 100644 index 0000000..160c6b0 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeRoute.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeRoute.asm", ROMX + map_attributes NewtypeRoute, NEWTYPE_ROUTE, WEST | EAST + connection west, Newtype, NEWTYPE, -3, 6, 12 + connection east, Route18, ROUTE_18, -3, 33, 12 + +NewtypeRoute_MapEvents:: + dw $4000 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +NewtypeRoute_Blocks:: INCBIN "maps/placeholder/blk/NewtypeRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeRouteGate.asm b/data/maps/attributes/placeholder/NewtypeRouteGate.asm new file mode 100644 index 0000000..7eda332 --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeRouteGate.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeRouteGate.asm", ROMX + map_attributes NewtypeRouteGate, NEWTYPE_ROUTE_GATE, 0 + +NewtypeRouteGate_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 1, ROUTE_18, wOverworldMapBlocks + 47 + warp_event 5, 7, 2, ROUTE_18, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, BULL_FOREST_ROUTE_1, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +NewtypeRouteGate_Blocks:: INCBIN "maps/placeholder/blk/NewtypeRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NewtypeSailorHouse.asm b/data/maps/attributes/placeholder/NewtypeSailorHouse.asm new file mode 100644 index 0000000..6f9c3fa --- /dev/null +++ b/data/maps/attributes/placeholder/NewtypeSailorHouse.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NewtypeSailorHouse.asm", ROMX + map_attributes NewtypeSailorHouse, NEWTYPE_SAILOR_HOUSE, 0 + +NewtypeSailorHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 4, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 5, 7, 4, NEWTYPE, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 6, 3, SPRITE_47, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NewtypeSailorHouse_Blocks:: INCBIN "maps/placeholder/blk/NewtypeSailorHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/North.asm b/data/maps/attributes/placeholder/North.asm new file mode 100644 index 0000000..b033507 --- /dev/null +++ b/data/maps/attributes/placeholder/North.asm @@ -0,0 +1,27 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/North.asm", ROMX + map_attributes North, NORTH, SOUTH + connection south, BullForestRoute3, BULL_FOREST_ROUTE_3, 0, 0, 10 + +North_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 5, 5, 1, NORTH_HOUSE_1, wOverworldMapBlocks + 51 + warp_event 15, 6, 1, NORTH_MART, wOverworldMapBlocks + 72 + warp_event 5, 9, 1, NORTH_HOUSE_2, wOverworldMapBlocks + 83 + warp_event 13, 10, 1, NORTH_POKECENTER_1F, wOverworldMapBlocks + 103 + + db 4 ; bg events + bg_event 12, 4, 0, 1 + bg_event 16, 6, 0, 2 + bg_event 14, 10, 0, 3 + bg_event 8, 12, 0, 4 + + db 3 ; person events + object_event 9, 6, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 9, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +North_Blocks:: INCBIN "maps/placeholder/blk/North.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NorthHouse1.asm b/data/maps/attributes/placeholder/NorthHouse1.asm new file mode 100644 index 0000000..bbb9502 --- /dev/null +++ b/data/maps/attributes/placeholder/NorthHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NorthHouse1.asm", ROMX + map_attributes NorthHouse1, NORTH_HOUSE_1, 0 + +NorthHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 1, NORTH, wOverworldMapBlocks + 47 + warp_event 5, 7, 1, NORTH, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_TWIN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NorthHouse1_Blocks:: INCBIN "maps/placeholder/blk/NorthHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NorthHouse2.asm b/data/maps/attributes/placeholder/NorthHouse2.asm new file mode 100644 index 0000000..7bbb1c9 --- /dev/null +++ b/data/maps/attributes/placeholder/NorthHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NorthHouse2.asm", ROMX + map_attributes NorthHouse2, NORTH_HOUSE_2, 0 + +NorthHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, NORTH, wOverworldMapBlocks + 47 + warp_event 5, 7, 3, NORTH, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_TWIN, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NorthHouse2_Blocks:: INCBIN "maps/placeholder/blk/NorthHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NorthMart.asm b/data/maps/attributes/placeholder/NorthMart.asm new file mode 100644 index 0000000..5623d36 --- /dev/null +++ b/data/maps/attributes/placeholder/NorthMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NorthMart.asm", ROMX + map_attributes NorthMart, NORTH_MART, 0 + +NorthMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 2, NORTH, wOverworldMapBlocks + 51 + warp_event 5, 7, 2, NORTH, wOverworldMapBlocks + 51 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_GIRL, FACE_RIGHT, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NorthMart_Blocks:: INCBIN "maps/placeholder/blk/NorthMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NorthPokecenter1F.asm b/data/maps/attributes/placeholder/NorthPokecenter1F.asm new file mode 100644 index 0000000..36d9164 --- /dev/null +++ b/data/maps/attributes/placeholder/NorthPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NorthPokecenter1F.asm", ROMX + map_attributes NorthPokecenter1F, NORTH_POKECENTER_1F, 0 + +NorthPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 4, NORTH, wOverworldMapBlocks + 59 + warp_event 6, 7, 4, NORTH, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, NORTH_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NorthPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/NorthPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/NorthPokecenter2F.asm b/data/maps/attributes/placeholder/NorthPokecenter2F.asm new file mode 100644 index 0000000..98c593d --- /dev/null +++ b/data/maps/attributes/placeholder/NorthPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/NorthPokecenter2F.asm", ROMX + map_attributes NorthPokecenter2F, NORTH_POKECENTER_2F, 0 + +NorthPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, NORTH_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +NorthPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/NorthPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Office1.asm b/data/maps/attributes/placeholder/Office1.asm new file mode 100644 index 0000000..e33fd36 --- /dev/null +++ b/data/maps/attributes/placeholder/Office1.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Office1.asm", ROMX + map_attributes Office1, OFFICE_1, 0 + +Office1_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +Office1_Blocks:: INCBIN "maps/placeholder/blk/Office1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Office2.asm b/data/maps/attributes/placeholder/Office2.asm new file mode 100644 index 0000000..6d456b7 --- /dev/null +++ b/data/maps/attributes/placeholder/Office2.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Office2.asm", ROMX + map_attributes Office2, OFFICE_2, 0 + +Office2_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +Office2_Blocks:: INCBIN "maps/placeholder/blk/Office2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Office3.asm b/data/maps/attributes/placeholder/Office3.asm new file mode 100644 index 0000000..5978cb2 --- /dev/null +++ b/data/maps/attributes/placeholder/Office3.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Office3.asm", ROMX + map_attributes Office3, OFFICE_3, 0 + +Office3_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +Office3_Blocks:: INCBIN "maps/placeholder/blk/Office3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCity.asm b/data/maps/attributes/placeholder/OldCity.asm new file mode 100644 index 0000000..5318cd9 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCity.asm @@ -0,0 +1,48 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCity.asm", ROMX + map_attributes OldCity, OLD_CITY, SOUTH | WEST + connection south, Route1P2, ROUTE_1_P2, 5, 0, 10 + connection west, Route2, ROUTE_2, 5, 0, 9 + +OldCity_MapEvents:: + dw $4000 ; unknown + + db 14 ; warp events + warp_event 4, 14, 1, OLD_CITY_MUSEUM, wOverworldMapBlocks + 211 + warp_event 5, 14, 2, OLD_CITY_MUSEUM, wOverworldMapBlocks + 211 + warp_event 26, 14, 1, OLD_CITY_GYM, wOverworldMapBlocks + 222 + warp_event 27, 14, 2, OLD_CITY_GYM, wOverworldMapBlocks + 222 + warp_event 11, 17, 1, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 240 + warp_event 12, 17, 2, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 241 + warp_event 30, 22, 1, OLD_CITY_BILLS_HOUSE, wOverworldMapBlocks + 328 + warp_event 3, 26, 1, OLD_CITY_MART, wOverworldMapBlocks + 366 + warp_event 10, 26, 1, OLD_CITY_HOUSE, wOverworldMapBlocks + 370 + warp_event 27, 28, 1, OLD_CITY_POKECENTER_1F, wOverworldMapBlocks + 404 + warp_event 3, 31, 1, OLD_CITY_KURTS_HOUSE, wOverworldMapBlocks + 418 + warp_event 18, 30, 3, ROUTE_1_GATE_1F, wOverworldMapBlocks + 426 + warp_event 19, 30, 4, ROUTE_1_GATE_1F, wOverworldMapBlocks + 426 + warp_event 22, 26, 1, OLD_CITY_SCHOOL, wOverworldMapBlocks + 376 + + db 12 ; bg events + bg_event 8, 14, 0, 1 + bg_event 8, 16, 0, 2 + bg_event 28, 16, 0, 3 + bg_event 20, 22, 0, 4 + bg_event 26, 22, 0, 5 + bg_event 8, 26, 0, 6 + bg_event 28, 28, 0, 7 + bg_event 20, 29, 0, 8 + bg_event 4, 32, 0, 9 + bg_event 30, 22, 0, 10 + bg_event 4, 14, 0, 11 + bg_event 5, 14, 0, 11 + + db 5 ; person events + object_event 8, 30, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 20, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 26, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 21, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 17, 19, SPRITE_POKE_BALL, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCity_Blocks:: INCBIN "maps/placeholder/blk/OldCity.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityBillsHouse.asm b/data/maps/attributes/placeholder/OldCityBillsHouse.asm new file mode 100644 index 0000000..dc9432d --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityBillsHouse.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityBillsHouse.asm", ROMX + map_attributes OldCityBillsHouse, OLD_CITY_BILLS_HOUSE, 0 + +OldCityBillsHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 7, OLD_CITY, wOverworldMapBlocks + 42 + warp_event 4, 7, 7, OLD_CITY, wOverworldMapBlocks + 43 + + db 6 ; bg events + bg_event 2, 1, 0, 1 + bg_event 3, 1, 0, 2 + bg_event 4, 1, 0, 3 + bg_event 6, 1, 0, 4 + bg_event 7, 1, 0, 5 + bg_event 1, 1, 0, 6 + + db 1 ; person events + object_event 5, 4, SPRITE_MASAKI, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityBillsHouse_Blocks:: INCBIN "maps/placeholder/blk/OldCityBillsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityGym.asm b/data/maps/attributes/placeholder/OldCityGym.asm new file mode 100644 index 0000000..710e683 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityGym.asm @@ -0,0 +1,25 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityGym.asm", ROMX + map_attributes OldCityGym, OLD_CITY_GYM, 0 + +OldCityGym_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 17, 3, OLD_CITY, wOverworldMapBlocks + 102 + warp_event 5, 17, 4, OLD_CITY, wOverworldMapBlocks + 102 + + db 2 ; bg events + bg_event 3, 15, 0, 1 + bg_event 6, 15, 0, 1 + + db 6 ; person events + object_event 4, 5, SPRITE_HAYATO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 9, SPRITE_YOUNGSTER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 + object_event 8, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 + object_event 1, 1, SPRITE_SUPER_NERD, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 + object_event 1, 9, SPRITE_YOUNGSTER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 + object_event 7, 15, SPRITE_GYM_GUY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 1, 0, 0 + +OldCityGym_Blocks:: INCBIN "maps/placeholder/blk/OldCityGym.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityHouse.asm b/data/maps/attributes/placeholder/OldCityHouse.asm new file mode 100644 index 0000000..4915f3b --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityHouse.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityHouse.asm", ROMX + map_attributes OldCityHouse, OLD_CITY_HOUSE, 0 + +OldCityHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 9, OLD_CITY, wOverworldMapBlocks + 42 + warp_event 4, 7, 9, OLD_CITY, wOverworldMapBlocks + 43 + + db 4 ; bg events + bg_event 0, 1, 0, 1 + bg_event 1, 1, 0, 2 + bg_event 2, 1, 0, 3 + bg_event 7, 1, 0, 4 + + db 3 ; person events + object_event 2, 3, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 6, SPRITE_LASS, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityHouse_Blocks:: INCBIN "maps/placeholder/blk/OldCityHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityKurtsHouse.asm b/data/maps/attributes/placeholder/OldCityKurtsHouse.asm new file mode 100644 index 0000000..c5703cd --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityKurtsHouse.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityKurtsHouse.asm", ROMX + map_attributes OldCityKurtsHouse, OLD_CITY_KURTS_HOUSE, 0 + +OldCityKurtsHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 11, OLD_CITY, wOverworldMapBlocks + 58 + warp_event 4, 7, 11, OLD_CITY, wOverworldMapBlocks + 59 + + db 5 ; bg events + bg_event 4, 1, 0, 1 + bg_event 5, 1, 0, 2 + bg_event 12, 1, 0, 3 + bg_event 14, 0, 0, 4 + bg_event 15, 0, 0, 4 + + db 1 ; person events + object_event 2, 2, SPRITE_GANTETSU, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityKurtsHouse_Blocks:: INCBIN "maps/placeholder/blk/OldCityKurtsHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityMart.asm b/data/maps/attributes/placeholder/OldCityMart.asm new file mode 100644 index 0000000..ed74156 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityMart.asm", ROMX + map_attributes OldCityMart, OLD_CITY_MART, 0 + +OldCityMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 8, OLD_CITY, wOverworldMapBlocks + 51 + warp_event 5, 7, 8, OLD_CITY, wOverworldMapBlocks + 51 + + db 1 ; bg events + bg_event 0, 7, 0, 1 + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityMart_Blocks:: INCBIN "maps/placeholder/blk/OldCityMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityMuseum.asm b/data/maps/attributes/placeholder/OldCityMuseum.asm new file mode 100644 index 0000000..1c4505b --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityMuseum.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityMuseum.asm", ROMX + map_attributes OldCityMuseum, OLD_CITY_MUSEUM, 0 + +OldCityMuseum_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 2, 7, 1, OLD_CITY, wOverworldMapBlocks + 58 + warp_event 3, 7, 2, OLD_CITY, wOverworldMapBlocks + 58 + + db 4 ; bg events + bg_event 2, 3, 0, 1 + bg_event 5, 4, 0, 2 + bg_event 9, 4, 0, 3 + bg_event 13, 4, 0, 4 + + db 2 ; person events + object_event 1, 5, SPRITE_FISHER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 4, SPRITE_EGG, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityMuseum_Blocks:: INCBIN "maps/placeholder/blk/OldCityMuseum.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityPokecenter1F.asm b/data/maps/attributes/placeholder/OldCityPokecenter1F.asm new file mode 100644 index 0000000..19439fc --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityPokecenter1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityPokecenter1F.asm", ROMX + map_attributes OldCityPokecenter1F, OLD_CITY_POKECENTER_1F, 0 + +OldCityPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 10, OLD_CITY, wOverworldMapBlocks + 59 + warp_event 6, 7, 10, OLD_CITY, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, OLD_CITY_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 1 ; bg events + bg_event 13, 1, 0, 1 + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_YOUNGSTER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_35, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/OldCityPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCitySchool.asm b/data/maps/attributes/placeholder/OldCitySchool.asm new file mode 100644 index 0000000..3944fb2 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCitySchool.asm @@ -0,0 +1,27 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCitySchool.asm", ROMX + map_attributes OldCitySchool, OLD_CITY_SCHOOL, 0 + +OldCitySchool_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 15, 14, OLD_CITY, wOverworldMapBlocks + 82 + warp_event 4, 15, 14, OLD_CITY, wOverworldMapBlocks + 83 + + db 4 ; bg events + bg_event 0, 1, 0, 1 + bg_event 1, 1, 0, 1 + bg_event 3, 0, 0, 2 + bg_event 4, 0, 0, 2 + + db 6 ; person events + object_event 2, 5, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_ROCKER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_TEACHER, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 11, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCitySchool_Blocks:: INCBIN "maps/placeholder/blk/OldCitySchool.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityTower1F.asm b/data/maps/attributes/placeholder/OldCityTower1F.asm new file mode 100644 index 0000000..ca6825a --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityTower1F.asm @@ -0,0 +1,25 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityTower1F.asm", ROMX + map_attributes OldCityTower1F, OLD_CITY_TOWER_1F, 0 + +OldCityTower1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 7, 5, OLD_CITY, wOverworldMapBlocks + 42 + warp_event 4, 7, 6, OLD_CITY, wOverworldMapBlocks + 43 + warp_event 0, 1, 1, OLD_CITY_TOWER_2F, wOverworldMapBlocks + 11 + + db 3 ; bg events + bg_event 2, 6, 0, 1 + bg_event 5, 6, 0, 2 + bg_event 4, 1, 0, 3 + + db 4 ; person events + object_event 0, 2, SPRITE_SAGE, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + object_event 1, 5, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 5, 1, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 6, 4, SPRITE_SAGE, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 4, 0, 0 + +OldCityTower1F_Blocks:: INCBIN "maps/placeholder/blk/OldCityTower1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityTower2F.asm b/data/maps/attributes/placeholder/OldCityTower2F.asm new file mode 100644 index 0000000..11f49bc --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityTower2F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityTower2F.asm", ROMX + map_attributes OldCityTower2F, OLD_CITY_TOWER_2F, 0 + +OldCityTower2F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 1, 3, OLD_CITY_TOWER_1F, wOverworldMapBlocks + 11 + warp_event 7, 7, 2, OLD_CITY_TOWER_3F, wOverworldMapBlocks + 44 + + db 2 ; bg events + bg_event 3, 0, 0, 1 + bg_event 4, 1, 0, 2 + + db 4 ; person events + object_event 2, 3, SPRITE_MEDIUM, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 5, 3, SPRITE_MEDIUM, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 2, 6, SPRITE_MEDIUM, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 5, 6, SPRITE_MEDIUM, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + +OldCityTower2F_Blocks:: INCBIN "maps/placeholder/blk/OldCityTower2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityTower3F.asm b/data/maps/attributes/placeholder/OldCityTower3F.asm new file mode 100644 index 0000000..cd40a15 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityTower3F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityTower3F.asm", ROMX + map_attributes OldCityTower3F, OLD_CITY_TOWER_3F, 0 + +OldCityTower3F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 1, 1, OLD_CITY_TOWER_4F, wOverworldMapBlocks + 11 + warp_event 7, 7, 2, OLD_CITY_TOWER_2F, wOverworldMapBlocks + 44 + + db 2 ; bg events + bg_event 3, 0, 0, 1 + bg_event 4, 1, 0, 2 + + db 4 ; person events + object_event 2, 3, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 3, 4, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + object_event 4, 4, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 5, 5, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + +OldCityTower3F_Blocks:: INCBIN "maps/placeholder/blk/OldCityTower3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityTower4F.asm b/data/maps/attributes/placeholder/OldCityTower4F.asm new file mode 100644 index 0000000..36ee7e3 --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityTower4F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityTower4F.asm", ROMX + map_attributes OldCityTower4F, OLD_CITY_TOWER_4F, 0 + +OldCityTower4F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 1, 1, OLD_CITY_TOWER_3F, wOverworldMapBlocks + 11 + warp_event 7, 7, 1, OLD_CITY_TOWER_5F, wOverworldMapBlocks + 44 + + db 2 ; bg events + bg_event 3, 0, 0, 1 + bg_event 4, 1, 0, 2 + + db 4 ; person events + object_event 3, 2, SPRITE_SAGE, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + object_event 4, 7, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 + object_event 6, 7, SPRITE_SAGE, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 + object_event 7, 1, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 4, 0, 0 + +OldCityTower4F_Blocks:: INCBIN "maps/placeholder/blk/OldCityTower4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/OldCityTower5F.asm b/data/maps/attributes/placeholder/OldCityTower5F.asm new file mode 100644 index 0000000..98d5f3f --- /dev/null +++ b/data/maps/attributes/placeholder/OldCityTower5F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/OldCityTower5F.asm", ROMX + map_attributes OldCityTower5F, OLD_CITY_TOWER_5F, 0 + +OldCityTower5F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 5, 5, 2, OLD_CITY_TOWER_4F, wOverworldMapBlocks + 30 + + db 3 ; bg events + bg_event 2, 0, 0, 1 + bg_event 3, 0, 0, 2 + bg_event 4, 1, 0, 3 + + db 1 ; person events + object_event 2, 3, SPRITE_SAGE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +OldCityTower5F_Blocks:: INCBIN "maps/placeholder/blk/OldCityTower5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/PowerPlant1.asm b/data/maps/attributes/placeholder/PowerPlant1.asm new file mode 100644 index 0000000..6706834 --- /dev/null +++ b/data/maps/attributes/placeholder/PowerPlant1.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/PowerPlant1.asm", ROMX + map_attributes PowerPlant1, POWER_PLANT_1, 0 + +PowerPlant1_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +PowerPlant1_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/PowerPlant2.asm b/data/maps/attributes/placeholder/PowerPlant2.asm new file mode 100644 index 0000000..7d2b6d5 --- /dev/null +++ b/data/maps/attributes/placeholder/PowerPlant2.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/PowerPlant2.asm", ROMX + map_attributes PowerPlant2, POWER_PLANT_2, 0 + +PowerPlant2_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +PowerPlant2_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/PowerPlant3.asm b/data/maps/attributes/placeholder/PowerPlant3.asm new file mode 100644 index 0000000..31db98a --- /dev/null +++ b/data/maps/attributes/placeholder/PowerPlant3.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/PowerPlant3.asm", ROMX + map_attributes PowerPlant3, POWER_PLANT_3, 0 + +PowerPlant3_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +PowerPlant3_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant3.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/PowerPlant4.asm b/data/maps/attributes/placeholder/PowerPlant4.asm new file mode 100644 index 0000000..5e221f8 --- /dev/null +++ b/data/maps/attributes/placeholder/PowerPlant4.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/PowerPlant4.asm", ROMX + map_attributes PowerPlant4, POWER_PLANT_4, 0 + +PowerPlant4_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +PowerPlant4_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant4.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Prince.asm b/data/maps/attributes/placeholder/Prince.asm new file mode 100644 index 0000000..b9f51e9 --- /dev/null +++ b/data/maps/attributes/placeholder/Prince.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Prince.asm", ROMX + map_attributes Prince, PRINCE, NORTH | SOUTH + connection north, MtFujiRoute, MT_FUJI_ROUTE, 0, 0, 10 + connection south, PrinceRoute, PRINCE_ROUTE, 0, 0, 10 + +Prince_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +Prince_Blocks:: INCBIN "maps/placeholder/blk/Prince.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/PrinceRoute.asm b/data/maps/attributes/placeholder/PrinceRoute.asm new file mode 100644 index 0000000..e96cfbf --- /dev/null +++ b/data/maps/attributes/placeholder/PrinceRoute.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/PrinceRoute.asm", ROMX + map_attributes PrinceRoute, PRINCE_ROUTE, NORTH | SOUTH + connection north, Prince, PRINCE, 0, 0, 10 + connection south, SilentHill, SILENT_HILL, 0, 0, 10 + +PrinceRoute_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +PrinceRoute_Blocks:: INCBIN "maps/placeholder/blk/PrinceRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route15.asm b/data/maps/attributes/placeholder/Route15.asm new file mode 100644 index 0000000..b3c5612 --- /dev/null +++ b/data/maps/attributes/placeholder/Route15.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route15.asm", ROMX + map_attributes Route15, ROUTE_15, NORTH | EAST + connection north, BaadonRoute3, BAADON_ROUTE_3, 0, 0, 10 + connection east, Newtype, NEWTYPE, 0, 0, 12 + +Route15_MapEvents:: + dw $4000 ; unknown + + db 7 ; warp events + warp_event 8, 5, 1, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 68 + warp_event 9, 5, 2, BAADON_ROUTE_GATE_NEWTYPE, wOverworldMapBlocks + 68 + warp_event 9, 10, 1, ROUTE_15_POKECENTER_1F, wOverworldMapBlocks + 131 + warp_event 14, 12, 6, ROUTE_15, wOverworldMapBlocks + 155 + warp_event 14, 13, 7, ROUTE_15, wOverworldMapBlocks + 155 + warp_event 21, 8, 4, ROUTE_15, wOverworldMapBlocks + 116 + warp_event 21, 9, 5, ROUTE_15, wOverworldMapBlocks + 116 + + db 0 ; bg events + + db 0 ; person events + +Route15_Blocks:: INCBIN "maps/placeholder/blk/Route15.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route15Pokecenter1F.asm b/data/maps/attributes/placeholder/Route15Pokecenter1F.asm new file mode 100644 index 0000000..0fc0944 --- /dev/null +++ b/data/maps/attributes/placeholder/Route15Pokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route15Pokecenter1F.asm", ROMX + map_attributes Route15Pokecenter1F, ROUTE_15_POKECENTER_1F, 0 + +Route15Pokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 3, ROUTE_15, wOverworldMapBlocks + 59 + warp_event 6, 7, 3, ROUTE_15, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, ROUTE_15_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route15Pokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/Route15Pokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route15Pokecenter2F.asm b/data/maps/attributes/placeholder/Route15Pokecenter2F.asm new file mode 100644 index 0000000..4ee1a50 --- /dev/null +++ b/data/maps/attributes/placeholder/Route15Pokecenter2F.asm @@ -0,0 +1,16 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route15Pokecenter2F.asm", ROMX + map_attributes Route15Pokecenter2F, ROUTE_15_POKECENTER_2F, 0 + +Route15Pokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, ROUTE_15_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 0 ; person events + +Route15Pokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/Route15Pokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route18.asm b/data/maps/attributes/placeholder/Route18.asm new file mode 100644 index 0000000..c8887dc --- /dev/null +++ b/data/maps/attributes/placeholder/Route18.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route18.asm", ROMX + map_attributes Route18, ROUTE_18, NORTH | WEST + connection north, BullForestRoute1, BULL_FOREST_ROUTE_1, 0, 0, 13 + connection west, NewtypeRoute, NEWTYPE_ROUTE, 36, 0, 9 + +Route18_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 8, 5, 1, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 53 + warp_event 9, 5, 2, NEWTYPE_ROUTE_GATE, wOverworldMapBlocks + 53 + warp_event 13, 28, 1, ROUTE_18_POKECENTER_1F, wOverworldMapBlocks + 247 + + db 0 ; bg events + + db 0 ; person events + +Route18_Blocks:: INCBIN "maps/placeholder/blk/Route18.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route18Pokecenter1F.asm b/data/maps/attributes/placeholder/Route18Pokecenter1F.asm new file mode 100644 index 0000000..d2f2343 --- /dev/null +++ b/data/maps/attributes/placeholder/Route18Pokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route18Pokecenter1F.asm", ROMX + map_attributes Route18Pokecenter1F, ROUTE_18_POKECENTER_1F, 0 + +Route18Pokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 3, ROUTE_18, wOverworldMapBlocks + 59 + warp_event 6, 7, 3, ROUTE_18, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, ROUTE_18_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route18Pokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/Route18Pokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route18Pokecenter2F.asm b/data/maps/attributes/placeholder/Route18Pokecenter2F.asm new file mode 100644 index 0000000..b6ce6a6 --- /dev/null +++ b/data/maps/attributes/placeholder/Route18Pokecenter2F.asm @@ -0,0 +1,16 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route18Pokecenter2F.asm", ROMX + map_attributes Route18Pokecenter2F, ROUTE_18_POKECENTER_2F, 0 + +Route18Pokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, ROUTE_18_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 0 ; person events + +Route18Pokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/Route18Pokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route2.asm b/data/maps/attributes/placeholder/Route2.asm new file mode 100644 index 0000000..fd58b0a --- /dev/null +++ b/data/maps/attributes/placeholder/Route2.asm @@ -0,0 +1,25 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route2.asm", ROMX + map_attributes Route2, ROUTE_2, WEST | EAST + connection west, West, WEST, -3, 2, 15 + connection east, OldCity, OLD_CITY, -3, 2, 15 + +Route2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 6, 5, 3, ROUTE_2_GATE_1F, wOverworldMapBlocks + 67 + warp_event 15, 4, 1, ROUTE_2_HOUSE, wOverworldMapBlocks + 71 + + db 3 ; bg events + bg_event 15, 4, 0, 3 + bg_event 14, 5, 0, 1 + bg_event 24, 10, 0, 2 + + db 3 ; person events + object_event 19, 11, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 5, 0, 0 + object_event 15, 7, SPRITE_YOUNGSTER, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 8, SPRITE_YOUNGSTER, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + +Route2_Blocks:: INCBIN "maps/placeholder/blk/Route2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route2Gate1F.asm b/data/maps/attributes/placeholder/Route2Gate1F.asm new file mode 100644 index 0000000..f307328 --- /dev/null +++ b/data/maps/attributes/placeholder/Route2Gate1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route2Gate1F.asm", ROMX + map_attributes Route2Gate1F, ROUTE_2_GATE_1F, 0 + +Route2Gate1F_MapEvents:: + dw $4000 ; unknown + + db 5 ; warp events + warp_event 0, 7, 13, WEST, wOverworldMapBlocks + 45 + warp_event 1, 7, 13, WEST, wOverworldMapBlocks + 45 + warp_event 8, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 + warp_event 9, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 + warp_event 1, 0, 1, ROUTE_2_GATE_2F, wOverworldMapBlocks + 12 + + db 0 ; bg events + + db 2 ; person events + object_event 8, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 1, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route2Gate1F_Blocks:: INCBIN "maps/placeholder/blk/Route2Gate1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route2Gate2F.asm b/data/maps/attributes/placeholder/Route2Gate2F.asm new file mode 100644 index 0000000..3c89e46 --- /dev/null +++ b/data/maps/attributes/placeholder/Route2Gate2F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route2Gate2F.asm", ROMX + map_attributes Route2Gate2F, ROUTE_2_GATE_2F, 0 + +Route2Gate2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 5, 0, 5, ROUTE_2_GATE_1F, wOverworldMapBlocks + 13 + + db 2 ; bg events + bg_event 1, 0, 0, 1 + bg_event 3, 0, 0, 2 + + db 2 ; person events + object_event 2, 2, SPRITE_LASS, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 4, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route2Gate2F_Blocks:: INCBIN "maps/placeholder/blk/Route2Gate2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Route2House.asm b/data/maps/attributes/placeholder/Route2House.asm new file mode 100644 index 0000000..a38e4fd --- /dev/null +++ b/data/maps/attributes/placeholder/Route2House.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Route2House.asm", ROMX + map_attributes Route2House, ROUTE_2_HOUSE, 0 + +Route2House_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 2, ROUTE_2, wOverworldMapBlocks + 43 + warp_event 5, 7, 2, ROUTE_2, wOverworldMapBlocks + 43 + + db 6 ; bg events + bg_event 0, 0, 0, 1 + bg_event 2, 0, 0, 1 + bg_event 4, 0, 0, 1 + bg_event 6, 0, 0, 1 + bg_event 0, 3, 0, 2 + bg_event 4, 3, 0, 3 + + db 1 ; person events + object_event 6, 6, SPRITE_SCIENTIST, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route2House_Blocks:: INCBIN "maps/placeholder/blk/Route2House.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/RouteSilentEast.asm b/data/maps/attributes/placeholder/RouteSilentEast.asm new file mode 100644 index 0000000..74838ba --- /dev/null +++ b/data/maps/attributes/placeholder/RouteSilentEast.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/RouteSilentEast.asm", ROMX + map_attributes RouteSilentEast, ROUTE_SILENT_EAST, WEST | EAST + connection west, SilentHill, SILENT_HILL, 0, 0, 9 + connection east, Kanto, KANTO, -3, 6, 15 + +RouteSilentEast_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 55, 9, 1, ROUTE_SILENT_EAST_GATE, wOverworldMapBlocks + 208 + + db 0 ; bg events + + db 0 ; person events + +RouteSilentEast_Blocks:: INCBIN "maps/placeholder/blk/RouteSilentEast.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/RouteSilentEastGate.asm b/data/maps/attributes/placeholder/RouteSilentEastGate.asm new file mode 100644 index 0000000..3d7bfdb --- /dev/null +++ b/data/maps/attributes/placeholder/RouteSilentEastGate.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/RouteSilentEastGate.asm", ROMX + map_attributes RouteSilentEastGate, ROUTE_SILENT_EAST_GATE, 0 + +RouteSilentEastGate_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 0, 7, 1, ROUTE_SILENT_EAST, wOverworldMapBlocks + 45 + warp_event 1, 7, 1, ROUTE_SILENT_EAST, wOverworldMapBlocks + 45 + warp_event 8, 7, 29, KANTO, wOverworldMapBlocks + 49 + warp_event 9, 7, 29, KANTO, wOverworldMapBlocks + 49 + + db 0 ; bg events + + db 0 ; person events + +RouteSilentEastGate_Blocks:: INCBIN "maps/placeholder/blk/RouteSilentEastGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/RuinsOfAlphEntrance.asm b/data/maps/attributes/placeholder/RuinsOfAlphEntrance.asm new file mode 100644 index 0000000..1ac50cb --- /dev/null +++ b/data/maps/attributes/placeholder/RuinsOfAlphEntrance.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/RuinsOfAlphEntrance.asm", ROMX + map_attributes RuinsOfAlphEntrance, RUINS_OF_ALPH_ENTRANCE, 0 + +RuinsOfAlphEntrance_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +RuinsOfAlphEntrance_Blocks:: INCBIN "maps/placeholder/blk/RuinsOfAlphEntrance.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/RuinsOfAlphMain.asm b/data/maps/attributes/placeholder/RuinsOfAlphMain.asm new file mode 100644 index 0000000..1fb4cb0 --- /dev/null +++ b/data/maps/attributes/placeholder/RuinsOfAlphMain.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/RuinsOfAlphMain.asm", ROMX + map_attributes RuinsOfAlphMain, RUINS_OF_ALPH_MAIN, 0 + +RuinsOfAlphMain_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +RuinsOfAlphMain_Blocks:: INCBIN "maps/placeholder/blk/RuinsOfAlphMain.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SlowpokeWellEntrance.asm b/data/maps/attributes/placeholder/SlowpokeWellEntrance.asm new file mode 100644 index 0000000..2c8b7d7 --- /dev/null +++ b/data/maps/attributes/placeholder/SlowpokeWellEntrance.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SlowpokeWellEntrance.asm", ROMX + map_attributes SlowpokeWellEntrance, SLOWPOKE_WELL_ENTRANCE, 0 + +SlowpokeWellEntrance_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +SlowpokeWellEntrance_Blocks:: INCBIN "maps/placeholder/blk/SlowpokeWellEntrance.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SlowpokeWellMain.asm b/data/maps/attributes/placeholder/SlowpokeWellMain.asm new file mode 100644 index 0000000..d6f3d39 --- /dev/null +++ b/data/maps/attributes/placeholder/SlowpokeWellMain.asm @@ -0,0 +1,15 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SlowpokeWellMain.asm", ROMX + map_attributes SlowpokeWellMain, SLOWPOKE_WELL_MAIN, 0 + +SlowpokeWellMain_MapEvents:: + dw $0 ; unknown + + db 0 ; warp events + + db 0 ; bg events + + db 0 ; person events + +SlowpokeWellMain_Blocks:: INCBIN "maps/placeholder/blk/SlowpokeWellMain.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/South.asm b/data/maps/attributes/placeholder/South.asm new file mode 100644 index 0000000..e67f8e9 --- /dev/null +++ b/data/maps/attributes/placeholder/South.asm @@ -0,0 +1,36 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/South.asm", ROMX + map_attributes South, SOUTH, NORTH | SOUTH | EAST + connection north, FontoRoute5, FONTO_ROUTE_5, 10, 0, 10 + connection south, HaitekuWestRouteOcean, HAITEKU_WEST_ROUTE_OCEAN, 10, 0, 10 + connection east, FontoRoute1, FONTO_ROUTE_1, 0, 0, 9 + +South_MapEvents:: + dw $4000 ; unknown + + db 9 ; warp events + warp_event 26, 10, 1, SOUTH_HOUSE_1, wOverworldMapBlocks + 170 + warp_event 33, 14, 1, SOUTH_POKECENTER_1F, wOverworldMapBlocks + 225 + warp_event 19, 22, 1, SOUTH_MART, wOverworldMapBlocks + 322 + warp_event 33, 23, 1, SOUTH_HOUSE_2, wOverworldMapBlocks + 329 + warp_event 30, 5, 1, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 94 + warp_event 31, 5, 2, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 94 + warp_event 35, 19, 2, FONTO_ROUTE_GATE_1, wOverworldMapBlocks + 278 + warp_event 30, 30, 3, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 432 + warp_event 31, 30, 4, HAITEKU_WEST_ROUTE_GATE, wOverworldMapBlocks + 432 + + db 5 ; bg events + bg_event 30, 14, 0, 1 + bg_event 34, 14, 0, 2 + bg_event 28, 17, 0, 3 + bg_event 16, 22, 0, 4 + bg_event 20, 22, 0, 5 + + db 4 ; person events + object_event 25, 21, SPRITE_TWIN, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 24, 21, SPRITE_PIPPI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 22, 16, SPRITE_ROCKER, SLOW_STEP_DOWN, 3, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 30, 11, SPRITE_FISHING_GURU, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +South_Blocks:: INCBIN "maps/placeholder/blk/South.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SouthHouse1.asm b/data/maps/attributes/placeholder/SouthHouse1.asm new file mode 100644 index 0000000..fd0a19a --- /dev/null +++ b/data/maps/attributes/placeholder/SouthHouse1.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SouthHouse1.asm", ROMX + map_attributes SouthHouse1, SOUTH_HOUSE_1, 0 + +SouthHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 1, SOUTH, wOverworldMapBlocks + 47 + warp_event 5, 7, 1, SOUTH, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SouthHouse1_Blocks:: INCBIN "maps/placeholder/blk/SouthHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SouthHouse2.asm b/data/maps/attributes/placeholder/SouthHouse2.asm new file mode 100644 index 0000000..a864046 --- /dev/null +++ b/data/maps/attributes/placeholder/SouthHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SouthHouse2.asm", ROMX + map_attributes SouthHouse2, SOUTH_HOUSE_2, 0 + +SouthHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 4, SOUTH, wOverworldMapBlocks + 47 + warp_event 5, 7, 4, SOUTH, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 1, 2, SPRITE_FISHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SouthHouse2_Blocks:: INCBIN "maps/placeholder/blk/SouthHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SouthMart.asm b/data/maps/attributes/placeholder/SouthMart.asm new file mode 100644 index 0000000..4d4ebfa --- /dev/null +++ b/data/maps/attributes/placeholder/SouthMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SouthMart.asm", ROMX + map_attributes SouthMart, SOUTH_MART, 0 + +SouthMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, SOUTH, wOverworldMapBlocks + 59 + warp_event 5, 7, 3, SOUTH, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SouthMart_Blocks:: INCBIN "maps/placeholder/blk/SouthMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SouthPokecenter1F.asm b/data/maps/attributes/placeholder/SouthPokecenter1F.asm new file mode 100644 index 0000000..9e9ba84 --- /dev/null +++ b/data/maps/attributes/placeholder/SouthPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SouthPokecenter1F.asm", ROMX + map_attributes SouthPokecenter1F, SOUTH_POKECENTER_1F, 0 + +SouthPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 2, SOUTH, wOverworldMapBlocks + 59 + warp_event 6, 7, 2, SOUTH, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, SOUTH_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_YOUNGSTER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SouthPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/SouthPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SouthPokecenter2F.asm b/data/maps/attributes/placeholder/SouthPokecenter2F.asm new file mode 100644 index 0000000..a796590 --- /dev/null +++ b/data/maps/attributes/placeholder/SouthPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SouthPokecenter2F.asm", ROMX + map_attributes SouthPokecenter2F, SOUTH_POKECENTER_2F, 0 + +SouthPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, SOUTH_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SouthPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/SouthPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Stand.asm b/data/maps/attributes/placeholder/Stand.asm new file mode 100644 index 0000000..73a4487 --- /dev/null +++ b/data/maps/attributes/placeholder/Stand.asm @@ -0,0 +1,46 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Stand.asm", ROMX + map_attributes Stand, STAND, NORTH | SOUTH + connection north, BullForestRoute2, BULL_FOREST_ROUTE_2, 10, 0, 10 + connection south, StandRoute, STAND_ROUTE, 10, 0, 10 + +Stand_MapEvents:: + dw $4000 ; unknown + + db 10 ; warp events + warp_event 24, 17, 1, STAND_LAB, wOverworldMapBlocks + 247 + warp_event 33, 20, 1, STAND_POKECENTER_1F, wOverworldMapBlocks + 303 + warp_event 16, 21, 1, STAND_OFFICE, wOverworldMapBlocks + 295 + warp_event 35, 26, 1, STAND_MART, wOverworldMapBlocks + 382 + warp_event 26, 29, 1, STAND_HOUSE, wOverworldMapBlocks + 404 + warp_event 17, 31, 1, STAND_ROCKET_HOUSE_1F, wOverworldMapBlocks + 425 + warp_event 34, 31, 1, STAND_LEAGUE_1F, wOverworldMapBlocks + 434 + warp_event 35, 31, 2, STAND_LEAGUE_1F, wOverworldMapBlocks + 434 + warp_event 30, 13, 1, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 198 + warp_event 31, 13, 2, BULL_FOREST_ROUTE_GATE_STAND, wOverworldMapBlocks + 198 + + db 10 ; bg events + bg_event 8, 8, 0, 1 + bg_event 14, 8, 0, 2 + bg_event 20, 10, 0, 3 + bg_event 16, 16, 0, 4 + bg_event 10, 20, 0, 5 + bg_event 18, 21, 0, 6 + bg_event 24, 20, 0, 7 + bg_event 34, 20, 0, 8 + bg_event 36, 26, 0, 9 + bg_event 32, 35, 0, 10 + + db 9 ; person events + object_event 10, 10, SPRITE_POKEFAN_M, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 17, SPRITE_TWIN, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 28, 19, SPRITE_ROCKER, FACE_RIGHT, 0, 3, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 30, 31, SPRITE_TEACHER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 21, 8, SPRITE_SIDON, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 6, SPRITE_PIPPI, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_SIDON, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 15, SPRITE_POPPO, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 21, SPRITE_SIDON, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Stand_Blocks:: INCBIN "maps/placeholder/blk/Stand.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandHouse.asm b/data/maps/attributes/placeholder/StandHouse.asm new file mode 100644 index 0000000..6126d41 --- /dev/null +++ b/data/maps/attributes/placeholder/StandHouse.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandHouse.asm", ROMX + map_attributes StandHouse, STAND_HOUSE, 0 + +StandHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, STAND, wOverworldMapBlocks + 47 + warp_event 5, 7, 5, STAND, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_SUPER_NERD, FACE_RIGHT, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +StandHouse_Blocks:: INCBIN "maps/placeholder/blk/StandHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandLab.asm b/data/maps/attributes/placeholder/StandLab.asm new file mode 100644 index 0000000..455bda8 --- /dev/null +++ b/data/maps/attributes/placeholder/StandLab.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandLab.asm", ROMX + map_attributes StandLab, STAND_LAB, 0 + +StandLab_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 1, STAND, wOverworldMapBlocks + 42 + warp_event 4, 7, 1, STAND, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandLab_Blocks:: INCBIN "maps/placeholder/blk/StandLab.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandLeague1F.asm b/data/maps/attributes/placeholder/StandLeague1F.asm new file mode 100644 index 0000000..78d7f35 --- /dev/null +++ b/data/maps/attributes/placeholder/StandLeague1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandLeague1F.asm", ROMX + map_attributes StandLeague1F, STAND_LEAGUE_1F, 0 + +StandLeague1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 3, 15, 7, STAND, wOverworldMapBlocks + 82 + warp_event 4, 15, 8, STAND, wOverworldMapBlocks + 83 + warp_event 7, 1, 1, STAND_LEAGUE_2F, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 5 ; person events + object_event 2, 5, SPRITE_YOUNGSTER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 7, SPRITE_LASS, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 9, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_COOLTRAINER_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +StandLeague1F_Blocks:: INCBIN "maps/placeholder/blk/StandLeague1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandLeague2F.asm b/data/maps/attributes/placeholder/StandLeague2F.asm new file mode 100644 index 0000000..8fff913 --- /dev/null +++ b/data/maps/attributes/placeholder/StandLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandLeague2F.asm", ROMX + map_attributes StandLeague2F, STAND_LEAGUE_2F, 0 + +StandLeague2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 7, 15, 3, STAND_LEAGUE_1F, wOverworldMapBlocks + 92 + + db 0 ; bg events + + db 5 ; person events + object_event 4, 7, SPRITE_POKEFAN_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_24, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 6, SPRITE_COOLTRAINER_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 6, SPRITE_24, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_COOLTRAINER_F, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandLeague2F_Blocks:: INCBIN "maps/placeholder/blk/StandLeague2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandMart.asm b/data/maps/attributes/placeholder/StandMart.asm new file mode 100644 index 0000000..b1f85ef --- /dev/null +++ b/data/maps/attributes/placeholder/StandMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandMart.asm", ROMX + map_attributes StandMart, STAND_MART, 0 + +StandMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 4, STAND, wOverworldMapBlocks + 59 + warp_event 5, 7, 4, STAND, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandMart_Blocks:: INCBIN "maps/placeholder/blk/StandMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandOffice.asm b/data/maps/attributes/placeholder/StandOffice.asm new file mode 100644 index 0000000..f66c676 --- /dev/null +++ b/data/maps/attributes/placeholder/StandOffice.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandOffice.asm", ROMX + map_attributes StandOffice, STAND_OFFICE, 0 + +StandOffice_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 2, 7, 3, STAND, wOverworldMapBlocks + 58 + warp_event 3, 7, 3, STAND, wOverworldMapBlocks + 58 + + db 0 ; bg events + + db 3 ; person events + object_event 13, 4, SPRITE_ROCKER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 6, SPRITE_SUPER_NERD, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 7, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandOffice_Blocks:: INCBIN "maps/placeholder/blk/StandOffice.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandPokecenter1F.asm b/data/maps/attributes/placeholder/StandPokecenter1F.asm new file mode 100644 index 0000000..c12095e --- /dev/null +++ b/data/maps/attributes/placeholder/StandPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandPokecenter1F.asm", ROMX + map_attributes StandPokecenter1F, STAND_POKECENTER_1F, 0 + +StandPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 2, STAND, wOverworldMapBlocks + 59 + warp_event 6, 7, 2, STAND, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, STAND_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GIRL, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_GENTLEMAN, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/StandPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandPokecenter2F.asm b/data/maps/attributes/placeholder/StandPokecenter2F.asm new file mode 100644 index 0000000..260829d --- /dev/null +++ b/data/maps/attributes/placeholder/StandPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandPokecenter2F.asm", ROMX + map_attributes StandPokecenter2F, STAND_POKECENTER_2F, 0 + +StandPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, STAND_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/StandPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandRocketHouse1F.asm b/data/maps/attributes/placeholder/StandRocketHouse1F.asm new file mode 100644 index 0000000..e1e5122 --- /dev/null +++ b/data/maps/attributes/placeholder/StandRocketHouse1F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandRocketHouse1F.asm", ROMX + map_attributes StandRocketHouse1F, STAND_ROCKET_HOUSE_1F, 0 + +StandRocketHouse1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 2, 7, 6, STAND, wOverworldMapBlocks + 58 + warp_event 3, 7, 6, STAND, wOverworldMapBlocks + 58 + warp_event 15, 1, 1, STAND_ROCKET_HOUSE_2F, wOverworldMapBlocks + 22 + + db 0 ; bg events + + db 1 ; person events + object_event 11, 4, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandRocketHouse1F_Blocks:: INCBIN "maps/placeholder/blk/StandRocketHouse1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandRocketHouse2F.asm b/data/maps/attributes/placeholder/StandRocketHouse2F.asm new file mode 100644 index 0000000..f2ade5f --- /dev/null +++ b/data/maps/attributes/placeholder/StandRocketHouse2F.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandRocketHouse2F.asm", ROMX + map_attributes StandRocketHouse2F, STAND_ROCKET_HOUSE_2F, 0 + +StandRocketHouse2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 15, 1, 3, STAND_ROCKET_HOUSE_1F, wOverworldMapBlocks + 22 + + db 0 ; bg events + + db 1 ; person events + object_event 5, 4, SPRITE_ROCKET_F, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +StandRocketHouse2F_Blocks:: INCBIN "maps/placeholder/blk/StandRocketHouse2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandRoute.asm b/data/maps/attributes/placeholder/StandRoute.asm new file mode 100644 index 0000000..4a3b0e7 --- /dev/null +++ b/data/maps/attributes/placeholder/StandRoute.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandRoute.asm", ROMX + map_attributes StandRoute, STAND_ROUTE, NORTH | SOUTH + connection north, Stand, STAND, -3, 7, 13 + connection south, KantoEastRoute, KANTO_EAST_ROUTE, -3, 7, 13 + +StandRoute_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 48, 3, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 405 + warp_event 9, 48, 4, STAND_ROUTE_GATE_KANTO, wOverworldMapBlocks + 405 + + db 0 ; bg events + + db 0 ; person events + +StandRoute_Blocks:: INCBIN "maps/placeholder/blk/StandRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/StandRouteGateKanto.asm b/data/maps/attributes/placeholder/StandRouteGateKanto.asm new file mode 100644 index 0000000..ad40b40 --- /dev/null +++ b/data/maps/attributes/placeholder/StandRouteGateKanto.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/StandRouteGateKanto.asm", ROMX + map_attributes StandRouteGateKanto, STAND_ROUTE_GATE_KANTO, 0 + +StandRouteGateKanto_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 1, KANTO_EAST_ROUTE, wOverworldMapBlocks + 47 + warp_event 5, 7, 2, KANTO_EAST_ROUTE, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, STAND_ROUTE, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, STAND_ROUTE, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +StandRouteGateKanto_Blocks:: INCBIN "maps/placeholder/blk/StandRouteGateKanto.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/Sugar.asm b/data/maps/attributes/placeholder/Sugar.asm new file mode 100644 index 0000000..8a8b2a0 --- /dev/null +++ b/data/maps/attributes/placeholder/Sugar.asm @@ -0,0 +1,27 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/Sugar.asm", ROMX + map_attributes Sugar, SUGAR, SOUTH + connection south, SugarRoute, SUGAR_ROUTE, 0, 0, 10 + +Sugar_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 5, 5, 1, SUGAR_HOUSE, wOverworldMapBlocks + 51 + warp_event 15, 9, 1, SUGAR_HOUSE_2, wOverworldMapBlocks + 88 + warp_event 5, 10, 1, SUGAR_MART, wOverworldMapBlocks + 99 + warp_event 9, 10, 1, SUGAR_POKECENTER_1F, wOverworldMapBlocks + 101 + + db 4 ; bg events + bg_event 14, 6, 0, 1 + bg_event 6, 10, 0, 2 + bg_event 10, 10, 0, 3 + bg_event 10, 14, 0, 4 + + db 3 ; person events + object_event 8, 12, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 6, SPRITE_GRANNY, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 11, SPRITE_GRAMPS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + +Sugar_Blocks:: INCBIN "maps/placeholder/blk/Sugar.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarHouse.asm b/data/maps/attributes/placeholder/SugarHouse.asm new file mode 100644 index 0000000..4dbcb53 --- /dev/null +++ b/data/maps/attributes/placeholder/SugarHouse.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarHouse.asm", ROMX + map_attributes SugarHouse, SUGAR_HOUSE, 0 + +SugarHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 15, 1, SUGAR, wOverworldMapBlocks + 82 + warp_event 4, 15, 1, SUGAR, wOverworldMapBlocks + 83 + + db 0 ; bg events + + db 3 ; person events + object_event 3, 5, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 5, SPRITE_TWIN, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_GRAMPS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SugarHouse_Blocks:: INCBIN "maps/placeholder/blk/SugarHouse.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarHouse2.asm b/data/maps/attributes/placeholder/SugarHouse2.asm new file mode 100644 index 0000000..99fde32 --- /dev/null +++ b/data/maps/attributes/placeholder/SugarHouse2.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarHouse2.asm", ROMX + map_attributes SugarHouse2, SUGAR_HOUSE_2, 0 + +SugarHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 2, SUGAR, wOverworldMapBlocks + 42 + warp_event 4, 7, 2, SUGAR, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_FISHING_GURU, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SugarHouse2_Blocks:: INCBIN "maps/placeholder/blk/SugarHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarMart.asm b/data/maps/attributes/placeholder/SugarMart.asm new file mode 100644 index 0000000..f86e707 --- /dev/null +++ b/data/maps/attributes/placeholder/SugarMart.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarMart.asm", ROMX + map_attributes SugarMart, SUGAR_MART, 0 + +SugarMart_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 3, SUGAR, wOverworldMapBlocks + 59 + warp_event 5, 7, 3, SUGAR, wOverworldMapBlocks + 59 + + db 0 ; bg events + + db 3 ; person events + object_event 1, 3, SPRITE_CLERK, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 5, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_POKEFAN_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SugarMart_Blocks:: INCBIN "maps/placeholder/blk/SugarMart.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarPokecenter1F.asm b/data/maps/attributes/placeholder/SugarPokecenter1F.asm new file mode 100644 index 0000000..1dd019a --- /dev/null +++ b/data/maps/attributes/placeholder/SugarPokecenter1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarPokecenter1F.asm", ROMX + map_attributes SugarPokecenter1F, SUGAR_POKECENTER_1F, 0 + +SugarPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 4, SUGAR, wOverworldMapBlocks + 59 + warp_event 6, 7, 4, SUGAR, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, SUGAR_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_24, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_GRANNY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SugarPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/SugarPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarPokecenter2F.asm b/data/maps/attributes/placeholder/SugarPokecenter2F.asm new file mode 100644 index 0000000..31f2119 --- /dev/null +++ b/data/maps/attributes/placeholder/SugarPokecenter2F.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarPokecenter2F.asm", ROMX + map_attributes SugarPokecenter2F, SUGAR_POKECENTER_2F, 0 + +SugarPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, SUGAR_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 0 ; bg events + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 7, SPRITE_FISHING_GURU, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +SugarPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/SugarPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarRoute.asm b/data/maps/attributes/placeholder/SugarRoute.asm new file mode 100644 index 0000000..37e790e --- /dev/null +++ b/data/maps/attributes/placeholder/SugarRoute.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarRoute.asm", ROMX + map_attributes SugarRoute, SUGAR_ROUTE, NORTH | SOUTH + connection north, Sugar, SUGAR, 0, 0, 10 + connection south, Newtype, NEWTYPE, -3, 2, 16 + +SugarRoute_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 8, 48, 3, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 + warp_event 9, 48, 4, SUGAR_ROUTE_GATE, wOverworldMapBlocks + 405 + + db 0 ; bg events + + db 0 ; person events + +SugarRoute_Blocks:: INCBIN "maps/placeholder/blk/SugarRoute.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/SugarRouteGate.asm b/data/maps/attributes/placeholder/SugarRouteGate.asm new file mode 100644 index 0000000..dbfe76d --- /dev/null +++ b/data/maps/attributes/placeholder/SugarRouteGate.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/SugarRouteGate.asm", ROMX + map_attributes SugarRouteGate, SUGAR_ROUTE_GATE, 0 + +SugarRouteGate_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 4, 7, 12, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 5, 7, 13, NEWTYPE, wOverworldMapBlocks + 47 + warp_event 4, 0, 1, SUGAR_ROUTE, wOverworldMapBlocks + 14 + warp_event 5, 0, 2, SUGAR_ROUTE, wOverworldMapBlocks + 14 + + db 0 ; bg events + + db 0 ; person events + +SugarRouteGate_Blocks:: INCBIN "maps/placeholder/blk/SugarRouteGate.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/West.asm b/data/maps/attributes/placeholder/West.asm new file mode 100644 index 0000000..85aa827 --- /dev/null +++ b/data/maps/attributes/placeholder/West.asm @@ -0,0 +1,43 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/West.asm", ROMX + map_attributes West, WEST, NORTH | EAST + connection north, BaadonRoute1, BAADON_ROUTE_1, 5, 0, 10 + connection east, Route2, ROUTE_2, 5, 0, 9 + +West_MapEvents:: + dw $4000 ; unknown + + db 13 ; warp events + warp_event 13, 5, 1, WEST_MART_1F, wOverworldMapBlocks + 85 + warp_event 14, 5, 2, WEST_MART_1F, wOverworldMapBlocks + 86 + warp_event 31, 7, 1, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 120 + warp_event 32, 7, 2, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 121 + warp_event 18, 12, 1, WEST_ROCKET_RAIDED_HOUSE, wOverworldMapBlocks + 192 + warp_event 25, 14, 1, WEST_POKECENTER_1F, wOverworldMapBlocks + 221 + warp_event 14, 19, 1, WEST_GYM, wOverworldMapBlocks + 268 + warp_event 15, 19, 2, WEST_GYM, wOverworldMapBlocks + 268 + warp_event 26, 19, 1, WEST_HOUSE_1, wOverworldMapBlocks + 274 + warp_event 32, 19, 1, WEST_HOUSE_2, wOverworldMapBlocks + 277 + warp_event 22, 5, 1, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 90 + warp_event 23, 5, 2, BAADON_ROUTE_GATE_WEST, wOverworldMapBlocks + 90 + warp_event 35, 15, 1, ROUTE_2_GATE_1F, wOverworldMapBlocks + 226 + + db 6 ; bg events + bg_event 16, 7, 0, 1 + bg_event 28, 9, 0, 2 + bg_event 12, 10, 0, 3 + bg_event 32, 12, 0, 4 + bg_event 26, 14, 0, 5 + bg_event 18, 20, 0, 6 + + db 7 ; person events + object_event 6, 8, SPRITE_SAILOR, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 12, 7, SPRITE_ROCKER, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 26, 10, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 30, 14, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 29, 14, SPRITE_PIPPI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 22, 19, SPRITE_COOLTRAINER_F, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 18, 13, SPRITE_36, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +West_Blocks:: INCBIN "maps/placeholder/blk/West.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestGym.asm b/data/maps/attributes/placeholder/WestGym.asm new file mode 100644 index 0000000..63a0a8c --- /dev/null +++ b/data/maps/attributes/placeholder/WestGym.asm @@ -0,0 +1,25 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestGym.asm", ROMX + map_attributes WestGym, WEST_GYM, 0 + +WestGym_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 17, 7, WEST, wOverworldMapBlocks + 102 + warp_event 5, 17, 8, WEST, wOverworldMapBlocks + 102 + + db 2 ; bg events + bg_event 3, 15, 0, 1 + bg_event 6, 15, 0, 1 + + db 6 ; person events + object_event 4, 4, SPRITE_TSUKUSHI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 7, SPRITE_LASS, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + object_event 3, 11, SPRITE_COOLTRAINER_F, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 3, 0, 0 + object_event 5, 9, SPRITE_LASS, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 4, 6, SPRITE_TWIN, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 2, 0, 0 + object_event 7, 15, SPRITE_GYM_GUY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestGym_Blocks:: INCBIN "maps/placeholder/blk/WestGym.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestHouse1.asm b/data/maps/attributes/placeholder/WestHouse1.asm new file mode 100644 index 0000000..9f750e3 --- /dev/null +++ b/data/maps/attributes/placeholder/WestHouse1.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestHouse1.asm", ROMX + map_attributes WestHouse1, WEST_HOUSE_1, 0 + +WestHouse1_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 9, WEST, wOverworldMapBlocks + 47 + warp_event 5, 7, 9, WEST, wOverworldMapBlocks + 47 + + db 4 ; bg events + bg_event 0, 1, 0, 1 + bg_event 1, 1, 0, 2 + bg_event 5, 1, 0, 3 + bg_event 8, 0, 0, 4 + + db 3 ; person events + object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 6, SPRITE_YOUNGSTER, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 4, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestHouse1_Blocks:: INCBIN "maps/placeholder/blk/WestHouse1.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestHouse2.asm b/data/maps/attributes/placeholder/WestHouse2.asm new file mode 100644 index 0000000..af5b55b --- /dev/null +++ b/data/maps/attributes/placeholder/WestHouse2.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestHouse2.asm", ROMX + map_attributes WestHouse2, WEST_HOUSE_2, 0 + +WestHouse2_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 10, WEST, wOverworldMapBlocks + 47 + warp_event 5, 7, 10, WEST, wOverworldMapBlocks + 47 + + db 4 ; bg events + bg_event 0, 1, 0, 1 + bg_event 1, 1, 0, 2 + bg_event 5, 1, 0, 3 + bg_event 8, 0, 0, 4 + + db 3 ; person events + object_event 7, 3, SPRITE_GRAMPS, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 6, SPRITE_YOUNGSTER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_BUG_CATCHER_BOY, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + +WestHouse2_Blocks:: INCBIN "maps/placeholder/blk/WestHouse2.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart1F.asm b/data/maps/attributes/placeholder/WestMart1F.asm new file mode 100644 index 0000000..0cda9d3 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart1F.asm", ROMX + map_attributes WestMart1F, WEST_MART_1F, 0 + +WestMart1F_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 13, 7, 1, WEST, wOverworldMapBlocks + 63 + warp_event 14, 7, 2, WEST, wOverworldMapBlocks + 64 + warp_event 15, 0, 2, WEST_MART_2F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 + + db 2 ; bg events + bg_event 14, 0, 0, 1 + bg_event 3, 0, 0, 2 + + db 1 ; person events + object_event 7, 1, SPRITE_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart1F_Blocks:: INCBIN "maps/placeholder/blk/WestMart1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart2F.asm b/data/maps/attributes/placeholder/WestMart2F.asm new file mode 100644 index 0000000..671cf44 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart2F.asm @@ -0,0 +1,38 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart2F.asm", ROMX + map_attributes WestMart2F, WEST_MART_2F, 0 + +WestMart2F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, WEST_MART_3F, wOverworldMapBlocks + 21 + warp_event 15, 0, 3, WEST_MART_1F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 + + db 16 ; bg events + bg_event 14, 0, 0, 1 + bg_event 3, 0, 0, 2 + bg_event 3, 4, 0, 3 + bg_event 3, 5, 0, 3 + bg_event 3, 6, 0, 3 + bg_event 3, 7, 0, 3 + bg_event 7, 4, 0, 3 + bg_event 7, 5, 0, 3 + bg_event 7, 6, 0, 3 + bg_event 7, 7, 0, 3 + bg_event 4, 1, 0, 3 + bg_event 5, 1, 0, 3 + bg_event 6, 1, 0, 3 + bg_event 7, 1, 0, 3 + bg_event 8, 1, 0, 3 + bg_event 9, 1, 0, 3 + + db 4 ; person events + object_event 14, 5, SPRITE_CLERK, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 6, SPRITE_LASS, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_BURGLAR, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_ROCKET_M, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart2F_Blocks:: INCBIN "maps/placeholder/blk/WestMart2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart3F.asm b/data/maps/attributes/placeholder/WestMart3F.asm new file mode 100644 index 0000000..b36fdf9 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart3F.asm @@ -0,0 +1,35 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart3F.asm", ROMX + map_attributes WestMart3F, WEST_MART_3F, 0 + +WestMart3F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, WEST_MART_2F, wOverworldMapBlocks + 21 + warp_event 15, 0, 2, WEST_MART_4F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 + + db 14 ; bg events + bg_event 14, 0, 0, 1 + bg_event 3, 0, 0, 2 + bg_event 1, 4, 0, 3 + bg_event 1, 5, 0, 3 + bg_event 1, 6, 0, 3 + bg_event 1, 7, 0, 3 + bg_event 5, 4, 0, 3 + bg_event 5, 5, 0, 3 + bg_event 5, 6, 0, 3 + bg_event 5, 7, 0, 3 + bg_event 9, 4, 0, 3 + bg_event 9, 5, 0, 3 + bg_event 9, 6, 0, 3 + bg_event 9, 7, 0, 3 + + db 3 ; person events + object_event 6, 1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 4, SPRITE_GENTLEMAN, FACE_UP, 2, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 5, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart3F_Blocks:: INCBIN "maps/placeholder/blk/WestMart3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart4F.asm b/data/maps/attributes/placeholder/WestMart4F.asm new file mode 100644 index 0000000..62b5f49 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart4F.asm @@ -0,0 +1,35 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart4F.asm", ROMX + map_attributes WestMart4F, WEST_MART_4F, 0 + +WestMart4F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, WEST_MART_5F, wOverworldMapBlocks + 21 + warp_event 15, 0, 2, WEST_MART_3F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 + + db 14 ; bg events + bg_event 14, 0, 0, 1 + bg_event 3, 0, 0, 2 + bg_event 2, 5, 0, 3 + bg_event 3, 5, 0, 3 + bg_event 4, 5, 0, 3 + bg_event 5, 5, 0, 3 + bg_event 6, 5, 0, 3 + bg_event 7, 5, 0, 3 + bg_event 8, 5, 0, 3 + bg_event 9, 5, 0, 3 + bg_event 6, 1, 0, 3 + bg_event 7, 1, 0, 3 + bg_event 8, 1, 0, 3 + bg_event 9, 1, 0, 3 + + db 3 ; person events + object_event 13, 5, SPRITE_CLERK, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 6, SPRITE_24, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart4F_Blocks:: INCBIN "maps/placeholder/blk/WestMart4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart5F.asm b/data/maps/attributes/placeholder/WestMart5F.asm new file mode 100644 index 0000000..31dbbd5 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart5F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart5F.asm", ROMX + map_attributes WestMart5F, WEST_MART_5F, 0 + +WestMart5F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 12, 0, 1, WEST_MART_4F, wOverworldMapBlocks + 21 + warp_event 15, 0, 1, WEST_MART_6F, wOverworldMapBlocks + 22 + warp_event 2, 0, 1, WEST_MART_ELEVATOR, wOverworldMapBlocks + 16 + + db 2 ; bg events + bg_event 14, 0, 0, 1 + bg_event 3, 0, 0, 2 + + db 3 ; person events + object_event 8, 5, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 5, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 4, SPRITE_NYOROBON, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart5F_Blocks:: INCBIN "maps/placeholder/blk/WestMart5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMart6F.asm b/data/maps/attributes/placeholder/WestMart6F.asm new file mode 100644 index 0000000..02da6c8 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMart6F.asm @@ -0,0 +1,24 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMart6F.asm", ROMX + map_attributes WestMart6F, WEST_MART_6F, 0 + +WestMart6F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 15, 0, 2, WEST_MART_5F, wOverworldMapBlocks + 22 + + db 5 ; bg events + bg_event 8, 1, 0, 1 + bg_event 9, 1, 0, 2 + bg_event 10, 1, 0, 3 + bg_event 11, 1, 0, 4 + bg_event 14, 0, 0, 5 + + db 3 ; person events + object_event 12, 3, SPRITE_OFFICER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 4, SPRITE_SIDON, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 6, SPRITE_POPPO, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestMart6F_Blocks:: INCBIN "maps/placeholder/blk/WestMart6F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestMartElevator.asm b/data/maps/attributes/placeholder/WestMartElevator.asm new file mode 100644 index 0000000..a824787 --- /dev/null +++ b/data/maps/attributes/placeholder/WestMartElevator.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestMartElevator.asm", ROMX + map_attributes WestMartElevator, WEST_MART_ELEVATOR, 0 + +WestMartElevator_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 1, 3, 4, WEST_MART_1F, wOverworldMapBlocks + 17 + warp_event 2, 3, 4, WEST_MART_1F, wOverworldMapBlocks + 18 + + db 0 ; bg events + + db 0 ; person events + +WestMartElevator_Blocks:: INCBIN "maps/placeholder/blk/WestMartElevator.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestPokecenter1F.asm b/data/maps/attributes/placeholder/WestPokecenter1F.asm new file mode 100644 index 0000000..9e8d597 --- /dev/null +++ b/data/maps/attributes/placeholder/WestPokecenter1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestPokecenter1F.asm", ROMX + map_attributes WestPokecenter1F, WEST_POKECENTER_1F, 0 + +WestPokecenter1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 5, 7, 6, WEST, wOverworldMapBlocks + 59 + warp_event 6, 7, 6, WEST, wOverworldMapBlocks + 60 + warp_event 0, 7, 1, WEST_POKECENTER_2F, wOverworldMapBlocks + 57 + + db 1 ; bg events + bg_event 13, 1, 0, 1 + + db 4 ; person events + object_event 5, 1, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 14, 6, SPRITE_GENTLEMAN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 5, SPRITE_LASS, FACE_RIGHT, 0, 2, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 10, 1, SPRITE_ROCKET_M, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestPokecenter1F_Blocks:: INCBIN "maps/placeholder/blk/WestPokecenter1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestPokecenter2F.asm b/data/maps/attributes/placeholder/WestPokecenter2F.asm new file mode 100644 index 0000000..1857eab --- /dev/null +++ b/data/maps/attributes/placeholder/WestPokecenter2F.asm @@ -0,0 +1,20 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestPokecenter2F.asm", ROMX + map_attributes WestPokecenter2F, WEST_POKECENTER_2F, 0 + +WestPokecenter2F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 7, 3, WEST_POKECENTER_1F, wOverworldMapBlocks + 57 + + db 1 ; bg events + bg_event 1, 1, 0, 1 + + db 3 ; person events + object_event 5, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 9, 2, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 13, 3, SPRITE_LINK_RECEPTIONIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestPokecenter2F_Blocks:: INCBIN "maps/placeholder/blk/WestPokecenter2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRadioTower1F.asm b/data/maps/attributes/placeholder/WestRadioTower1F.asm new file mode 100644 index 0000000..93fc55d --- /dev/null +++ b/data/maps/attributes/placeholder/WestRadioTower1F.asm @@ -0,0 +1,23 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRadioTower1F.asm", ROMX + map_attributes WestRadioTower1F, WEST_RADIO_TOWER_1F, 0 + +WestRadioTower1F_MapEvents:: + dw $4000 ; unknown + + db 3 ; warp events + warp_event 2, 7, 3, WEST, wOverworldMapBlocks + 42 + warp_event 3, 7, 4, WEST, wOverworldMapBlocks + 42 + warp_event 7, 0, 2, WEST_RADIO_TOWER_2F, wOverworldMapBlocks + 14 + + db 2 ; bg events + bg_event 5, 0, 0, 1 + bg_event 0, 1, 0, 2 + + db 3 ; person events + object_event 6, 6, SPRITE_RECEPTIONIST, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 3, SPRITE_SUPER_NERD, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 4, SPRITE_ROCKER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRadioTower1F_Blocks:: INCBIN "maps/placeholder/blk/WestRadioTower1F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRadioTower2F.asm b/data/maps/attributes/placeholder/WestRadioTower2F.asm new file mode 100644 index 0000000..d5519f1 --- /dev/null +++ b/data/maps/attributes/placeholder/WestRadioTower2F.asm @@ -0,0 +1,25 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRadioTower2F.asm", ROMX + map_attributes WestRadioTower2F, WEST_RADIO_TOWER_2F, 0 + +WestRadioTower2F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 0, 1, WEST_RADIO_TOWER_3F, wOverworldMapBlocks + 11 + warp_event 7, 0, 3, WEST_RADIO_TOWER_1F, wOverworldMapBlocks + 14 + + db 1 ; bg events + bg_event 5, 0, 0, 1 + + db 7 ; person events + object_event 4, 6, SPRITE_GYM_GUY, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 5, SPRITE_ROCKER, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_SUPER_NERD, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 2, SPRITE_GIRL, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 1, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 6, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 7, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRadioTower2F_Blocks:: INCBIN "maps/placeholder/blk/WestRadioTower2F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRadioTower3F.asm b/data/maps/attributes/placeholder/WestRadioTower3F.asm new file mode 100644 index 0000000..bdfc9f1 --- /dev/null +++ b/data/maps/attributes/placeholder/WestRadioTower3F.asm @@ -0,0 +1,26 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRadioTower3F.asm", ROMX + map_attributes WestRadioTower3F, WEST_RADIO_TOWER_3F, 0 + +WestRadioTower3F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 0, 1, WEST_RADIO_TOWER_2F, wOverworldMapBlocks + 11 + warp_event 7, 0, 2, WEST_RADIO_TOWER_4F, wOverworldMapBlocks + 14 + + db 1 ; bg events + bg_event 5, 0, 0, 1 + + db 8 ; person events + object_event 4, 6, SPRITE_SUPER_NERD, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 6, SPRITE_ROCKER, FACE_UP, 2, 1, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 1, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 5, SPRITE_GIRL, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 2, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 3, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 7, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 6, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRadioTower3F_Blocks:: INCBIN "maps/placeholder/blk/WestRadioTower3F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRadioTower4F.asm b/data/maps/attributes/placeholder/WestRadioTower4F.asm new file mode 100644 index 0000000..e6c8cff --- /dev/null +++ b/data/maps/attributes/placeholder/WestRadioTower4F.asm @@ -0,0 +1,27 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRadioTower4F.asm", ROMX + map_attributes WestRadioTower4F, WEST_RADIO_TOWER_4F, 0 + +WestRadioTower4F_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 0, 0, 1, WEST_RADIO_TOWER_5F, wOverworldMapBlocks + 11 + warp_event 7, 0, 2, WEST_RADIO_TOWER_3F, wOverworldMapBlocks + 14 + + db 1 ; bg events + bg_event 5, 0, 0, 1 + + db 9 ; person events + object_event 2, 6, SPRITE_SUPER_NERD, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 2, SPRITE_ROCKER, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 5, SPRITE_BURGLAR, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 6, SPRITE_ROCKER, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 5, SPRITE_GIRL, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 5, SPRITE_36, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 4, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 1, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 2, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRadioTower4F_Blocks:: INCBIN "maps/placeholder/blk/WestRadioTower4F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRadioTower5F.asm b/data/maps/attributes/placeholder/WestRadioTower5F.asm new file mode 100644 index 0000000..4ad136f --- /dev/null +++ b/data/maps/attributes/placeholder/WestRadioTower5F.asm @@ -0,0 +1,27 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRadioTower5F.asm", ROMX + map_attributes WestRadioTower5F, WEST_RADIO_TOWER_5F, 0 + +WestRadioTower5F_MapEvents:: + dw $4000 ; unknown + + db 1 ; warp events + warp_event 0, 0, 1, WEST_RADIO_TOWER_4F, wOverworldMapBlocks + 11 + + db 3 ; bg events + bg_event 3, 0, 0, 1 + bg_event 6, 4, 0, 2 + bg_event 7, 4, 0, 2 + + db 8 ; person events + object_event 6, 6, SPRITE_SCIENTIST, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 5, 2, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 6, SPRITE_PIPPI, SLOW_STEP_DOWN, 2, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 5, SPRITE_PIPPI, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 7, SPRITE_SAKAKI, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 4, 2, SPRITE_36, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 2, 4, SPRITE_36, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 6, 7, SPRITE_TEACHER, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRadioTower5F_Blocks:: INCBIN "maps/placeholder/blk/WestRadioTower5F.blk"
\ No newline at end of file diff --git a/data/maps/attributes/placeholder/WestRocketRaidedHouse.asm b/data/maps/attributes/placeholder/WestRocketRaidedHouse.asm new file mode 100644 index 0000000..842f062 --- /dev/null +++ b/data/maps/attributes/placeholder/WestRocketRaidedHouse.asm @@ -0,0 +1,29 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/placeholder/WestRocketRaidedHouse.asm", ROMX + map_attributes WestRocketRaidedHouse, WEST_ROCKET_RAIDED_HOUSE, 0 + +WestRocketRaidedHouse_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 4, 7, 5, WEST, wOverworldMapBlocks + 47 + warp_event 5, 7, 5, WEST, wOverworldMapBlocks + 47 + + db 7 ; bg events + bg_event 0, 1, 0, 1 + bg_event 1, 1, 0, 2 + bg_event 2, 1, 0, 3 + bg_event 4, 1, 0, 4 + bg_event 5, 1, 0, 4 + bg_event 7, 1, 0, 5 + bg_event 8, 0, 0, 6 + + db 5 ; person events + object_event 8, 1, SPRITE_36, SLOW_STEP_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 5, SPRITE_36, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 3, 4, SPRITE_POKEFAN_M, STEP_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 1, 3, SPRITE_POKEFAN_F, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 7, 2, SPRITE_POKE_BALL, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +WestRocketRaidedHouse_Blocks:: INCBIN "maps/placeholder/blk/WestRocketRaidedHouse.blk"
\ No newline at end of file diff --git a/maps/Baadon.asm b/maps/Baadon.asm deleted file mode 100644 index 875349f..0000000 --- a/maps/Baadon.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index d72d5d8..0000000 --- a/maps/BaadonHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 57ad4bf..0000000 --- a/maps/BaadonHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 49a7f8a..0000000 --- a/maps/BaadonLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 0fe866b..0000000 --- a/maps/BaadonLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 39808c8..0000000 --- a/maps/BaadonMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index be3b377..0000000 --- a/maps/BaadonPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 7e3a0b2..0000000 --- a/maps/BaadonPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 43a1a39..0000000 --- a/maps/BaadonRoute1.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index d9adb7a..0000000 --- a/maps/BaadonRoute2.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 728790e..0000000 --- a/maps/BaadonRoute3.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 99ac2bb..0000000 --- a/maps/BaadonRouteGateNewtype.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 6f739c0..0000000 --- a/maps/BaadonRouteGateWest.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 359170e..0000000 --- a/maps/BaadonWallpaperHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 45b9084..0000000 --- a/maps/BullForest.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 1839665..0000000 --- a/maps/BullForestRoute1.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index ce5a06d..0000000 --- a/maps/BullForestRoute1House.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index a09ae99..0000000 --- a/maps/BullForestRoute2.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 65b6d6c..0000000 --- a/maps/BullForestRoute3.asm +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 217a7f2..0000000 --- a/maps/BullForestRouteGateStand.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 695a9ba..0000000 --- a/maps/BullHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2557d9d..0000000 --- a/maps/BullHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index bee8ee7..0000000 --- a/maps/BullHouse3.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 60492f0..0000000 --- a/maps/BullHouse4.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 235f1cc..0000000 --- a/maps/BullLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c8e8702..0000000 --- a/maps/BullLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f2b64c5..0000000 --- a/maps/BullMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 50f4b3b..0000000 --- a/maps/BullPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5491efd..0000000 --- a/maps/BullPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f38d60b..0000000 --- a/maps/CaveMinecarts1.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 2533cb0..0000000 --- a/maps/CaveMinecarts2.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 1461a07..0000000 --- a/maps/CaveMinecarts3.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 3917fe5..0000000 --- a/maps/CaveMinecarts4.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 6db1e5a..0000000 --- a/maps/CaveMinecarts5.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 018174b..0000000 --- a/maps/CaveMinecarts6.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 3e7df0e..0000000 --- a/maps/CaveMinecarts7.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 0cc5364..0000000 --- a/maps/Fonto.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 7e46147..0000000 --- a/maps/FontoHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ca2145b..0000000 --- a/maps/FontoLab.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 071a43c..0000000 --- a/maps/FontoMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 58603bc..0000000 --- a/maps/FontoPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9206ea1..0000000 --- a/maps/FontoPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 7b61408..0000000 --- a/maps/FontoRocketHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c4c83a4..0000000 --- a/maps/FontoRoute1.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index f05f478..0000000 --- a/maps/FontoRoute2.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 501d4ca..0000000 --- a/maps/FontoRoute3.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 0dfbb45..0000000 --- a/maps/FontoRoute4.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 27c5207..0000000 --- a/maps/FontoRoute5.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 2b872c0..0000000 --- a/maps/FontoRoute6.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 0a60eec..0000000 --- a/maps/FontoRouteGate1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 244056f..0000000 --- a/maps/FontoRouteGate2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index fd3b5b1..0000000 --- a/maps/FontoRouteGate3.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 94dce79..0000000 --- a/maps/Haiteku.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 7d9fa3e..0000000 --- a/maps/HaitekuAquarium1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d50c44a..0000000 --- a/maps/HaitekuAquarium2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5838884..0000000 --- a/maps/HaitekuHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 34fdf10..0000000 --- a/maps/HaitekuHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 0018455..0000000 --- a/maps/HaitekuImposterOakHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 72b4353..0000000 --- a/maps/HaitekuLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index bf2b496..0000000 --- a/maps/HaitekuLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2fa5689..0000000 --- a/maps/HaitekuMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d8b5e48..0000000 --- a/maps/HaitekuPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index b6c298a..0000000 --- a/maps/HaitekuPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5bafbea..0000000 --- a/maps/HaitekuWestRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 8d0c045..0000000 --- a/maps/HaitekuWestRouteGate.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 26d09d8..0000000 --- a/maps/HaitekuWestRouteOcean.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 97162f1..0000000 --- a/maps/Kanto.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 1ff5df9..0000000 --- a/maps/KantoCeladonElevator.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index cb5e4bc..0000000 --- a/maps/KantoCeladonMart1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8014c6e..0000000 --- a/maps/KantoCeladonMart2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 547d83c..0000000 --- a/maps/KantoCeladonMart3F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c983925..0000000 --- a/maps/KantoCeladonMart4F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 785b404..0000000 --- a/maps/KantoCeladonMart5F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 51a7c7a..0000000 --- a/maps/KantoCeruleanHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index e78d1b7..0000000 --- a/maps/KantoDiner.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 0e6762a..0000000 --- a/maps/KantoEastRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 9d7f09e..0000000 --- a/maps/KantoEldersHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8ada185..0000000 --- a/maps/KantoFishingGuru.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index a76440e..0000000 --- a/maps/KantoGameCorner.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 33ac1e2..0000000 --- a/maps/KantoGameCornerPrizes.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 6eb0867..0000000 --- a/maps/KantoGamefreakHQ1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 014abfa..0000000 --- a/maps/KantoGamefreakHQ2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8843d57..0000000 --- a/maps/KantoGamefreakHQ3.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 3dcf380..0000000 --- a/maps/KantoGamefreakHQ4.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 75f2d9f..0000000 --- a/maps/KantoGamefreakHQ5.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index bea48b0..0000000 --- a/maps/KantoGreensHouse1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ffb8222..0000000 --- a/maps/KantoGreensHouse2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f191b25..0000000 --- a/maps/KantoHospital.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 36d8530..0000000 --- a/maps/KantoLavenderHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index e9fc39c..0000000 --- a/maps/KantoLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 6381c5a..0000000 --- a/maps/KantoLeague21F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c2ee20d..0000000 --- a/maps/KantoLeague22F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f94acee..0000000 --- a/maps/KantoLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9dfc5de..0000000 --- a/maps/KantoMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index eff0846..0000000 --- a/maps/KantoOaksLab.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 64ddb8a..0000000 --- a/maps/KantoPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 45e6bfb..0000000 --- a/maps/KantoPokecenter21F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index daafb43..0000000 --- a/maps/KantoPokecenter22F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8760c8e..0000000 --- a/maps/KantoPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c77805e..0000000 --- a/maps/KantoRedsHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 0bf379b..0000000 --- a/maps/KantoSchool.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f960843..0000000 --- a/maps/KantoSilphCo.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9faca02..0000000 --- a/maps/KantoUnusedArea.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 3c9c0d5..0000000 --- a/maps/KantoViridianHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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/MtFuji.asm b/maps/MtFuji.asm deleted file mode 100644 index 312df28..0000000 --- a/maps/MtFuji.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 7f13c5b..0000000 --- a/maps/MtFujiRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 9600cd2..0000000 --- a/maps/Newtype.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 4e1f4fc..0000000 --- a/maps/NewtypeDiner.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 3b7430f..0000000 --- a/maps/NewtypeDojo.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index e077f54..0000000 --- a/maps/NewtypeHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c6d4264..0000000 --- a/maps/NewtypeHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 684df8e..0000000 --- a/maps/NewtypeHouse3.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 1995a9e..0000000 --- a/maps/NewtypeLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5319734..0000000 --- a/maps/NewtypeLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ba0a8aa..0000000 --- a/maps/NewtypeMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index bb5328e..0000000 --- a/maps/NewtypePokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 8603cfe..0000000 --- a/maps/NewtypePokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index b27bdfa..0000000 --- a/maps/NewtypeRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 2ec213f..0000000 --- a/maps/NewtypeRouteGate.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c7fb57d..0000000 --- a/maps/NewtypeSailorHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 75f9812..0000000 --- a/maps/North.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index a5821be..0000000 --- a/maps/NorthHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 67024eb..0000000 --- a/maps/NorthHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 7c82805..0000000 --- a/maps/NorthMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index eebd9f1..0000000 --- a/maps/NorthPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 1c2ba65..0000000 --- a/maps/NorthPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d472bcd..0000000 --- a/maps/Office1.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 3ee4b7c..0000000 --- a/maps/Office2.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index c2bc639..0000000 --- a/maps/Office3.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index c28f200..0000000 --- a/maps/OldCity.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 93f0e6a..0000000 --- a/maps/OldCityBillsHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2cb5ed8..0000000 --- a/maps/OldCityGym.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index a395eb5..0000000 --- a/maps/OldCityHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 4665e70..0000000 --- a/maps/OldCityKurtsHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 395668d..0000000 --- a/maps/OldCityMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d6f7dfa..0000000 --- a/maps/OldCityMuseum.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9659784..0000000 --- a/maps/OldCityPokecenter1F.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 94f1f45..0000000 --- a/maps/OldCitySchool.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 34e181c..0000000 --- a/maps/OldCityTower1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ec4b930..0000000 --- a/maps/OldCityTower2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 485bc5a..0000000 --- a/maps/OldCityTower3F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9bfabba..0000000 --- a/maps/OldCityTower4F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index a411e2e..0000000 --- a/maps/OldCityTower5F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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/PowerPlant1.asm b/maps/PowerPlant1.asm deleted file mode 100644 index 24dc193..0000000 --- a/maps/PowerPlant1.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 680332f..0000000 --- a/maps/PowerPlant2.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 07972ac..0000000 --- a/maps/PowerPlant3.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index ffa1f6d..0000000 --- a/maps/PowerPlant4.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 6327843..0000000 --- a/maps/Prince.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index b4376a4..0000000 --- a/maps/PrinceRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 7d282a1..0000000 --- a/maps/Route15.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 148ec09..0000000 --- a/maps/Route15Pokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 003d2bd..0000000 --- a/maps/Route15Pokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5e3ffed..0000000 --- a/maps/Route18.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index ea1e376..0000000 --- a/maps/Route18Pokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 04b99f0..0000000 --- a/maps/Route18Pokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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/Route2.asm b/maps/Route2.asm deleted file mode 100644 index 8a0d5a7..0000000 --- a/maps/Route2.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 8436610..0000000 --- a/maps/Route2Gate1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index dc8b50d..0000000 --- a/maps/Route2Gate2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f132774..0000000 --- a/maps/Route2House.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5891e63..0000000 --- a/maps/RouteSilentEast.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index ec687a8..0000000 --- a/maps/RouteSilentEastGate.asm +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index d295c26..0000000 --- a/maps/RuinsOfAlphEntrance.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index bb96c6f..0000000 --- a/maps/RuinsOfAlphMain.asm +++ /dev/null @@ -1,17 +0,0 @@ -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/SlowpokeWellEntrance.asm b/maps/SlowpokeWellEntrance.asm deleted file mode 100644 index c6bd3f7..0000000 --- a/maps/SlowpokeWellEntrance.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 859cac5..0000000 --- a/maps/SlowpokeWellMain.asm +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index af8db57..0000000 --- a/maps/South.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 2a5d112..0000000 --- a/maps/SouthHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f8f669e..0000000 --- a/maps/SouthHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ea167a9..0000000 --- a/maps/SouthMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9e2df98..0000000 --- a/maps/SouthPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9f0cc9a..0000000 --- a/maps/SouthPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ab225c4..0000000 --- a/maps/Stand.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index cf26e51..0000000 --- a/maps/StandHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 593453a..0000000 --- a/maps/StandLab.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index efecf8a..0000000 --- a/maps/StandLeague1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9355508..0000000 --- a/maps/StandLeague2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 1037fe8..0000000 --- a/maps/StandMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 4b40a6e..0000000 --- a/maps/StandOffice.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d4dfb35..0000000 --- a/maps/StandPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 5dc3294..0000000 --- a/maps/StandPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index a9d54b8..0000000 --- a/maps/StandRocketHouse1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 7ee1f7d..0000000 --- a/maps/StandRocketHouse2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 209631f..0000000 --- a/maps/StandRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index de5fc05..0000000 --- a/maps/StandRouteGateKanto.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index dee0c5a..0000000 --- a/maps/Sugar.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index ccae047..0000000 --- a/maps/SugarHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2dcdc13..0000000 --- a/maps/SugarHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ce5b137..0000000 --- a/maps/SugarMart.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 3ce8e76..0000000 --- a/maps/SugarPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index bd37728..0000000 --- a/maps/SugarPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index d227c8a..0000000 --- a/maps/SugarRoute.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 53ef56c..0000000 --- a/maps/SugarRouteGate.asm +++ /dev/null @@ -1,21 +0,0 @@ -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/West.asm b/maps/West.asm deleted file mode 100644 index 531bf4a..0000000 --- a/maps/West.asm +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index 3c70852..0000000 --- a/maps/WestGym.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index c15bae2..0000000 --- a/maps/WestHouse1.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2c91614..0000000 --- a/maps/WestHouse2.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 16e2f61..0000000 --- a/maps/WestMart1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 006c266..0000000 --- a/maps/WestMart2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index cb3dc5f..0000000 --- a/maps/WestMart3F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9f4d66b..0000000 --- a/maps/WestMart4F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 1d178f8..0000000 --- a/maps/WestMart5F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ee8d61f..0000000 --- a/maps/WestMart6F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 2e633b9..0000000 --- a/maps/WestMartElevator.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f8c9121..0000000 --- a/maps/WestPokecenter1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 158a911..0000000 --- a/maps/WestPokecenter2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 3ed1ef9..0000000 --- a/maps/WestRadioTower1F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index b507a25..0000000 --- a/maps/WestRadioTower2F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 9e2e0b6..0000000 --- a/maps/WestRadioTower3F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 28c323a..0000000 --- a/maps/WestRadioTower4F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index ac9df62..0000000 --- a/maps/WestRadioTower5F.asm +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 1b7c1e2..0000000 --- a/maps/WestRocketRaidedHouse.asm +++ /dev/null @@ -1,21 +0,0 @@ -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/dummy_text_pointers.asm b/maps/dummy_text_pointers.asm deleted file mode 100644 index 5d66925..0000000 --- a/maps/dummy_text_pointers.asm +++ /dev/null @@ -1,52 +0,0 @@ -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 diff --git a/maps/placeholder/Baadon.asm b/maps/placeholder/Baadon.asm new file mode 100644 index 0000000..dcb2bd1 --- /dev/null +++ b/maps/placeholder/Baadon.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Baadon.asm", ROMX + +BaadonScriptLoader:: ; d89f7 (36:49f7) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BaadonHouse1.asm b/maps/placeholder/BaadonHouse1.asm new file mode 100644 index 0000000..437c5b2 --- /dev/null +++ b/maps/placeholder/BaadonHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonHouse2.asm b/maps/placeholder/BaadonHouse2.asm new file mode 100644 index 0000000..d6ba883 --- /dev/null +++ b/maps/placeholder/BaadonHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonLeague1F.asm b/maps/placeholder/BaadonLeague1F.asm new file mode 100644 index 0000000..5d05725 --- /dev/null +++ b/maps/placeholder/BaadonLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonLeague2F.asm b/maps/placeholder/BaadonLeague2F.asm new file mode 100644 index 0000000..3d8dea3 --- /dev/null +++ b/maps/placeholder/BaadonLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonMart.asm b/maps/placeholder/BaadonMart.asm new file mode 100644 index 0000000..85aaa49 --- /dev/null +++ b/maps/placeholder/BaadonMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonPokecenter1F.asm b/maps/placeholder/BaadonPokecenter1F.asm new file mode 100644 index 0000000..81184c1 --- /dev/null +++ b/maps/placeholder/BaadonPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonPokecenter2F.asm b/maps/placeholder/BaadonPokecenter2F.asm new file mode 100644 index 0000000..d6e38e9 --- /dev/null +++ b/maps/placeholder/BaadonPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonRoute1.asm b/maps/placeholder/BaadonRoute1.asm new file mode 100644 index 0000000..157d191 --- /dev/null +++ b/maps/placeholder/BaadonRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BaadonRoute1.asm", ROMX + +BaadonRoute1ScriptLoader:: ; da601 (36:6601) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BaadonRoute2.asm b/maps/placeholder/BaadonRoute2.asm new file mode 100644 index 0000000..e8ab79c --- /dev/null +++ b/maps/placeholder/BaadonRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BaadonRoute2.asm", ROMX + +BaadonRoute2ScriptLoader:: ; da7ed (36:67ed) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BaadonRoute3.asm b/maps/placeholder/BaadonRoute3.asm new file mode 100644 index 0000000..7881eef --- /dev/null +++ b/maps/placeholder/BaadonRoute3.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BaadonRoute3.asm", ROMX + +BaadonRoute3ScriptLoader:: ; da8d9 (36:68d9) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BaadonRouteGateNewtype.asm b/maps/placeholder/BaadonRouteGateNewtype.asm new file mode 100644 index 0000000..6bdd5e4 --- /dev/null +++ b/maps/placeholder/BaadonRouteGateNewtype.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonRouteGateWest.asm b/maps/placeholder/BaadonRouteGateWest.asm new file mode 100644 index 0000000..860dcb2 --- /dev/null +++ b/maps/placeholder/BaadonRouteGateWest.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BaadonWallpaperHouse.asm b/maps/placeholder/BaadonWallpaperHouse.asm new file mode 100644 index 0000000..9d0cd75 --- /dev/null +++ b/maps/placeholder/BaadonWallpaperHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullForest.asm b/maps/placeholder/BullForest.asm new file mode 100644 index 0000000..44d9f79 --- /dev/null +++ b/maps/placeholder/BullForest.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BullForest.asm", ROMX + +BullForestScriptLoader:: ; d8f26 (36:4f26) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BullForestRoute1.asm b/maps/placeholder/BullForestRoute1.asm new file mode 100644 index 0000000..68d3d65 --- /dev/null +++ b/maps/placeholder/BullForestRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BullForestRoute1.asm", ROMX + +BullForestRoute1ScriptLoader:: ; dad8d (36:6d8d) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BullForestRoute1House.asm b/maps/placeholder/BullForestRoute1House.asm new file mode 100644 index 0000000..79a73df --- /dev/null +++ b/maps/placeholder/BullForestRoute1House.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullForestRoute2.asm b/maps/placeholder/BullForestRoute2.asm new file mode 100644 index 0000000..e407bde --- /dev/null +++ b/maps/placeholder/BullForestRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BullForestRoute2.asm", ROMX + +BullForestRoute2ScriptLoader:: ; db019 (36:7019) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/BullForestRoute3.asm b/maps/placeholder/BullForestRoute3.asm new file mode 100644 index 0000000..4d549fc --- /dev/null +++ b/maps/placeholder/BullForestRoute3.asm @@ -0,0 +1,10 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/BullForestRoute3.asm", ROMX + +BullForestRoute3ScriptLoader:: ; db666 (36:7666) + ret + + db "@" + + ret
\ No newline at end of file diff --git a/maps/placeholder/BullForestRouteGateStand.asm b/maps/placeholder/BullForestRouteGateStand.asm new file mode 100644 index 0000000..6991828 --- /dev/null +++ b/maps/placeholder/BullForestRouteGateStand.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullHouse1.asm b/maps/placeholder/BullHouse1.asm new file mode 100644 index 0000000..ad9c740 --- /dev/null +++ b/maps/placeholder/BullHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullHouse2.asm b/maps/placeholder/BullHouse2.asm new file mode 100644 index 0000000..bb0020e --- /dev/null +++ b/maps/placeholder/BullHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullHouse3.asm b/maps/placeholder/BullHouse3.asm new file mode 100644 index 0000000..2d38291 --- /dev/null +++ b/maps/placeholder/BullHouse3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullHouse4.asm b/maps/placeholder/BullHouse4.asm new file mode 100644 index 0000000..61e281b --- /dev/null +++ b/maps/placeholder/BullHouse4.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullLeague1F.asm b/maps/placeholder/BullLeague1F.asm new file mode 100644 index 0000000..7cd47d1 --- /dev/null +++ b/maps/placeholder/BullLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullLeague2F.asm b/maps/placeholder/BullLeague2F.asm new file mode 100644 index 0000000..1e3bc16 --- /dev/null +++ b/maps/placeholder/BullLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullMart.asm b/maps/placeholder/BullMart.asm new file mode 100644 index 0000000..2bd9e05 --- /dev/null +++ b/maps/placeholder/BullMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullPokecenter1F.asm b/maps/placeholder/BullPokecenter1F.asm new file mode 100644 index 0000000..75dd3b8 --- /dev/null +++ b/maps/placeholder/BullPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/BullPokecenter2F.asm b/maps/placeholder/BullPokecenter2F.asm new file mode 100644 index 0000000..f8df299 --- /dev/null +++ b/maps/placeholder/BullPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts1.asm b/maps/placeholder/CaveMinecarts1.asm new file mode 100644 index 0000000..29b551e --- /dev/null +++ b/maps/placeholder/CaveMinecarts1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts2.asm b/maps/placeholder/CaveMinecarts2.asm new file mode 100644 index 0000000..a50de09 --- /dev/null +++ b/maps/placeholder/CaveMinecarts2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts3.asm b/maps/placeholder/CaveMinecarts3.asm new file mode 100644 index 0000000..d73cc5a --- /dev/null +++ b/maps/placeholder/CaveMinecarts3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts4.asm b/maps/placeholder/CaveMinecarts4.asm new file mode 100644 index 0000000..91185d1 --- /dev/null +++ b/maps/placeholder/CaveMinecarts4.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts5.asm b/maps/placeholder/CaveMinecarts5.asm new file mode 100644 index 0000000..ec2fa68 --- /dev/null +++ b/maps/placeholder/CaveMinecarts5.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts6.asm b/maps/placeholder/CaveMinecarts6.asm new file mode 100644 index 0000000..66aafea --- /dev/null +++ b/maps/placeholder/CaveMinecarts6.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/CaveMinecarts7.asm b/maps/placeholder/CaveMinecarts7.asm new file mode 100644 index 0000000..d1fe0f9 --- /dev/null +++ b/maps/placeholder/CaveMinecarts7.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Fonto.asm b/maps/placeholder/Fonto.asm new file mode 100644 index 0000000..902ad62 --- /dev/null +++ b/maps/placeholder/Fonto.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Fonto.asm", ROMX + +FontoScriptLoader:: ; d88f1 (36:48f1) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoHouse.asm b/maps/placeholder/FontoHouse.asm new file mode 100644 index 0000000..3672158 --- /dev/null +++ b/maps/placeholder/FontoHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoLab.asm b/maps/placeholder/FontoLab.asm new file mode 100644 index 0000000..0a15cd3 --- /dev/null +++ b/maps/placeholder/FontoLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoMart.asm b/maps/placeholder/FontoMart.asm new file mode 100644 index 0000000..0ae0c98 --- /dev/null +++ b/maps/placeholder/FontoMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoPokecenter1F.asm b/maps/placeholder/FontoPokecenter1F.asm new file mode 100644 index 0000000..03d903a --- /dev/null +++ b/maps/placeholder/FontoPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoPokecenter2F.asm b/maps/placeholder/FontoPokecenter2F.asm new file mode 100644 index 0000000..401b10b --- /dev/null +++ b/maps/placeholder/FontoPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoRocketHouse.asm b/maps/placeholder/FontoRocketHouse.asm new file mode 100644 index 0000000..09df091 --- /dev/null +++ b/maps/placeholder/FontoRocketHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoRoute1.asm b/maps/placeholder/FontoRoute1.asm new file mode 100644 index 0000000..59ba2a6 --- /dev/null +++ b/maps/placeholder/FontoRoute1.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute1.asm", ROMX + +FontoRoute1ScriptLoader:: ; da081 (36:6081) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRoute2.asm b/maps/placeholder/FontoRoute2.asm new file mode 100644 index 0000000..892d69e --- /dev/null +++ b/maps/placeholder/FontoRoute2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute2.asm", ROMX + +FontoRoute2ScriptLoader:: ; da2c4 (36:62c4) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRoute3.asm b/maps/placeholder/FontoRoute3.asm new file mode 100644 index 0000000..307ddbc --- /dev/null +++ b/maps/placeholder/FontoRoute3.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute3.asm", ROMX + +FontoRoute3ScriptLoader:: ; da4bb (36:64bb) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRoute4.asm b/maps/placeholder/FontoRoute4.asm new file mode 100644 index 0000000..c818792 --- /dev/null +++ b/maps/placeholder/FontoRoute4.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute4.asm", ROMX + +FontoRoute4ScriptLoader:: ; da3b0 (36:63b0) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRoute5.asm b/maps/placeholder/FontoRoute5.asm new file mode 100644 index 0000000..cd4c420 --- /dev/null +++ b/maps/placeholder/FontoRoute5.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute5.asm", ROMX + +FontoRoute5ScriptLoader:: ; db52e (36:752e) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRoute6.asm b/maps/placeholder/FontoRoute6.asm new file mode 100644 index 0000000..4f12167 --- /dev/null +++ b/maps/placeholder/FontoRoute6.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRoute6.asm", ROMX + +FontoRoute6ScriptLoader:: ; da1e6 (36:61e6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/FontoRouteGate1.asm b/maps/placeholder/FontoRouteGate1.asm new file mode 100644 index 0000000..a1513ad --- /dev/null +++ b/maps/placeholder/FontoRouteGate1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoRouteGate2.asm b/maps/placeholder/FontoRouteGate2.asm new file mode 100644 index 0000000..531767e --- /dev/null +++ b/maps/placeholder/FontoRouteGate2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/FontoRouteGate3.asm b/maps/placeholder/FontoRouteGate3.asm new file mode 100644 index 0000000..ca8920e --- /dev/null +++ b/maps/placeholder/FontoRouteGate3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Haiteku.asm b/maps/placeholder/Haiteku.asm new file mode 100644 index 0000000..a338380 --- /dev/null +++ b/maps/placeholder/Haiteku.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Haiteku.asm", ROMX + +HaitekuScriptLoader:: ; d87f6 (36:47f6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/HaitekuAquarium1F.asm b/maps/placeholder/HaitekuAquarium1F.asm new file mode 100644 index 0000000..c9bd507 --- /dev/null +++ b/maps/placeholder/HaitekuAquarium1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuAquarium2F.asm b/maps/placeholder/HaitekuAquarium2F.asm new file mode 100644 index 0000000..fc7e417 --- /dev/null +++ b/maps/placeholder/HaitekuAquarium2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuHouse1.asm b/maps/placeholder/HaitekuHouse1.asm new file mode 100644 index 0000000..ee458af --- /dev/null +++ b/maps/placeholder/HaitekuHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuHouse2.asm b/maps/placeholder/HaitekuHouse2.asm new file mode 100644 index 0000000..3990024 --- /dev/null +++ b/maps/placeholder/HaitekuHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuImposterOakHouse.asm b/maps/placeholder/HaitekuImposterOakHouse.asm new file mode 100644 index 0000000..f94b305 --- /dev/null +++ b/maps/placeholder/HaitekuImposterOakHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuLeague1F.asm b/maps/placeholder/HaitekuLeague1F.asm new file mode 100644 index 0000000..8ee1dfb --- /dev/null +++ b/maps/placeholder/HaitekuLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuLeague2F.asm b/maps/placeholder/HaitekuLeague2F.asm new file mode 100644 index 0000000..d4badc9 --- /dev/null +++ b/maps/placeholder/HaitekuLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuMart.asm b/maps/placeholder/HaitekuMart.asm new file mode 100644 index 0000000..15ecbd9 --- /dev/null +++ b/maps/placeholder/HaitekuMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuPokecenter1F.asm b/maps/placeholder/HaitekuPokecenter1F.asm new file mode 100644 index 0000000..49ec111 --- /dev/null +++ b/maps/placeholder/HaitekuPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuPokecenter2F.asm b/maps/placeholder/HaitekuPokecenter2F.asm new file mode 100644 index 0000000..9dd23a9 --- /dev/null +++ b/maps/placeholder/HaitekuPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuWestRoute.asm b/maps/placeholder/HaitekuWestRoute.asm new file mode 100644 index 0000000..677096f --- /dev/null +++ b/maps/placeholder/HaitekuWestRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/HaitekuWestRoute.asm", ROMX + +HaitekuWestRouteScriptLoader:: ; d9dcf (36:5dcf) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/HaitekuWestRouteGate.asm b/maps/placeholder/HaitekuWestRouteGate.asm new file mode 100644 index 0000000..fc9b924 --- /dev/null +++ b/maps/placeholder/HaitekuWestRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/HaitekuWestRouteOcean.asm b/maps/placeholder/HaitekuWestRouteOcean.asm new file mode 100644 index 0000000..569a4eb --- /dev/null +++ b/maps/placeholder/HaitekuWestRouteOcean.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/HaitekuWestRouteOcean.asm", ROMX + +HaitekuWestRouteOceanScriptLoader:: ; d9f15 (36:5f15) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Kanto.asm b/maps/placeholder/Kanto.asm new file mode 100644 index 0000000..7e2b109 --- /dev/null +++ b/maps/placeholder/Kanto.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Kanto.asm", ROMX + +KantoScriptLoader:: ; d95f1 (36:55f1) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/KantoCeladonElevator.asm b/maps/placeholder/KantoCeladonElevator.asm new file mode 100644 index 0000000..15e26cb --- /dev/null +++ b/maps/placeholder/KantoCeladonElevator.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeladonMart1F.asm b/maps/placeholder/KantoCeladonMart1F.asm new file mode 100644 index 0000000..a5a1cc6 --- /dev/null +++ b/maps/placeholder/KantoCeladonMart1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeladonMart2F.asm b/maps/placeholder/KantoCeladonMart2F.asm new file mode 100644 index 0000000..79bd202 --- /dev/null +++ b/maps/placeholder/KantoCeladonMart2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeladonMart3F.asm b/maps/placeholder/KantoCeladonMart3F.asm new file mode 100644 index 0000000..4a93326 --- /dev/null +++ b/maps/placeholder/KantoCeladonMart3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeladonMart4F.asm b/maps/placeholder/KantoCeladonMart4F.asm new file mode 100644 index 0000000..35f5535 --- /dev/null +++ b/maps/placeholder/KantoCeladonMart4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeladonMart5F.asm b/maps/placeholder/KantoCeladonMart5F.asm new file mode 100644 index 0000000..3c0a43a --- /dev/null +++ b/maps/placeholder/KantoCeladonMart5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoCeruleanHouse.asm b/maps/placeholder/KantoCeruleanHouse.asm new file mode 100644 index 0000000..9504182 --- /dev/null +++ b/maps/placeholder/KantoCeruleanHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoDiner.asm b/maps/placeholder/KantoDiner.asm new file mode 100644 index 0000000..345cf7e --- /dev/null +++ b/maps/placeholder/KantoDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoEastRoute.asm b/maps/placeholder/KantoEastRoute.asm new file mode 100644 index 0000000..30b949f --- /dev/null +++ b/maps/placeholder/KantoEastRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/KantoEastRoute.asm", ROMX + +KantoEastRouteScriptLoader:: ; db24b (36:724b) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/KantoEldersHouse.asm b/maps/placeholder/KantoEldersHouse.asm new file mode 100644 index 0000000..d7e8d85 --- /dev/null +++ b/maps/placeholder/KantoEldersHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoFishingGuru.asm b/maps/placeholder/KantoFishingGuru.asm new file mode 100644 index 0000000..6991bec --- /dev/null +++ b/maps/placeholder/KantoFishingGuru.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGameCorner.asm b/maps/placeholder/KantoGameCorner.asm new file mode 100644 index 0000000..40cde71 --- /dev/null +++ b/maps/placeholder/KantoGameCorner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGameCornerPrizes.asm b/maps/placeholder/KantoGameCornerPrizes.asm new file mode 100644 index 0000000..eee883f --- /dev/null +++ b/maps/placeholder/KantoGameCornerPrizes.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGamefreakHQ1.asm b/maps/placeholder/KantoGamefreakHQ1.asm new file mode 100644 index 0000000..30a2d9e --- /dev/null +++ b/maps/placeholder/KantoGamefreakHQ1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGamefreakHQ2.asm b/maps/placeholder/KantoGamefreakHQ2.asm new file mode 100644 index 0000000..bef3dbf --- /dev/null +++ b/maps/placeholder/KantoGamefreakHQ2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGamefreakHQ3.asm b/maps/placeholder/KantoGamefreakHQ3.asm new file mode 100644 index 0000000..2acdd5e --- /dev/null +++ b/maps/placeholder/KantoGamefreakHQ3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGamefreakHQ4.asm b/maps/placeholder/KantoGamefreakHQ4.asm new file mode 100644 index 0000000..f0ed047 --- /dev/null +++ b/maps/placeholder/KantoGamefreakHQ4.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGamefreakHQ5.asm b/maps/placeholder/KantoGamefreakHQ5.asm new file mode 100644 index 0000000..73be6e9 --- /dev/null +++ b/maps/placeholder/KantoGamefreakHQ5.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGreensHouse1F.asm b/maps/placeholder/KantoGreensHouse1F.asm new file mode 100644 index 0000000..8eda14c --- /dev/null +++ b/maps/placeholder/KantoGreensHouse1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoGreensHouse2F.asm b/maps/placeholder/KantoGreensHouse2F.asm new file mode 100644 index 0000000..f79df34 --- /dev/null +++ b/maps/placeholder/KantoGreensHouse2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoHospital.asm b/maps/placeholder/KantoHospital.asm new file mode 100644 index 0000000..71bfc46 --- /dev/null +++ b/maps/placeholder/KantoHospital.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoLavenderHouse.asm b/maps/placeholder/KantoLavenderHouse.asm new file mode 100644 index 0000000..898aae7 --- /dev/null +++ b/maps/placeholder/KantoLavenderHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoLeague1F.asm b/maps/placeholder/KantoLeague1F.asm new file mode 100644 index 0000000..84dbfbf --- /dev/null +++ b/maps/placeholder/KantoLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoLeague21F.asm b/maps/placeholder/KantoLeague21F.asm new file mode 100644 index 0000000..dae274b --- /dev/null +++ b/maps/placeholder/KantoLeague21F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoLeague22F.asm b/maps/placeholder/KantoLeague22F.asm new file mode 100644 index 0000000..e75d531 --- /dev/null +++ b/maps/placeholder/KantoLeague22F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoLeague2F.asm b/maps/placeholder/KantoLeague2F.asm new file mode 100644 index 0000000..bded333 --- /dev/null +++ b/maps/placeholder/KantoLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoMart.asm b/maps/placeholder/KantoMart.asm new file mode 100644 index 0000000..6b8cf8a --- /dev/null +++ b/maps/placeholder/KantoMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoOaksLab.asm b/maps/placeholder/KantoOaksLab.asm new file mode 100644 index 0000000..f092fd3 --- /dev/null +++ b/maps/placeholder/KantoOaksLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoPokecenter1F.asm b/maps/placeholder/KantoPokecenter1F.asm new file mode 100644 index 0000000..1f0e94a --- /dev/null +++ b/maps/placeholder/KantoPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoPokecenter21F.asm b/maps/placeholder/KantoPokecenter21F.asm new file mode 100644 index 0000000..f3df29e --- /dev/null +++ b/maps/placeholder/KantoPokecenter21F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoPokecenter22F.asm b/maps/placeholder/KantoPokecenter22F.asm new file mode 100644 index 0000000..b63059a --- /dev/null +++ b/maps/placeholder/KantoPokecenter22F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoPokecenter2F.asm b/maps/placeholder/KantoPokecenter2F.asm new file mode 100644 index 0000000..2080af3 --- /dev/null +++ b/maps/placeholder/KantoPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoRedsHouse.asm b/maps/placeholder/KantoRedsHouse.asm new file mode 100644 index 0000000..1512076 --- /dev/null +++ b/maps/placeholder/KantoRedsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoSchool.asm b/maps/placeholder/KantoSchool.asm new file mode 100644 index 0000000..5461492 --- /dev/null +++ b/maps/placeholder/KantoSchool.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoSilphCo.asm b/maps/placeholder/KantoSilphCo.asm new file mode 100644 index 0000000..87f5f74 --- /dev/null +++ b/maps/placeholder/KantoSilphCo.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoUnusedArea.asm b/maps/placeholder/KantoUnusedArea.asm new file mode 100644 index 0000000..918f51f --- /dev/null +++ b/maps/placeholder/KantoUnusedArea.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/KantoViridianHouse.asm b/maps/placeholder/KantoViridianHouse.asm new file mode 100644 index 0000000..ee3e10b --- /dev/null +++ b/maps/placeholder/KantoViridianHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/MtFuji.asm b/maps/placeholder/MtFuji.asm new file mode 100644 index 0000000..53bc8f8 --- /dev/null +++ b/maps/placeholder/MtFuji.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/MtFuji.asm", ROMX + +MtFujiScriptLoader:: ; d96ed (36:56ed) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/MtFujiRoute.asm b/maps/placeholder/MtFujiRoute.asm new file mode 100644 index 0000000..7078a39 --- /dev/null +++ b/maps/placeholder/MtFujiRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/MtFujiRoute.asm", ROMX + +MtFujiRouteScriptLoader:: ; db442 (36:7442) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Newtype.asm b/maps/placeholder/Newtype.asm new file mode 100644 index 0000000..4c7a50c --- /dev/null +++ b/maps/placeholder/Newtype.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Newtype.asm", ROMX + +NewtypeScriptLoader:: ; d8c38 (36:4c38) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/NewtypeDiner.asm b/maps/placeholder/NewtypeDiner.asm new file mode 100644 index 0000000..68eb261 --- /dev/null +++ b/maps/placeholder/NewtypeDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeDojo.asm b/maps/placeholder/NewtypeDojo.asm new file mode 100644 index 0000000..80be5ce --- /dev/null +++ b/maps/placeholder/NewtypeDojo.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeHouse1.asm b/maps/placeholder/NewtypeHouse1.asm new file mode 100644 index 0000000..a7a98dd --- /dev/null +++ b/maps/placeholder/NewtypeHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeHouse2.asm b/maps/placeholder/NewtypeHouse2.asm new file mode 100644 index 0000000..2b72062 --- /dev/null +++ b/maps/placeholder/NewtypeHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeHouse3.asm b/maps/placeholder/NewtypeHouse3.asm new file mode 100644 index 0000000..b67244a --- /dev/null +++ b/maps/placeholder/NewtypeHouse3.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeLeague1F.asm b/maps/placeholder/NewtypeLeague1F.asm new file mode 100644 index 0000000..84d5ff4 --- /dev/null +++ b/maps/placeholder/NewtypeLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeLeague2F.asm b/maps/placeholder/NewtypeLeague2F.asm new file mode 100644 index 0000000..36c3035 --- /dev/null +++ b/maps/placeholder/NewtypeLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeMart.asm b/maps/placeholder/NewtypeMart.asm new file mode 100644 index 0000000..ac120dd --- /dev/null +++ b/maps/placeholder/NewtypeMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypePokecenter1F.asm b/maps/placeholder/NewtypePokecenter1F.asm new file mode 100644 index 0000000..30afdf0 --- /dev/null +++ b/maps/placeholder/NewtypePokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypePokecenter2F.asm b/maps/placeholder/NewtypePokecenter2F.asm new file mode 100644 index 0000000..e42bf8f --- /dev/null +++ b/maps/placeholder/NewtypePokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeRoute.asm b/maps/placeholder/NewtypeRoute.asm new file mode 100644 index 0000000..f8b8a58 --- /dev/null +++ b/maps/placeholder/NewtypeRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/NewtypeRoute.asm", ROMX + +NewtypeRouteScriptLoader:: ; daa6c (36:6a6c) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/NewtypeRouteGate.asm b/maps/placeholder/NewtypeRouteGate.asm new file mode 100644 index 0000000..1317988 --- /dev/null +++ b/maps/placeholder/NewtypeRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NewtypeSailorHouse.asm b/maps/placeholder/NewtypeSailorHouse.asm new file mode 100644 index 0000000..a92b3d7 --- /dev/null +++ b/maps/placeholder/NewtypeSailorHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/North.asm b/maps/placeholder/North.asm new file mode 100644 index 0000000..671807f --- /dev/null +++ b/maps/placeholder/North.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/North.asm", ROMX + +NorthScriptLoader:: ; d99dd (36:59dd) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/NorthHouse1.asm b/maps/placeholder/NorthHouse1.asm new file mode 100644 index 0000000..124536c --- /dev/null +++ b/maps/placeholder/NorthHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NorthHouse2.asm b/maps/placeholder/NorthHouse2.asm new file mode 100644 index 0000000..43d7a06 --- /dev/null +++ b/maps/placeholder/NorthHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NorthMart.asm b/maps/placeholder/NorthMart.asm new file mode 100644 index 0000000..ec6836a --- /dev/null +++ b/maps/placeholder/NorthMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NorthPokecenter1F.asm b/maps/placeholder/NorthPokecenter1F.asm new file mode 100644 index 0000000..8c4608c --- /dev/null +++ b/maps/placeholder/NorthPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/NorthPokecenter2F.asm b/maps/placeholder/NorthPokecenter2F.asm new file mode 100644 index 0000000..08fdc56 --- /dev/null +++ b/maps/placeholder/NorthPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Office1.asm b/maps/placeholder/Office1.asm new file mode 100644 index 0000000..c51ac5b --- /dev/null +++ b/maps/placeholder/Office1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Office2.asm b/maps/placeholder/Office2.asm new file mode 100644 index 0000000..e900542 --- /dev/null +++ b/maps/placeholder/Office2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Office3.asm b/maps/placeholder/Office3.asm new file mode 100644 index 0000000..8241c93 --- /dev/null +++ b/maps/placeholder/Office3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCity.asm b/maps/placeholder/OldCity.asm new file mode 100644 index 0000000..5d67bea --- /dev/null +++ b/maps/placeholder/OldCity.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/OldCity.asm", ROMX + +OldCityScriptLoader:: ; d8370 (36:4370) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/OldCityBillsHouse.asm b/maps/placeholder/OldCityBillsHouse.asm new file mode 100644 index 0000000..728a1b3 --- /dev/null +++ b/maps/placeholder/OldCityBillsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityGym.asm b/maps/placeholder/OldCityGym.asm new file mode 100644 index 0000000..f17f960 --- /dev/null +++ b/maps/placeholder/OldCityGym.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityHouse.asm b/maps/placeholder/OldCityHouse.asm new file mode 100644 index 0000000..1f63cf4 --- /dev/null +++ b/maps/placeholder/OldCityHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityKurtsHouse.asm b/maps/placeholder/OldCityKurtsHouse.asm new file mode 100644 index 0000000..5035483 --- /dev/null +++ b/maps/placeholder/OldCityKurtsHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityMart.asm b/maps/placeholder/OldCityMart.asm new file mode 100644 index 0000000..2e8b254 --- /dev/null +++ b/maps/placeholder/OldCityMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityMuseum.asm b/maps/placeholder/OldCityMuseum.asm new file mode 100644 index 0000000..c4826d0 --- /dev/null +++ b/maps/placeholder/OldCityMuseum.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityPokecenter1F.asm b/maps/placeholder/OldCityPokecenter1F.asm new file mode 100644 index 0000000..c4f1ed1 --- /dev/null +++ b/maps/placeholder/OldCityPokecenter1F.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCitySchool.asm b/maps/placeholder/OldCitySchool.asm new file mode 100644 index 0000000..caaa1cf --- /dev/null +++ b/maps/placeholder/OldCitySchool.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityTower1F.asm b/maps/placeholder/OldCityTower1F.asm new file mode 100644 index 0000000..a97fd7a --- /dev/null +++ b/maps/placeholder/OldCityTower1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityTower2F.asm b/maps/placeholder/OldCityTower2F.asm new file mode 100644 index 0000000..74dfa17 --- /dev/null +++ b/maps/placeholder/OldCityTower2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityTower3F.asm b/maps/placeholder/OldCityTower3F.asm new file mode 100644 index 0000000..1af65f0 --- /dev/null +++ b/maps/placeholder/OldCityTower3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityTower4F.asm b/maps/placeholder/OldCityTower4F.asm new file mode 100644 index 0000000..70f35d8 --- /dev/null +++ b/maps/placeholder/OldCityTower4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/OldCityTower5F.asm b/maps/placeholder/OldCityTower5F.asm new file mode 100644 index 0000000..f1e3d1e --- /dev/null +++ b/maps/placeholder/OldCityTower5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/PowerPlant1.asm b/maps/placeholder/PowerPlant1.asm new file mode 100644 index 0000000..cacac6f --- /dev/null +++ b/maps/placeholder/PowerPlant1.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/PowerPlant2.asm b/maps/placeholder/PowerPlant2.asm new file mode 100644 index 0000000..e6ca0af --- /dev/null +++ b/maps/placeholder/PowerPlant2.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/PowerPlant3.asm b/maps/placeholder/PowerPlant3.asm new file mode 100644 index 0000000..05b1fea --- /dev/null +++ b/maps/placeholder/PowerPlant3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/PowerPlant4.asm b/maps/placeholder/PowerPlant4.asm new file mode 100644 index 0000000..ad119fb --- /dev/null +++ b/maps/placeholder/PowerPlant4.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Prince.asm b/maps/placeholder/Prince.asm new file mode 100644 index 0000000..c5d1c34 --- /dev/null +++ b/maps/placeholder/Prince.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Prince.asm", ROMX + +PrinceScriptLoader:: ; d9675 (36:5675) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/PrinceRoute.asm b/maps/placeholder/PrinceRoute.asm new file mode 100644 index 0000000..2a54abf --- /dev/null +++ b/maps/placeholder/PrinceRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/PrinceRoute.asm", ROMX + +PrinceRouteScriptLoader:: ; db3e6 (36:73e6) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Route15.asm b/maps/placeholder/Route15.asm new file mode 100644 index 0000000..30239d2 --- /dev/null +++ b/maps/placeholder/Route15.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Route15.asm", ROMX + +Route15ScriptLoader:: ; da9bb (36:69bb) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Route15Pokecenter1F.asm b/maps/placeholder/Route15Pokecenter1F.asm new file mode 100644 index 0000000..2b5e2d8 --- /dev/null +++ b/maps/placeholder/Route15Pokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route15Pokecenter2F.asm b/maps/placeholder/Route15Pokecenter2F.asm new file mode 100644 index 0000000..c0d2e53 --- /dev/null +++ b/maps/placeholder/Route15Pokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route18.asm b/maps/placeholder/Route18.asm new file mode 100644 index 0000000..8fb08ef --- /dev/null +++ b/maps/placeholder/Route18.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Route18.asm", ROMX + +Route18ScriptLoader:: ; dac6d (36:6c6d) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Route18Pokecenter1F.asm b/maps/placeholder/Route18Pokecenter1F.asm new file mode 100644 index 0000000..8dfefb4 --- /dev/null +++ b/maps/placeholder/Route18Pokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route18Pokecenter2F.asm b/maps/placeholder/Route18Pokecenter2F.asm new file mode 100644 index 0000000..506ce12 --- /dev/null +++ b/maps/placeholder/Route18Pokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route2.asm b/maps/placeholder/Route2.asm new file mode 100644 index 0000000..5919f03 --- /dev/null +++ b/maps/placeholder/Route2.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Route2.asm", ROMX + +Route2ScriptLoader:: ; d9cc4 (36:5cc4) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/Route2Gate1F.asm b/maps/placeholder/Route2Gate1F.asm new file mode 100644 index 0000000..2c2bfc9 --- /dev/null +++ b/maps/placeholder/Route2Gate1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route2Gate2F.asm b/maps/placeholder/Route2Gate2F.asm new file mode 100644 index 0000000..185393c --- /dev/null +++ b/maps/placeholder/Route2Gate2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Route2House.asm b/maps/placeholder/Route2House.asm new file mode 100644 index 0000000..ba009cf --- /dev/null +++ b/maps/placeholder/Route2House.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/RouteSilentEast.asm b/maps/placeholder/RouteSilentEast.asm new file mode 100644 index 0000000..c4dd581 --- /dev/null +++ b/maps/placeholder/RouteSilentEast.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/RouteSilentEast.asm", ROMX + +RouteSilentEastScriptLoader:: ; db38a (36:738a) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/RouteSilentEastGate.asm b/maps/placeholder/RouteSilentEastGate.asm new file mode 100644 index 0000000..9aa0f99 --- /dev/null +++ b/maps/placeholder/RouteSilentEastGate.asm @@ -0,0 +1,9 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/RouteSilentEastGate.asm", ROMX + +RouteSilentEastGateScriptLoader:: ; d0040 (34:4040) + ret + +RouteSilentEastGateTextPointers:: ; d0041 (34:4041) + db "@"
\ No newline at end of file diff --git a/maps/placeholder/RuinsOfAlphEntrance.asm b/maps/placeholder/RuinsOfAlphEntrance.asm new file mode 100644 index 0000000..1cc9cfe --- /dev/null +++ b/maps/placeholder/RuinsOfAlphEntrance.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/RuinsOfAlphMain.asm b/maps/placeholder/RuinsOfAlphMain.asm new file mode 100644 index 0000000..6ed231b --- /dev/null +++ b/maps/placeholder/RuinsOfAlphMain.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SlowpokeWellEntrance.asm b/maps/placeholder/SlowpokeWellEntrance.asm new file mode 100644 index 0000000..8f9140f --- /dev/null +++ b/maps/placeholder/SlowpokeWellEntrance.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SlowpokeWellMain.asm b/maps/placeholder/SlowpokeWellMain.asm new file mode 100644 index 0000000..8f71e70 --- /dev/null +++ b/maps/placeholder/SlowpokeWellMain.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/South.asm b/maps/placeholder/South.asm new file mode 100644 index 0000000..18b9fdb --- /dev/null +++ b/maps/placeholder/South.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/South.asm", ROMX + +SouthScriptLoader:: ; d9912 (36:5912) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/SouthHouse1.asm b/maps/placeholder/SouthHouse1.asm new file mode 100644 index 0000000..c54c398 --- /dev/null +++ b/maps/placeholder/SouthHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SouthHouse2.asm b/maps/placeholder/SouthHouse2.asm new file mode 100644 index 0000000..dec41e3 --- /dev/null +++ b/maps/placeholder/SouthHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SouthMart.asm b/maps/placeholder/SouthMart.asm new file mode 100644 index 0000000..e9e4ba3 --- /dev/null +++ b/maps/placeholder/SouthMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SouthPokecenter1F.asm b/maps/placeholder/SouthPokecenter1F.asm new file mode 100644 index 0000000..8d9b545 --- /dev/null +++ b/maps/placeholder/SouthPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SouthPokecenter2F.asm b/maps/placeholder/SouthPokecenter2F.asm new file mode 100644 index 0000000..6b5fdf3 --- /dev/null +++ b/maps/placeholder/SouthPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Stand.asm b/maps/placeholder/Stand.asm new file mode 100644 index 0000000..5b5adfe --- /dev/null +++ b/maps/placeholder/Stand.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Stand.asm", ROMX + +StandScriptLoader:: ; d919b (36:519b) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/StandHouse.asm b/maps/placeholder/StandHouse.asm new file mode 100644 index 0000000..df3629d --- /dev/null +++ b/maps/placeholder/StandHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandLab.asm b/maps/placeholder/StandLab.asm new file mode 100644 index 0000000..be8f00f --- /dev/null +++ b/maps/placeholder/StandLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandLeague1F.asm b/maps/placeholder/StandLeague1F.asm new file mode 100644 index 0000000..e633748 --- /dev/null +++ b/maps/placeholder/StandLeague1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandLeague2F.asm b/maps/placeholder/StandLeague2F.asm new file mode 100644 index 0000000..efd32c3 --- /dev/null +++ b/maps/placeholder/StandLeague2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandMart.asm b/maps/placeholder/StandMart.asm new file mode 100644 index 0000000..eaf0f13 --- /dev/null +++ b/maps/placeholder/StandMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandOffice.asm b/maps/placeholder/StandOffice.asm new file mode 100644 index 0000000..365a3ab --- /dev/null +++ b/maps/placeholder/StandOffice.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandPokecenter1F.asm b/maps/placeholder/StandPokecenter1F.asm new file mode 100644 index 0000000..1ba12ca --- /dev/null +++ b/maps/placeholder/StandPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandPokecenter2F.asm b/maps/placeholder/StandPokecenter2F.asm new file mode 100644 index 0000000..08646db --- /dev/null +++ b/maps/placeholder/StandPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandRocketHouse1F.asm b/maps/placeholder/StandRocketHouse1F.asm new file mode 100644 index 0000000..d5851bd --- /dev/null +++ b/maps/placeholder/StandRocketHouse1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandRocketHouse2F.asm b/maps/placeholder/StandRocketHouse2F.asm new file mode 100644 index 0000000..1204a88 --- /dev/null +++ b/maps/placeholder/StandRocketHouse2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/StandRoute.asm b/maps/placeholder/StandRoute.asm new file mode 100644 index 0000000..dee6388 --- /dev/null +++ b/maps/placeholder/StandRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/StandRoute.asm", ROMX + +StandRouteScriptLoader:: ; db15f (36:715f) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/StandRouteGateKanto.asm b/maps/placeholder/StandRouteGateKanto.asm new file mode 100644 index 0000000..61594f5 --- /dev/null +++ b/maps/placeholder/StandRouteGateKanto.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/Sugar.asm b/maps/placeholder/Sugar.asm new file mode 100644 index 0000000..c343933 --- /dev/null +++ b/maps/placeholder/Sugar.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/Sugar.asm", ROMX + +SugarScriptLoader:: ; d8d03 (36:4d03) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/SugarHouse.asm b/maps/placeholder/SugarHouse.asm new file mode 100644 index 0000000..9b0bf75 --- /dev/null +++ b/maps/placeholder/SugarHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SugarHouse2.asm b/maps/placeholder/SugarHouse2.asm new file mode 100644 index 0000000..e8100f2 --- /dev/null +++ b/maps/placeholder/SugarHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SugarMart.asm b/maps/placeholder/SugarMart.asm new file mode 100644 index 0000000..f28f456 --- /dev/null +++ b/maps/placeholder/SugarMart.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SugarPokecenter1F.asm b/maps/placeholder/SugarPokecenter1F.asm new file mode 100644 index 0000000..eb3a851 --- /dev/null +++ b/maps/placeholder/SugarPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SugarPokecenter2F.asm b/maps/placeholder/SugarPokecenter2F.asm new file mode 100644 index 0000000..8f8333e --- /dev/null +++ b/maps/placeholder/SugarPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/SugarRoute.asm b/maps/placeholder/SugarRoute.asm new file mode 100644 index 0000000..3912f1e --- /dev/null +++ b/maps/placeholder/SugarRoute.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/SugarRoute.asm", ROMX + +SugarRouteScriptLoader:: ; daed3 (36:6ed3) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/SugarRouteGate.asm b/maps/placeholder/SugarRouteGate.asm new file mode 100644 index 0000000..451ef79 --- /dev/null +++ b/maps/placeholder/SugarRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/West.asm b/maps/placeholder/West.asm new file mode 100644 index 0000000..bd27615 --- /dev/null +++ b/maps/placeholder/West.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/West.asm", ROMX + +WestScriptLoader:: ; d85d0 (36:45d0) + ret + + db "@"
\ No newline at end of file diff --git a/maps/placeholder/WestGym.asm b/maps/placeholder/WestGym.asm new file mode 100644 index 0000000..621c432 --- /dev/null +++ b/maps/placeholder/WestGym.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestHouse1.asm b/maps/placeholder/WestHouse1.asm new file mode 100644 index 0000000..9fd22f7 --- /dev/null +++ b/maps/placeholder/WestHouse1.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestHouse2.asm b/maps/placeholder/WestHouse2.asm new file mode 100644 index 0000000..4f35471 --- /dev/null +++ b/maps/placeholder/WestHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart1F.asm b/maps/placeholder/WestMart1F.asm new file mode 100644 index 0000000..b3559ac --- /dev/null +++ b/maps/placeholder/WestMart1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart2F.asm b/maps/placeholder/WestMart2F.asm new file mode 100644 index 0000000..66a629c --- /dev/null +++ b/maps/placeholder/WestMart2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart3F.asm b/maps/placeholder/WestMart3F.asm new file mode 100644 index 0000000..ac80cc7 --- /dev/null +++ b/maps/placeholder/WestMart3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart4F.asm b/maps/placeholder/WestMart4F.asm new file mode 100644 index 0000000..a078512 --- /dev/null +++ b/maps/placeholder/WestMart4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart5F.asm b/maps/placeholder/WestMart5F.asm new file mode 100644 index 0000000..fa69d65 --- /dev/null +++ b/maps/placeholder/WestMart5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMart6F.asm b/maps/placeholder/WestMart6F.asm new file mode 100644 index 0000000..abb3535 --- /dev/null +++ b/maps/placeholder/WestMart6F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestMartElevator.asm b/maps/placeholder/WestMartElevator.asm new file mode 100644 index 0000000..9ebf96e --- /dev/null +++ b/maps/placeholder/WestMartElevator.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestPokecenter1F.asm b/maps/placeholder/WestPokecenter1F.asm new file mode 100644 index 0000000..ebac42e --- /dev/null +++ b/maps/placeholder/WestPokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestPokecenter2F.asm b/maps/placeholder/WestPokecenter2F.asm new file mode 100644 index 0000000..79806cb --- /dev/null +++ b/maps/placeholder/WestPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRadioTower1F.asm b/maps/placeholder/WestRadioTower1F.asm new file mode 100644 index 0000000..3b5c9c7 --- /dev/null +++ b/maps/placeholder/WestRadioTower1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRadioTower2F.asm b/maps/placeholder/WestRadioTower2F.asm new file mode 100644 index 0000000..43ff37b --- /dev/null +++ b/maps/placeholder/WestRadioTower2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRadioTower3F.asm b/maps/placeholder/WestRadioTower3F.asm new file mode 100644 index 0000000..b2ef166 --- /dev/null +++ b/maps/placeholder/WestRadioTower3F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRadioTower4F.asm b/maps/placeholder/WestRadioTower4F.asm new file mode 100644 index 0000000..968cd80 --- /dev/null +++ b/maps/placeholder/WestRadioTower4F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRadioTower5F.asm b/maps/placeholder/WestRadioTower5F.asm new file mode 100644 index 0000000..ce19208 --- /dev/null +++ b/maps/placeholder/WestRadioTower5F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/WestRocketRaidedHouse.asm b/maps/placeholder/WestRocketRaidedHouse.asm new file mode 100644 index 0000000..a05551e --- /dev/null +++ b/maps/placeholder/WestRocketRaidedHouse.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/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/placeholder/blk/Baadon.blk index eee9928..eee9928 100644 --- a/maps/blk/Baadon.blk +++ b/maps/placeholder/blk/Baadon.blk diff --git a/maps/blk/BaadonHouse1.blk b/maps/placeholder/blk/BaadonHouse1.blk index 71eb33c..71eb33c 100644 --- a/maps/blk/BaadonHouse1.blk +++ b/maps/placeholder/blk/BaadonHouse1.blk diff --git a/maps/blk/BaadonHouse2.blk b/maps/placeholder/blk/BaadonHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/BaadonHouse2.blk +++ b/maps/placeholder/blk/BaadonHouse2.blk diff --git a/maps/blk/BaadonLeague1F.blk b/maps/placeholder/blk/BaadonLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/BaadonLeague1F.blk +++ b/maps/placeholder/blk/BaadonLeague1F.blk diff --git a/maps/blk/BaadonLeague2F.blk b/maps/placeholder/blk/BaadonLeague2F.blk index 444e479..444e479 100644 --- a/maps/blk/BaadonLeague2F.blk +++ b/maps/placeholder/blk/BaadonLeague2F.blk diff --git a/maps/blk/BaadonMart.blk b/maps/placeholder/blk/BaadonMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/BaadonMart.blk +++ b/maps/placeholder/blk/BaadonMart.blk diff --git a/maps/blk/BaadonPokecenter1F.blk b/maps/placeholder/blk/BaadonPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/BaadonPokecenter1F.blk +++ b/maps/placeholder/blk/BaadonPokecenter1F.blk diff --git a/maps/blk/BaadonPokecenter2F.blk b/maps/placeholder/blk/BaadonPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/BaadonPokecenter2F.blk +++ b/maps/placeholder/blk/BaadonPokecenter2F.blk diff --git a/maps/blk/BaadonRoute1.blk b/maps/placeholder/blk/BaadonRoute1.blk index 95f2f31..95f2f31 100644 --- a/maps/blk/BaadonRoute1.blk +++ b/maps/placeholder/blk/BaadonRoute1.blk diff --git a/maps/blk/BaadonRoute2.blk b/maps/placeholder/blk/BaadonRoute2.blk index 228c9f6..228c9f6 100644 --- a/maps/blk/BaadonRoute2.blk +++ b/maps/placeholder/blk/BaadonRoute2.blk diff --git a/maps/blk/BaadonRoute3.blk b/maps/placeholder/blk/BaadonRoute3.blk index 3b98916..3b98916 100644 --- a/maps/blk/BaadonRoute3.blk +++ b/maps/placeholder/blk/BaadonRoute3.blk diff --git a/maps/blk/BaadonRouteGateNewtype.blk b/maps/placeholder/blk/BaadonRouteGateNewtype.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/BaadonRouteGateNewtype.blk +++ b/maps/placeholder/blk/BaadonRouteGateNewtype.blk diff --git a/maps/blk/BaadonRouteGateWest.blk b/maps/placeholder/blk/BaadonRouteGateWest.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/BaadonRouteGateWest.blk +++ b/maps/placeholder/blk/BaadonRouteGateWest.blk diff --git a/maps/blk/BaadonWallpaperHouse.blk b/maps/placeholder/blk/BaadonWallpaperHouse.blk index 3cee918..3cee918 100644 --- a/maps/blk/BaadonWallpaperHouse.blk +++ b/maps/placeholder/blk/BaadonWallpaperHouse.blk diff --git a/maps/blk/BullForest.blk b/maps/placeholder/blk/BullForest.blk index 9ad1681..9ad1681 100644 --- a/maps/blk/BullForest.blk +++ b/maps/placeholder/blk/BullForest.blk diff --git a/maps/blk/BullForestRoute1.blk b/maps/placeholder/blk/BullForestRoute1.blk index 8b071f7..8b071f7 100644 --- a/maps/blk/BullForestRoute1.blk +++ b/maps/placeholder/blk/BullForestRoute1.blk diff --git a/maps/blk/BullForestRoute1House.blk b/maps/placeholder/blk/BullForestRoute1House.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/BullForestRoute1House.blk +++ b/maps/placeholder/blk/BullForestRoute1House.blk diff --git a/maps/blk/BullForestRoute2.blk b/maps/placeholder/blk/BullForestRoute2.blk index 712f222..712f222 100644 --- a/maps/blk/BullForestRoute2.blk +++ b/maps/placeholder/blk/BullForestRoute2.blk diff --git a/maps/blk/BullForestRoute3.blk b/maps/placeholder/blk/BullForestRoute3.blk index 66f48ab..66f48ab 100644 --- a/maps/blk/BullForestRoute3.blk +++ b/maps/placeholder/blk/BullForestRoute3.blk diff --git a/maps/blk/BullForestRouteGateStand.blk b/maps/placeholder/blk/BullForestRouteGateStand.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/BullForestRouteGateStand.blk +++ b/maps/placeholder/blk/BullForestRouteGateStand.blk diff --git a/maps/blk/BullHouse1.blk b/maps/placeholder/blk/BullHouse1.blk index 923d6f0..923d6f0 100644 --- a/maps/blk/BullHouse1.blk +++ b/maps/placeholder/blk/BullHouse1.blk diff --git a/maps/blk/BullHouse2.blk b/maps/placeholder/blk/BullHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/BullHouse2.blk +++ b/maps/placeholder/blk/BullHouse2.blk diff --git a/maps/blk/BullHouse3.blk b/maps/placeholder/blk/BullHouse3.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/BullHouse3.blk +++ b/maps/placeholder/blk/BullHouse3.blk diff --git a/maps/blk/BullHouse4.blk b/maps/placeholder/blk/BullHouse4.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/BullHouse4.blk +++ b/maps/placeholder/blk/BullHouse4.blk diff --git a/maps/blk/BullLeague1F.blk b/maps/placeholder/blk/BullLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/BullLeague1F.blk +++ b/maps/placeholder/blk/BullLeague1F.blk diff --git a/maps/blk/BullLeague2F.blk b/maps/placeholder/blk/BullLeague2F.blk index 36bbe14..36bbe14 100644 --- a/maps/blk/BullLeague2F.blk +++ b/maps/placeholder/blk/BullLeague2F.blk diff --git a/maps/blk/BullMart.blk b/maps/placeholder/blk/BullMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/BullMart.blk +++ b/maps/placeholder/blk/BullMart.blk diff --git a/maps/blk/BullPokecenter1F.blk b/maps/placeholder/blk/BullPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/BullPokecenter1F.blk +++ b/maps/placeholder/blk/BullPokecenter1F.blk diff --git a/maps/blk/BullPokecenter2F.blk b/maps/placeholder/blk/BullPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/BullPokecenter2F.blk +++ b/maps/placeholder/blk/BullPokecenter2F.blk diff --git a/maps/blk/CaveMinecarts1.blk b/maps/placeholder/blk/CaveMinecarts1.blk index 2d940be..2d940be 100644 --- a/maps/blk/CaveMinecarts1.blk +++ b/maps/placeholder/blk/CaveMinecarts1.blk diff --git a/maps/blk/CaveMinecarts2.blk b/maps/placeholder/blk/CaveMinecarts2.blk index 91d989c..91d989c 100644 --- a/maps/blk/CaveMinecarts2.blk +++ b/maps/placeholder/blk/CaveMinecarts2.blk diff --git a/maps/blk/CaveMinecarts3.blk b/maps/placeholder/blk/CaveMinecarts3.blk index 91d989c..91d989c 100644 --- a/maps/blk/CaveMinecarts3.blk +++ b/maps/placeholder/blk/CaveMinecarts3.blk diff --git a/maps/blk/CaveMinecarts4.blk b/maps/placeholder/blk/CaveMinecarts4.blk index fda3a95..fda3a95 100644 --- a/maps/blk/CaveMinecarts4.blk +++ b/maps/placeholder/blk/CaveMinecarts4.blk diff --git a/maps/blk/CaveMinecarts5.blk b/maps/placeholder/blk/CaveMinecarts5.blk index 31ba890..31ba890 100644 --- a/maps/blk/CaveMinecarts5.blk +++ b/maps/placeholder/blk/CaveMinecarts5.blk diff --git a/maps/blk/CaveMinecarts6.blk b/maps/placeholder/blk/CaveMinecarts6.blk index 36788e6..36788e6 100644 --- a/maps/blk/CaveMinecarts6.blk +++ b/maps/placeholder/blk/CaveMinecarts6.blk diff --git a/maps/blk/CaveMinecarts7.blk b/maps/placeholder/blk/CaveMinecarts7.blk index bbafdd4..bbafdd4 100644 --- a/maps/blk/CaveMinecarts7.blk +++ b/maps/placeholder/blk/CaveMinecarts7.blk diff --git a/maps/blk/Fonto.blk b/maps/placeholder/blk/Fonto.blk index daeb894..daeb894 100644 --- a/maps/blk/Fonto.blk +++ b/maps/placeholder/blk/Fonto.blk diff --git a/maps/blk/FontoHouse.blk b/maps/placeholder/blk/FontoHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/FontoHouse.blk +++ b/maps/placeholder/blk/FontoHouse.blk diff --git a/maps/blk/FontoLab.blk b/maps/placeholder/blk/FontoLab.blk index a358ac9..a358ac9 100644 --- a/maps/blk/FontoLab.blk +++ b/maps/placeholder/blk/FontoLab.blk diff --git a/maps/blk/FontoMart.blk b/maps/placeholder/blk/FontoMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/FontoMart.blk +++ b/maps/placeholder/blk/FontoMart.blk diff --git a/maps/blk/FontoPokecenter1F.blk b/maps/placeholder/blk/FontoPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/FontoPokecenter1F.blk +++ b/maps/placeholder/blk/FontoPokecenter1F.blk diff --git a/maps/blk/FontoPokecenter2F.blk b/maps/placeholder/blk/FontoPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/FontoPokecenter2F.blk +++ b/maps/placeholder/blk/FontoPokecenter2F.blk diff --git a/maps/blk/FontoRocketHouse.blk b/maps/placeholder/blk/FontoRocketHouse.blk index 8f3b907..8f3b907 100644 --- a/maps/blk/FontoRocketHouse.blk +++ b/maps/placeholder/blk/FontoRocketHouse.blk diff --git a/maps/blk/FontoRoute1.blk b/maps/placeholder/blk/FontoRoute1.blk index a90f189..a90f189 100644 --- a/maps/blk/FontoRoute1.blk +++ b/maps/placeholder/blk/FontoRoute1.blk diff --git a/maps/blk/FontoRoute2.blk b/maps/placeholder/blk/FontoRoute2.blk index ef62cf7..ef62cf7 100644 --- a/maps/blk/FontoRoute2.blk +++ b/maps/placeholder/blk/FontoRoute2.blk diff --git a/maps/blk/FontoRoute3.blk b/maps/placeholder/blk/FontoRoute3.blk index 06622fe..06622fe 100644 --- a/maps/blk/FontoRoute3.blk +++ b/maps/placeholder/blk/FontoRoute3.blk diff --git a/maps/blk/FontoRoute4.blk b/maps/placeholder/blk/FontoRoute4.blk index 213f24a..213f24a 100644 --- a/maps/blk/FontoRoute4.blk +++ b/maps/placeholder/blk/FontoRoute4.blk diff --git a/maps/blk/FontoRoute5.blk b/maps/placeholder/blk/FontoRoute5.blk index b26250d..b26250d 100644 --- a/maps/blk/FontoRoute5.blk +++ b/maps/placeholder/blk/FontoRoute5.blk diff --git a/maps/blk/FontoRoute6.blk b/maps/placeholder/blk/FontoRoute6.blk index 50a0dec..50a0dec 100644 --- a/maps/blk/FontoRoute6.blk +++ b/maps/placeholder/blk/FontoRoute6.blk diff --git a/maps/blk/FontoRouteGate1.blk b/maps/placeholder/blk/FontoRouteGate1.blk index ac08a0a..ac08a0a 100644 --- a/maps/blk/FontoRouteGate1.blk +++ b/maps/placeholder/blk/FontoRouteGate1.blk diff --git a/maps/blk/FontoRouteGate2.blk b/maps/placeholder/blk/FontoRouteGate2.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/FontoRouteGate2.blk +++ b/maps/placeholder/blk/FontoRouteGate2.blk diff --git a/maps/blk/FontoRouteGate3.blk b/maps/placeholder/blk/FontoRouteGate3.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/FontoRouteGate3.blk +++ b/maps/placeholder/blk/FontoRouteGate3.blk diff --git a/maps/blk/Haiteku.blk b/maps/placeholder/blk/Haiteku.blk index 9c0ed26..9c0ed26 100644 --- a/maps/blk/Haiteku.blk +++ b/maps/placeholder/blk/Haiteku.blk diff --git a/maps/blk/HaitekuAquarium1F.blk b/maps/placeholder/blk/HaitekuAquarium1F.blk index 7df5533..7df5533 100644 --- a/maps/blk/HaitekuAquarium1F.blk +++ b/maps/placeholder/blk/HaitekuAquarium1F.blk diff --git a/maps/blk/HaitekuAquarium2F.blk b/maps/placeholder/blk/HaitekuAquarium2F.blk index 3e74655..3e74655 100644 --- a/maps/blk/HaitekuAquarium2F.blk +++ b/maps/placeholder/blk/HaitekuAquarium2F.blk diff --git a/maps/blk/HaitekuHouse1.blk b/maps/placeholder/blk/HaitekuHouse1.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/HaitekuHouse1.blk +++ b/maps/placeholder/blk/HaitekuHouse1.blk diff --git a/maps/blk/HaitekuHouse2.blk b/maps/placeholder/blk/HaitekuHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/HaitekuHouse2.blk +++ b/maps/placeholder/blk/HaitekuHouse2.blk diff --git a/maps/blk/HaitekuImposterOakHouse.blk b/maps/placeholder/blk/HaitekuImposterOakHouse.blk index 9acf892..9acf892 100644 --- a/maps/blk/HaitekuImposterOakHouse.blk +++ b/maps/placeholder/blk/HaitekuImposterOakHouse.blk diff --git a/maps/blk/HaitekuLeague1F.blk b/maps/placeholder/blk/HaitekuLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/HaitekuLeague1F.blk +++ b/maps/placeholder/blk/HaitekuLeague1F.blk diff --git a/maps/blk/HaitekuLeague2F.blk b/maps/placeholder/blk/HaitekuLeague2F.blk index 9326b70..9326b70 100644 --- a/maps/blk/HaitekuLeague2F.blk +++ b/maps/placeholder/blk/HaitekuLeague2F.blk diff --git a/maps/blk/HaitekuMart.blk b/maps/placeholder/blk/HaitekuMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/HaitekuMart.blk +++ b/maps/placeholder/blk/HaitekuMart.blk diff --git a/maps/blk/HaitekuPokecenter1F.blk b/maps/placeholder/blk/HaitekuPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/HaitekuPokecenter1F.blk +++ b/maps/placeholder/blk/HaitekuPokecenter1F.blk diff --git a/maps/blk/HaitekuPokecenter2F.blk b/maps/placeholder/blk/HaitekuPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/HaitekuPokecenter2F.blk +++ b/maps/placeholder/blk/HaitekuPokecenter2F.blk diff --git a/maps/blk/HaitekuWestRoute.blk b/maps/placeholder/blk/HaitekuWestRoute.blk index ab728ef..ab728ef 100644 --- a/maps/blk/HaitekuWestRoute.blk +++ b/maps/placeholder/blk/HaitekuWestRoute.blk diff --git a/maps/blk/HaitekuWestRouteGate.blk b/maps/placeholder/blk/HaitekuWestRouteGate.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/HaitekuWestRouteGate.blk +++ b/maps/placeholder/blk/HaitekuWestRouteGate.blk diff --git a/maps/blk/HaitekuWestRouteOcean.blk b/maps/placeholder/blk/HaitekuWestRouteOcean.blk index 84d4ca7..84d4ca7 100644 --- a/maps/blk/HaitekuWestRouteOcean.blk +++ b/maps/placeholder/blk/HaitekuWestRouteOcean.blk diff --git a/maps/blk/Kanto.blk b/maps/placeholder/blk/Kanto.blk index f9c90c7..f9c90c7 100644 --- a/maps/blk/Kanto.blk +++ b/maps/placeholder/blk/Kanto.blk diff --git a/maps/blk/KantoCeladonElevator.blk b/maps/placeholder/blk/KantoCeladonElevator.blk index 2a0fe57..2a0fe57 100644 --- a/maps/blk/KantoCeladonElevator.blk +++ b/maps/placeholder/blk/KantoCeladonElevator.blk diff --git a/maps/blk/KantoCeladonMart1F.blk b/maps/placeholder/blk/KantoCeladonMart1F.blk index 06ddb4d..06ddb4d 100644 --- a/maps/blk/KantoCeladonMart1F.blk +++ b/maps/placeholder/blk/KantoCeladonMart1F.blk diff --git a/maps/blk/KantoCeladonMart2F.blk b/maps/placeholder/blk/KantoCeladonMart2F.blk index e5a6605..e5a6605 100644 --- a/maps/blk/KantoCeladonMart2F.blk +++ b/maps/placeholder/blk/KantoCeladonMart2F.blk diff --git a/maps/blk/KantoCeladonMart3F.blk b/maps/placeholder/blk/KantoCeladonMart3F.blk index f7c657e..f7c657e 100644 --- a/maps/blk/KantoCeladonMart3F.blk +++ b/maps/placeholder/blk/KantoCeladonMart3F.blk diff --git a/maps/blk/KantoCeladonMart4F.blk b/maps/placeholder/blk/KantoCeladonMart4F.blk index 540dc4c..540dc4c 100644 --- a/maps/blk/KantoCeladonMart4F.blk +++ b/maps/placeholder/blk/KantoCeladonMart4F.blk diff --git a/maps/blk/KantoCeladonMart5F.blk b/maps/placeholder/blk/KantoCeladonMart5F.blk index 447ad4d..447ad4d 100644 --- a/maps/blk/KantoCeladonMart5F.blk +++ b/maps/placeholder/blk/KantoCeladonMart5F.blk diff --git a/maps/blk/KantoCeruleanHouse.blk b/maps/placeholder/blk/KantoCeruleanHouse.blk index 2e78955..2e78955 100644 --- a/maps/blk/KantoCeruleanHouse.blk +++ b/maps/placeholder/blk/KantoCeruleanHouse.blk diff --git a/maps/blk/KantoDiner.blk b/maps/placeholder/blk/KantoDiner.blk index 0e5ed4b..0e5ed4b 100644 --- a/maps/blk/KantoDiner.blk +++ b/maps/placeholder/blk/KantoDiner.blk diff --git a/maps/blk/KantoEastRoute.blk b/maps/placeholder/blk/KantoEastRoute.blk index 62c82e6..62c82e6 100644 --- a/maps/blk/KantoEastRoute.blk +++ b/maps/placeholder/blk/KantoEastRoute.blk diff --git a/maps/blk/KantoEldersHouse.blk b/maps/placeholder/blk/KantoEldersHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/KantoEldersHouse.blk +++ b/maps/placeholder/blk/KantoEldersHouse.blk diff --git a/maps/blk/KantoFishingGuru.blk b/maps/placeholder/blk/KantoFishingGuru.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/KantoFishingGuru.blk +++ b/maps/placeholder/blk/KantoFishingGuru.blk diff --git a/maps/blk/KantoGameCorner.blk b/maps/placeholder/blk/KantoGameCorner.blk index df126bb..df126bb 100644 --- a/maps/blk/KantoGameCorner.blk +++ b/maps/placeholder/blk/KantoGameCorner.blk diff --git a/maps/blk/KantoGameCornerPrizes.blk b/maps/placeholder/blk/KantoGameCornerPrizes.blk index c069bf9..c069bf9 100644 --- a/maps/blk/KantoGameCornerPrizes.blk +++ b/maps/placeholder/blk/KantoGameCornerPrizes.blk diff --git a/maps/blk/KantoGamefreakHQ1.blk b/maps/placeholder/blk/KantoGamefreakHQ1.blk index fa26b13..fa26b13 100644 --- a/maps/blk/KantoGamefreakHQ1.blk +++ b/maps/placeholder/blk/KantoGamefreakHQ1.blk diff --git a/maps/blk/KantoGamefreakHQ2.blk b/maps/placeholder/blk/KantoGamefreakHQ2.blk index 6e09a15..6e09a15 100644 --- a/maps/blk/KantoGamefreakHQ2.blk +++ b/maps/placeholder/blk/KantoGamefreakHQ2.blk diff --git a/maps/blk/KantoGamefreakHQ3.blk b/maps/placeholder/blk/KantoGamefreakHQ3.blk index f26a916..f26a916 100644 --- a/maps/blk/KantoGamefreakHQ3.blk +++ b/maps/placeholder/blk/KantoGamefreakHQ3.blk diff --git a/maps/blk/KantoGamefreakHQ4.blk b/maps/placeholder/blk/KantoGamefreakHQ4.blk index e5908b7..e5908b7 100644 --- a/maps/blk/KantoGamefreakHQ4.blk +++ b/maps/placeholder/blk/KantoGamefreakHQ4.blk diff --git a/maps/blk/KantoGamefreakHQ5.blk b/maps/placeholder/blk/KantoGamefreakHQ5.blk index 189cf67..189cf67 100644 --- a/maps/blk/KantoGamefreakHQ5.blk +++ b/maps/placeholder/blk/KantoGamefreakHQ5.blk diff --git a/maps/blk/KantoGreensHouse1F.blk b/maps/placeholder/blk/KantoGreensHouse1F.blk index 5fbd05e..5fbd05e 100644 --- a/maps/blk/KantoGreensHouse1F.blk +++ b/maps/placeholder/blk/KantoGreensHouse1F.blk diff --git a/maps/blk/KantoGreensHouse2F.blk b/maps/placeholder/blk/KantoGreensHouse2F.blk index 5b68e93..5b68e93 100644 --- a/maps/blk/KantoGreensHouse2F.blk +++ b/maps/placeholder/blk/KantoGreensHouse2F.blk diff --git a/maps/blk/KantoHospital.blk b/maps/placeholder/blk/KantoHospital.blk index f9dc77b..f9dc77b 100644 --- a/maps/blk/KantoHospital.blk +++ b/maps/placeholder/blk/KantoHospital.blk diff --git a/maps/blk/KantoLavenderHouse.blk b/maps/placeholder/blk/KantoLavenderHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/KantoLavenderHouse.blk +++ b/maps/placeholder/blk/KantoLavenderHouse.blk diff --git a/maps/blk/KantoLeague1F.blk b/maps/placeholder/blk/KantoLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/KantoLeague1F.blk +++ b/maps/placeholder/blk/KantoLeague1F.blk diff --git a/maps/blk/KantoLeague21F.blk b/maps/placeholder/blk/KantoLeague21F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/KantoLeague21F.blk +++ b/maps/placeholder/blk/KantoLeague21F.blk diff --git a/maps/blk/KantoLeague22F.blk b/maps/placeholder/blk/KantoLeague22F.blk index 0883f4a..0883f4a 100644 --- a/maps/blk/KantoLeague22F.blk +++ b/maps/placeholder/blk/KantoLeague22F.blk diff --git a/maps/blk/KantoLeague2F.blk b/maps/placeholder/blk/KantoLeague2F.blk index 0883f4a..0883f4a 100644 --- a/maps/blk/KantoLeague2F.blk +++ b/maps/placeholder/blk/KantoLeague2F.blk diff --git a/maps/blk/KantoMart.blk b/maps/placeholder/blk/KantoMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/KantoMart.blk +++ b/maps/placeholder/blk/KantoMart.blk diff --git a/maps/blk/KantoOaksLab.blk b/maps/placeholder/blk/KantoOaksLab.blk index a14cbaa..a14cbaa 100644 --- a/maps/blk/KantoOaksLab.blk +++ b/maps/placeholder/blk/KantoOaksLab.blk diff --git a/maps/blk/KantoPokecenter1F.blk b/maps/placeholder/blk/KantoPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/KantoPokecenter1F.blk +++ b/maps/placeholder/blk/KantoPokecenter1F.blk diff --git a/maps/blk/KantoPokecenter21F.blk b/maps/placeholder/blk/KantoPokecenter21F.blk index d861b25..d861b25 100644 --- a/maps/blk/KantoPokecenter21F.blk +++ b/maps/placeholder/blk/KantoPokecenter21F.blk diff --git a/maps/blk/KantoPokecenter22F.blk b/maps/placeholder/blk/KantoPokecenter22F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/KantoPokecenter22F.blk +++ b/maps/placeholder/blk/KantoPokecenter22F.blk diff --git a/maps/blk/KantoPokecenter2F.blk b/maps/placeholder/blk/KantoPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/KantoPokecenter2F.blk +++ b/maps/placeholder/blk/KantoPokecenter2F.blk diff --git a/maps/blk/KantoRedsHouse.blk b/maps/placeholder/blk/KantoRedsHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/KantoRedsHouse.blk +++ b/maps/placeholder/blk/KantoRedsHouse.blk diff --git a/maps/blk/KantoSchool.blk b/maps/placeholder/blk/KantoSchool.blk index 4450749..4450749 100644 --- a/maps/blk/KantoSchool.blk +++ b/maps/placeholder/blk/KantoSchool.blk diff --git a/maps/blk/KantoSilphCo.blk b/maps/placeholder/blk/KantoSilphCo.blk index 8276215..8276215 100644 --- a/maps/blk/KantoSilphCo.blk +++ b/maps/placeholder/blk/KantoSilphCo.blk diff --git a/maps/blk/KantoUnusedArea.blk b/maps/placeholder/blk/KantoUnusedArea.blk index 990dc3c..990dc3c 100644 --- a/maps/blk/KantoUnusedArea.blk +++ b/maps/placeholder/blk/KantoUnusedArea.blk diff --git a/maps/blk/KantoViridianHouse.blk b/maps/placeholder/blk/KantoViridianHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/KantoViridianHouse.blk +++ b/maps/placeholder/blk/KantoViridianHouse.blk diff --git a/maps/blk/MtFuji.blk b/maps/placeholder/blk/MtFuji.blk index eed5797..eed5797 100644 --- a/maps/blk/MtFuji.blk +++ b/maps/placeholder/blk/MtFuji.blk diff --git a/maps/blk/MtFujiRoute.blk b/maps/placeholder/blk/MtFujiRoute.blk index 2437a8a..2437a8a 100644 --- a/maps/blk/MtFujiRoute.blk +++ b/maps/placeholder/blk/MtFujiRoute.blk diff --git a/maps/blk/Newtype.blk b/maps/placeholder/blk/Newtype.blk index 9e04fec..9e04fec 100644 --- a/maps/blk/Newtype.blk +++ b/maps/placeholder/blk/Newtype.blk diff --git a/maps/blk/NewtypeDiner.blk b/maps/placeholder/blk/NewtypeDiner.blk index c8c147d..c8c147d 100644 --- a/maps/blk/NewtypeDiner.blk +++ b/maps/placeholder/blk/NewtypeDiner.blk diff --git a/maps/blk/NewtypeDojo.blk b/maps/placeholder/blk/NewtypeDojo.blk index eef748d..eef748d 100644 --- a/maps/blk/NewtypeDojo.blk +++ b/maps/placeholder/blk/NewtypeDojo.blk diff --git a/maps/blk/NewtypeHouse1.blk b/maps/placeholder/blk/NewtypeHouse1.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/NewtypeHouse1.blk +++ b/maps/placeholder/blk/NewtypeHouse1.blk diff --git a/maps/blk/NewtypeHouse2.blk b/maps/placeholder/blk/NewtypeHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/NewtypeHouse2.blk +++ b/maps/placeholder/blk/NewtypeHouse2.blk diff --git a/maps/blk/NewtypeHouse3.blk b/maps/placeholder/blk/NewtypeHouse3.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/NewtypeHouse3.blk +++ b/maps/placeholder/blk/NewtypeHouse3.blk diff --git a/maps/blk/NewtypeLeague1F.blk b/maps/placeholder/blk/NewtypeLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/NewtypeLeague1F.blk +++ b/maps/placeholder/blk/NewtypeLeague1F.blk diff --git a/maps/blk/NewtypeLeague2F.blk b/maps/placeholder/blk/NewtypeLeague2F.blk index f046577..f046577 100644 --- a/maps/blk/NewtypeLeague2F.blk +++ b/maps/placeholder/blk/NewtypeLeague2F.blk diff --git a/maps/blk/NewtypeMart.blk b/maps/placeholder/blk/NewtypeMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/NewtypeMart.blk +++ b/maps/placeholder/blk/NewtypeMart.blk diff --git a/maps/blk/NewtypePokecenter1F.blk b/maps/placeholder/blk/NewtypePokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/NewtypePokecenter1F.blk +++ b/maps/placeholder/blk/NewtypePokecenter1F.blk diff --git a/maps/blk/NewtypePokecenter2F.blk b/maps/placeholder/blk/NewtypePokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/NewtypePokecenter2F.blk +++ b/maps/placeholder/blk/NewtypePokecenter2F.blk diff --git a/maps/blk/NewtypeRoute.blk b/maps/placeholder/blk/NewtypeRoute.blk index 3973f11..3973f11 100644 --- a/maps/blk/NewtypeRoute.blk +++ b/maps/placeholder/blk/NewtypeRoute.blk diff --git a/maps/blk/NewtypeRouteGate.blk b/maps/placeholder/blk/NewtypeRouteGate.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/NewtypeRouteGate.blk +++ b/maps/placeholder/blk/NewtypeRouteGate.blk diff --git a/maps/blk/NewtypeSailorHouse.blk b/maps/placeholder/blk/NewtypeSailorHouse.blk index 9acf892..9acf892 100644 --- a/maps/blk/NewtypeSailorHouse.blk +++ b/maps/placeholder/blk/NewtypeSailorHouse.blk diff --git a/maps/blk/North.blk b/maps/placeholder/blk/North.blk index 6517275..6517275 100644 --- a/maps/blk/North.blk +++ b/maps/placeholder/blk/North.blk diff --git a/maps/blk/NorthHouse1.blk b/maps/placeholder/blk/NorthHouse1.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/NorthHouse1.blk +++ b/maps/placeholder/blk/NorthHouse1.blk diff --git a/maps/blk/NorthHouse2.blk b/maps/placeholder/blk/NorthHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/NorthHouse2.blk +++ b/maps/placeholder/blk/NorthHouse2.blk diff --git a/maps/blk/NorthMart.blk b/maps/placeholder/blk/NorthMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/NorthMart.blk +++ b/maps/placeholder/blk/NorthMart.blk diff --git a/maps/blk/NorthPokecenter1F.blk b/maps/placeholder/blk/NorthPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/NorthPokecenter1F.blk +++ b/maps/placeholder/blk/NorthPokecenter1F.blk diff --git a/maps/blk/NorthPokecenter2F.blk b/maps/placeholder/blk/NorthPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/NorthPokecenter2F.blk +++ b/maps/placeholder/blk/NorthPokecenter2F.blk diff --git a/maps/blk/Office1.blk b/maps/placeholder/blk/Office1.blk index 2cc3b05..2cc3b05 100644 --- a/maps/blk/Office1.blk +++ b/maps/placeholder/blk/Office1.blk diff --git a/maps/blk/Office2.blk b/maps/placeholder/blk/Office2.blk index d746f18..d746f18 100644 --- a/maps/blk/Office2.blk +++ b/maps/placeholder/blk/Office2.blk diff --git a/maps/blk/Office3.blk b/maps/placeholder/blk/Office3.blk index a90acc0..a90acc0 100644 --- a/maps/blk/Office3.blk +++ b/maps/placeholder/blk/Office3.blk diff --git a/maps/blk/OldCity.blk b/maps/placeholder/blk/OldCity.blk index b097bad..b097bad 100644 --- a/maps/blk/OldCity.blk +++ b/maps/placeholder/blk/OldCity.blk diff --git a/maps/blk/OldCityBillsHouse.blk b/maps/placeholder/blk/OldCityBillsHouse.blk index 323fe84..323fe84 100644 --- a/maps/blk/OldCityBillsHouse.blk +++ b/maps/placeholder/blk/OldCityBillsHouse.blk diff --git a/maps/blk/OldCityGym.blk b/maps/placeholder/blk/OldCityGym.blk index 53298ca..53298ca 100644 --- a/maps/blk/OldCityGym.blk +++ b/maps/placeholder/blk/OldCityGym.blk diff --git a/maps/blk/OldCityHouse.blk b/maps/placeholder/blk/OldCityHouse.blk index 923d6f0..923d6f0 100644 --- a/maps/blk/OldCityHouse.blk +++ b/maps/placeholder/blk/OldCityHouse.blk diff --git a/maps/blk/OldCityKurtsHouse.blk b/maps/placeholder/blk/OldCityKurtsHouse.blk index 5879f0b..5879f0b 100644 --- a/maps/blk/OldCityKurtsHouse.blk +++ b/maps/placeholder/blk/OldCityKurtsHouse.blk diff --git a/maps/blk/OldCityMart.blk b/maps/placeholder/blk/OldCityMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/OldCityMart.blk +++ b/maps/placeholder/blk/OldCityMart.blk diff --git a/maps/blk/OldCityMuseum.blk b/maps/placeholder/blk/OldCityMuseum.blk index 5806366..5806366 100644 --- a/maps/blk/OldCityMuseum.blk +++ b/maps/placeholder/blk/OldCityMuseum.blk diff --git a/maps/blk/OldCityPokecenter1F.blk b/maps/placeholder/blk/OldCityPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/OldCityPokecenter1F.blk +++ b/maps/placeholder/blk/OldCityPokecenter1F.blk diff --git a/maps/blk/OldCitySchool.blk b/maps/placeholder/blk/OldCitySchool.blk index 4450749..4450749 100644 --- a/maps/blk/OldCitySchool.blk +++ b/maps/placeholder/blk/OldCitySchool.blk diff --git a/maps/blk/OldCityTower1F.blk b/maps/placeholder/blk/OldCityTower1F.blk index 8e62ed2..8e62ed2 100644 --- a/maps/blk/OldCityTower1F.blk +++ b/maps/placeholder/blk/OldCityTower1F.blk diff --git a/maps/blk/OldCityTower2F.blk b/maps/placeholder/blk/OldCityTower2F.blk index a25e4a1..a25e4a1 100644 --- a/maps/blk/OldCityTower2F.blk +++ b/maps/placeholder/blk/OldCityTower2F.blk diff --git a/maps/blk/OldCityTower3F.blk b/maps/placeholder/blk/OldCityTower3F.blk index f1458c4..f1458c4 100644 --- a/maps/blk/OldCityTower3F.blk +++ b/maps/placeholder/blk/OldCityTower3F.blk diff --git a/maps/blk/OldCityTower4F.blk b/maps/placeholder/blk/OldCityTower4F.blk index fcbda17..fcbda17 100644 --- a/maps/blk/OldCityTower4F.blk +++ b/maps/placeholder/blk/OldCityTower4F.blk diff --git a/maps/blk/OldCityTower5F.blk b/maps/placeholder/blk/OldCityTower5F.blk index 177059a..177059a 100644 --- a/maps/blk/OldCityTower5F.blk +++ b/maps/placeholder/blk/OldCityTower5F.blk diff --git a/maps/blk/PowerPlant1.blk b/maps/placeholder/blk/PowerPlant1.blk index c853622..c853622 100644 --- a/maps/blk/PowerPlant1.blk +++ b/maps/placeholder/blk/PowerPlant1.blk diff --git a/maps/blk/PowerPlant2.blk b/maps/placeholder/blk/PowerPlant2.blk index d8a5646..d8a5646 100644 --- a/maps/blk/PowerPlant2.blk +++ b/maps/placeholder/blk/PowerPlant2.blk diff --git a/maps/blk/PowerPlant3.blk b/maps/placeholder/blk/PowerPlant3.blk index 1f866a0..1f866a0 100644 --- a/maps/blk/PowerPlant3.blk +++ b/maps/placeholder/blk/PowerPlant3.blk diff --git a/maps/blk/PowerPlant4.blk b/maps/placeholder/blk/PowerPlant4.blk index 7074b1d..7074b1d 100644 --- a/maps/blk/PowerPlant4.blk +++ b/maps/placeholder/blk/PowerPlant4.blk diff --git a/maps/blk/Prince.blk b/maps/placeholder/blk/Prince.blk index 38a4316..38a4316 100644 --- a/maps/blk/Prince.blk +++ b/maps/placeholder/blk/Prince.blk diff --git a/maps/blk/PrinceRoute.blk b/maps/placeholder/blk/PrinceRoute.blk index f3a7340..f3a7340 100644 --- a/maps/blk/PrinceRoute.blk +++ b/maps/placeholder/blk/PrinceRoute.blk diff --git a/maps/blk/Route15.blk b/maps/placeholder/blk/Route15.blk index fc3199b..fc3199b 100644 --- a/maps/blk/Route15.blk +++ b/maps/placeholder/blk/Route15.blk diff --git a/maps/blk/Route15Pokecenter1F.blk b/maps/placeholder/blk/Route15Pokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/Route15Pokecenter1F.blk +++ b/maps/placeholder/blk/Route15Pokecenter1F.blk diff --git a/maps/blk/Route15Pokecenter2F.blk b/maps/placeholder/blk/Route15Pokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/Route15Pokecenter2F.blk +++ b/maps/placeholder/blk/Route15Pokecenter2F.blk diff --git a/maps/blk/Route18.blk b/maps/placeholder/blk/Route18.blk index 1333d63..1333d63 100644 --- a/maps/blk/Route18.blk +++ b/maps/placeholder/blk/Route18.blk diff --git a/maps/blk/Route18Pokecenter1F.blk b/maps/placeholder/blk/Route18Pokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/Route18Pokecenter1F.blk +++ b/maps/placeholder/blk/Route18Pokecenter1F.blk diff --git a/maps/blk/Route18Pokecenter2F.blk b/maps/placeholder/blk/Route18Pokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/Route18Pokecenter2F.blk +++ b/maps/placeholder/blk/Route18Pokecenter2F.blk diff --git a/maps/blk/Route2.blk b/maps/placeholder/blk/Route2.blk index fa42442..fa42442 100644 --- a/maps/blk/Route2.blk +++ b/maps/placeholder/blk/Route2.blk diff --git a/maps/blk/Route2Gate1F.blk b/maps/placeholder/blk/Route2Gate1F.blk index b06889e..b06889e 100644 --- a/maps/blk/Route2Gate1F.blk +++ b/maps/placeholder/blk/Route2Gate1F.blk diff --git a/maps/blk/Route2Gate2F.blk b/maps/placeholder/blk/Route2Gate2F.blk index f7deeab..f7deeab 100644 --- a/maps/blk/Route2Gate2F.blk +++ b/maps/placeholder/blk/Route2Gate2F.blk diff --git a/maps/blk/Route2House.blk b/maps/placeholder/blk/Route2House.blk index de07e9d..de07e9d 100644 --- a/maps/blk/Route2House.blk +++ b/maps/placeholder/blk/Route2House.blk diff --git a/maps/blk/RouteSilentEast.blk b/maps/placeholder/blk/RouteSilentEast.blk index db594cc..db594cc 100644 --- a/maps/blk/RouteSilentEast.blk +++ b/maps/placeholder/blk/RouteSilentEast.blk diff --git a/maps/blk/RouteSilentEastGate.blk b/maps/placeholder/blk/RouteSilentEastGate.blk index ac08a0a..ac08a0a 100644 --- a/maps/blk/RouteSilentEastGate.blk +++ b/maps/placeholder/blk/RouteSilentEastGate.blk diff --git a/maps/blk/RuinsOfAlphEntrance.blk b/maps/placeholder/blk/RuinsOfAlphEntrance.blk index d73427a..d73427a 100644 --- a/maps/blk/RuinsOfAlphEntrance.blk +++ b/maps/placeholder/blk/RuinsOfAlphEntrance.blk diff --git a/maps/blk/RuinsOfAlphMain.blk b/maps/placeholder/blk/RuinsOfAlphMain.blk index 6e0ec61..6e0ec61 100644 --- a/maps/blk/RuinsOfAlphMain.blk +++ b/maps/placeholder/blk/RuinsOfAlphMain.blk diff --git a/maps/blk/SlowpokeWellEntrance.blk b/maps/placeholder/blk/SlowpokeWellEntrance.blk index 3de108d..3de108d 100644 --- a/maps/blk/SlowpokeWellEntrance.blk +++ b/maps/placeholder/blk/SlowpokeWellEntrance.blk diff --git a/maps/blk/SlowpokeWellMain.blk b/maps/placeholder/blk/SlowpokeWellMain.blk index 02bd937..02bd937 100644 --- a/maps/blk/SlowpokeWellMain.blk +++ b/maps/placeholder/blk/SlowpokeWellMain.blk diff --git a/maps/blk/South.blk b/maps/placeholder/blk/South.blk index ee089c7..ee089c7 100644 --- a/maps/blk/South.blk +++ b/maps/placeholder/blk/South.blk diff --git a/maps/blk/SouthHouse1.blk b/maps/placeholder/blk/SouthHouse1.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/SouthHouse1.blk +++ b/maps/placeholder/blk/SouthHouse1.blk diff --git a/maps/blk/SouthHouse2.blk b/maps/placeholder/blk/SouthHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/SouthHouse2.blk +++ b/maps/placeholder/blk/SouthHouse2.blk diff --git a/maps/blk/SouthMart.blk b/maps/placeholder/blk/SouthMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/SouthMart.blk +++ b/maps/placeholder/blk/SouthMart.blk diff --git a/maps/blk/SouthPokecenter1F.blk b/maps/placeholder/blk/SouthPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/SouthPokecenter1F.blk +++ b/maps/placeholder/blk/SouthPokecenter1F.blk diff --git a/maps/blk/SouthPokecenter2F.blk b/maps/placeholder/blk/SouthPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/SouthPokecenter2F.blk +++ b/maps/placeholder/blk/SouthPokecenter2F.blk diff --git a/maps/blk/Stand.blk b/maps/placeholder/blk/Stand.blk index c13d41c..c13d41c 100644 --- a/maps/blk/Stand.blk +++ b/maps/placeholder/blk/Stand.blk diff --git a/maps/blk/StandHouse.blk b/maps/placeholder/blk/StandHouse.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/StandHouse.blk +++ b/maps/placeholder/blk/StandHouse.blk diff --git a/maps/blk/StandLab.blk b/maps/placeholder/blk/StandLab.blk index 05be865..05be865 100644 --- a/maps/blk/StandLab.blk +++ b/maps/placeholder/blk/StandLab.blk diff --git a/maps/blk/StandLeague1F.blk b/maps/placeholder/blk/StandLeague1F.blk index b4060b3..b4060b3 100644 --- a/maps/blk/StandLeague1F.blk +++ b/maps/placeholder/blk/StandLeague1F.blk diff --git a/maps/blk/StandLeague2F.blk b/maps/placeholder/blk/StandLeague2F.blk index 0883f4a..0883f4a 100644 --- a/maps/blk/StandLeague2F.blk +++ b/maps/placeholder/blk/StandLeague2F.blk diff --git a/maps/blk/StandMart.blk b/maps/placeholder/blk/StandMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/StandMart.blk +++ b/maps/placeholder/blk/StandMart.blk diff --git a/maps/blk/StandOffice.blk b/maps/placeholder/blk/StandOffice.blk index 02d3709..02d3709 100644 --- a/maps/blk/StandOffice.blk +++ b/maps/placeholder/blk/StandOffice.blk diff --git a/maps/blk/StandPokecenter1F.blk b/maps/placeholder/blk/StandPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/StandPokecenter1F.blk +++ b/maps/placeholder/blk/StandPokecenter1F.blk diff --git a/maps/blk/StandPokecenter2F.blk b/maps/placeholder/blk/StandPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/StandPokecenter2F.blk +++ b/maps/placeholder/blk/StandPokecenter2F.blk diff --git a/maps/blk/StandRocketHouse1F.blk b/maps/placeholder/blk/StandRocketHouse1F.blk index 26395df..26395df 100644 --- a/maps/blk/StandRocketHouse1F.blk +++ b/maps/placeholder/blk/StandRocketHouse1F.blk diff --git a/maps/blk/StandRocketHouse2F.blk b/maps/placeholder/blk/StandRocketHouse2F.blk index 2e80edb..2e80edb 100644 --- a/maps/blk/StandRocketHouse2F.blk +++ b/maps/placeholder/blk/StandRocketHouse2F.blk diff --git a/maps/blk/StandRoute.blk b/maps/placeholder/blk/StandRoute.blk index 76b0872..76b0872 100644 --- a/maps/blk/StandRoute.blk +++ b/maps/placeholder/blk/StandRoute.blk diff --git a/maps/blk/StandRouteGateKanto.blk b/maps/placeholder/blk/StandRouteGateKanto.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/StandRouteGateKanto.blk +++ b/maps/placeholder/blk/StandRouteGateKanto.blk diff --git a/maps/blk/Sugar.blk b/maps/placeholder/blk/Sugar.blk index 1efeaa5..1efeaa5 100644 --- a/maps/blk/Sugar.blk +++ b/maps/placeholder/blk/Sugar.blk diff --git a/maps/blk/SugarHouse.blk b/maps/placeholder/blk/SugarHouse.blk index f717157..f717157 100644 --- a/maps/blk/SugarHouse.blk +++ b/maps/placeholder/blk/SugarHouse.blk diff --git a/maps/blk/SugarHouse2.blk b/maps/placeholder/blk/SugarHouse2.blk index 923d6f0..923d6f0 100644 --- a/maps/blk/SugarHouse2.blk +++ b/maps/placeholder/blk/SugarHouse2.blk diff --git a/maps/blk/SugarMart.blk b/maps/placeholder/blk/SugarMart.blk index dd7ef2a..dd7ef2a 100644 --- a/maps/blk/SugarMart.blk +++ b/maps/placeholder/blk/SugarMart.blk diff --git a/maps/blk/SugarPokecenter1F.blk b/maps/placeholder/blk/SugarPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/SugarPokecenter1F.blk +++ b/maps/placeholder/blk/SugarPokecenter1F.blk diff --git a/maps/blk/SugarPokecenter2F.blk b/maps/placeholder/blk/SugarPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/SugarPokecenter2F.blk +++ b/maps/placeholder/blk/SugarPokecenter2F.blk diff --git a/maps/blk/SugarRoute.blk b/maps/placeholder/blk/SugarRoute.blk index dadb2be..dadb2be 100644 --- a/maps/blk/SugarRoute.blk +++ b/maps/placeholder/blk/SugarRoute.blk diff --git a/maps/blk/SugarRouteGate.blk b/maps/placeholder/blk/SugarRouteGate.blk index 0ba6b01..0ba6b01 100644 --- a/maps/blk/SugarRouteGate.blk +++ b/maps/placeholder/blk/SugarRouteGate.blk diff --git a/maps/blk/West.blk b/maps/placeholder/blk/West.blk index d66bcea..d66bcea 100644 --- a/maps/blk/West.blk +++ b/maps/placeholder/blk/West.blk diff --git a/maps/blk/WestGym.blk b/maps/placeholder/blk/WestGym.blk index b972334..b972334 100644 --- a/maps/blk/WestGym.blk +++ b/maps/placeholder/blk/WestGym.blk diff --git a/maps/blk/WestHouse1.blk b/maps/placeholder/blk/WestHouse1.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/WestHouse1.blk +++ b/maps/placeholder/blk/WestHouse1.blk diff --git a/maps/blk/WestHouse2.blk b/maps/placeholder/blk/WestHouse2.blk index 3a80d96..3a80d96 100644 --- a/maps/blk/WestHouse2.blk +++ b/maps/placeholder/blk/WestHouse2.blk diff --git a/maps/blk/WestMart1F.blk b/maps/placeholder/blk/WestMart1F.blk index 06ddb4d..06ddb4d 100644 --- a/maps/blk/WestMart1F.blk +++ b/maps/placeholder/blk/WestMart1F.blk diff --git a/maps/blk/WestMart2F.blk b/maps/placeholder/blk/WestMart2F.blk index e5a6605..e5a6605 100644 --- a/maps/blk/WestMart2F.blk +++ b/maps/placeholder/blk/WestMart2F.blk diff --git a/maps/blk/WestMart3F.blk b/maps/placeholder/blk/WestMart3F.blk index f7c657e..f7c657e 100644 --- a/maps/blk/WestMart3F.blk +++ b/maps/placeholder/blk/WestMart3F.blk diff --git a/maps/blk/WestMart4F.blk b/maps/placeholder/blk/WestMart4F.blk index 540dc4c..540dc4c 100644 --- a/maps/blk/WestMart4F.blk +++ b/maps/placeholder/blk/WestMart4F.blk diff --git a/maps/blk/WestMart5F.blk b/maps/placeholder/blk/WestMart5F.blk index 447ad4d..447ad4d 100644 --- a/maps/blk/WestMart5F.blk +++ b/maps/placeholder/blk/WestMart5F.blk diff --git a/maps/blk/WestMart6F.blk b/maps/placeholder/blk/WestMart6F.blk index 55fa67e..55fa67e 100644 --- a/maps/blk/WestMart6F.blk +++ b/maps/placeholder/blk/WestMart6F.blk diff --git a/maps/blk/WestMartElevator.blk b/maps/placeholder/blk/WestMartElevator.blk index 2a0fe57..2a0fe57 100644 --- a/maps/blk/WestMartElevator.blk +++ b/maps/placeholder/blk/WestMartElevator.blk diff --git a/maps/blk/WestPokecenter1F.blk b/maps/placeholder/blk/WestPokecenter1F.blk index d861b25..d861b25 100644 --- a/maps/blk/WestPokecenter1F.blk +++ b/maps/placeholder/blk/WestPokecenter1F.blk diff --git a/maps/blk/WestPokecenter2F.blk b/maps/placeholder/blk/WestPokecenter2F.blk index cb1d07a..cb1d07a 100644 --- a/maps/blk/WestPokecenter2F.blk +++ b/maps/placeholder/blk/WestPokecenter2F.blk diff --git a/maps/blk/WestRadioTower1F.blk b/maps/placeholder/blk/WestRadioTower1F.blk index 49aa4c7..49aa4c7 100644 --- a/maps/blk/WestRadioTower1F.blk +++ b/maps/placeholder/blk/WestRadioTower1F.blk diff --git a/maps/blk/WestRadioTower2F.blk b/maps/placeholder/blk/WestRadioTower2F.blk index 1a37166..1a37166 100644 --- a/maps/blk/WestRadioTower2F.blk +++ b/maps/placeholder/blk/WestRadioTower2F.blk diff --git a/maps/blk/WestRadioTower3F.blk b/maps/placeholder/blk/WestRadioTower3F.blk index bbecb5f..bbecb5f 100644 --- a/maps/blk/WestRadioTower3F.blk +++ b/maps/placeholder/blk/WestRadioTower3F.blk diff --git a/maps/blk/WestRadioTower4F.blk b/maps/placeholder/blk/WestRadioTower4F.blk index b728241..b728241 100644 --- a/maps/blk/WestRadioTower4F.blk +++ b/maps/placeholder/blk/WestRadioTower4F.blk diff --git a/maps/blk/WestRadioTower5F.blk b/maps/placeholder/blk/WestRadioTower5F.blk index 13d970e..13d970e 100644 --- a/maps/blk/WestRadioTower5F.blk +++ b/maps/placeholder/blk/WestRadioTower5F.blk diff --git a/maps/blk/WestRocketRaidedHouse.blk b/maps/placeholder/blk/WestRocketRaidedHouse.blk index 9acf892..9acf892 100644 --- a/maps/blk/WestRocketRaidedHouse.blk +++ b/maps/placeholder/blk/WestRocketRaidedHouse.blk diff --git a/maps/placeholder/dummy_text_pointers.asm b/maps/placeholder/dummy_text_pointers.asm new file mode 100644 index 0000000..369f1cf --- /dev/null +++ b/maps/placeholder/dummy_text_pointers.asm @@ -0,0 +1,52 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/dummy_text_pointers.asm", ROMX +; d8000 (36:4000) +OldCityTextPointers:: +WestTextPointers:: +HaitekuTextPointers:: +FontoTextPointers:: +BaadonTextPointers:: +NewtypeTextPointers:: +SugarTextPointers:: +BullForestTextPointers:: +StandTextPointers:: +KantoTextPointers:: +PrinceTextPointers:: +MtFujiTextPointers:: +SouthTextPointers:: +NorthTextPointers:: +Route2TextPointers:: +HaitekuWestRouteTextPointers:: +HaitekuWestRouteOceanTextPointers:: +FontoRoute1TextPointers:: +FontoRoute6TextPointers:: +FontoRoute2TextPointers:: +FontoRoute4TextPointers:: +FontoRoute3TextPointers:: +BaadonRoute1TextPointers:: +BaadonRoute2TextPointers:: +BaadonRoute3TextPointers:: +Route15TextPointers:: +NewtypeRouteTextPointers:: +Route18TextPointers:: +BullForestRoute1TextPointers:: +SugarRouteTextPointers:: +BullForestRoute2TextPointers:: +StandRouteTextPointers:: +KantoEastRouteTextPointers:: +RouteSilentEastTextPointers:: +PrinceRouteTextPointers:: +MtFujiRouteTextPointers:: +FontoRoute5TextPointers:: +BullForestRoute3TextPointers:: + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file diff --git a/pokegold-spaceworld.link b/pokegold-spaceworld.link index 3abbc3c..ffd0f8d 100644 --- a/pokegold-spaceworld.link +++ b/pokegold-spaceworld.link @@ -385,34 +385,34 @@ ROMX $24 "gfx.asm@Slot Machine GFX" ROMX $25 org $4000 - "data/maps/attributes/Route2Gate1F.asm" - "maps/Route2Gate1F.asm" - "data/maps/attributes/Route2Gate2F.asm" - "maps/Route2Gate2F.asm" - "data/maps/attributes/Route2House.asm" - "maps/Route2House.asm" - "data/maps/attributes/OldCityMuseum.asm" - "maps/OldCityMuseum.asm" - "data/maps/attributes/OldCityGym.asm" - "maps/OldCityGym.asm" - "data/maps/attributes/OldCityTower1F.asm" - "maps/OldCityTower1F.asm" - "data/maps/attributes/OldCityTower2F.asm" - "maps/OldCityTower2F.asm" - "data/maps/attributes/OldCityTower3F.asm" - "maps/OldCityTower3F.asm" - "data/maps/attributes/OldCityTower4F.asm" - "maps/OldCityTower4F.asm" - "data/maps/attributes/OldCityTower5F.asm" - "maps/OldCityTower5F.asm" - "data/maps/attributes/OldCityBillsHouse.asm" - "maps/OldCityBillsHouse.asm" - "data/maps/attributes/OldCityMart.asm" - "maps/OldCityMart.asm" - "data/maps/attributes/OldCityHouse.asm" - "maps/OldCityHouse.asm" - "data/maps/attributes/OldCityPokecenter1F.asm" - "maps/OldCityPokecenter1F.asm" + "data/maps/attributes/placeholder/Route2Gate1F.asm" + "maps/placeholder/Route2Gate1F.asm" + "data/maps/attributes/placeholder/Route2Gate2F.asm" + "maps/placeholder/Route2Gate2F.asm" + "data/maps/attributes/placeholder/Route2House.asm" + "maps/placeholder/Route2House.asm" + "data/maps/attributes/placeholder/OldCityMuseum.asm" + "maps/placeholder/OldCityMuseum.asm" + "data/maps/attributes/placeholder/OldCityGym.asm" + "maps/placeholder/OldCityGym.asm" + "data/maps/attributes/placeholder/OldCityTower1F.asm" + "maps/placeholder/OldCityTower1F.asm" + "data/maps/attributes/placeholder/OldCityTower2F.asm" + "maps/placeholder/OldCityTower2F.asm" + "data/maps/attributes/placeholder/OldCityTower3F.asm" + "maps/placeholder/OldCityTower3F.asm" + "data/maps/attributes/placeholder/OldCityTower4F.asm" + "maps/placeholder/OldCityTower4F.asm" + "data/maps/attributes/placeholder/OldCityTower5F.asm" + "maps/placeholder/OldCityTower5F.asm" + "data/maps/attributes/placeholder/OldCityBillsHouse.asm" + "maps/placeholder/OldCityBillsHouse.asm" + "data/maps/attributes/placeholder/OldCityMart.asm" + "maps/placeholder/OldCityMart.asm" + "data/maps/attributes/placeholder/OldCityHouse.asm" + "maps/placeholder/OldCityHouse.asm" + "data/maps/attributes/placeholder/OldCityPokecenter1F.asm" + "maps/placeholder/OldCityPokecenter1F.asm" "data/maps/attributes/OldCityPokecenter2F.asm" org $4826 "data/maps/attributes/OldCityPokecenterTrade.asm" @@ -421,332 +421,332 @@ ROMX $25 org $492f "data/maps/attributes/OldCityPokecenterTimeMachine.asm" org $49ac - "data/maps/attributes/OldCityKurtsHouse.asm" - "maps/OldCityKurtsHouse.asm" - "data/maps/attributes/OldCitySchool.asm" - "maps/OldCitySchool.asm" + "data/maps/attributes/placeholder/OldCityKurtsHouse.asm" + "maps/placeholder/OldCityKurtsHouse.asm" + "data/maps/attributes/placeholder/OldCitySchool.asm" + "maps/placeholder/OldCitySchool.asm" ROMX $26 org $4000 "data/maps/attributes/Route1Gate1F.asm" "maps/Route1Gate1F.asm" "data/maps/attributes/Route1Gate2F.asm" "maps/Route1Gate2F.asm" - "data/maps/attributes/WestMart1F.asm" - "maps/WestMart1F.asm" - "data/maps/attributes/WestMart2F.asm" - "maps/WestMart2F.asm" - "data/maps/attributes/WestMart3F.asm" - "maps/WestMart3F.asm" - "data/maps/attributes/WestMart4F.asm" - "maps/WestMart4F.asm" - "data/maps/attributes/WestMart5F.asm" - "maps/WestMart5F.asm" - "data/maps/attributes/WestMart6F.asm" - "maps/WestMart6F.asm" - "data/maps/attributes/WestMartElevator.asm" - "maps/WestMartElevator.asm" - "data/maps/attributes/WestRadioTower1F.asm" - "maps/WestRadioTower1F.asm" - "data/maps/attributes/WestRadioTower2F.asm" - "maps/WestRadioTower2F.asm" - "data/maps/attributes/WestRadioTower3F.asm" - "maps/WestRadioTower3F.asm" - "data/maps/attributes/WestRadioTower4F.asm" - "maps/WestRadioTower4F.asm" - "data/maps/attributes/WestRadioTower5F.asm" - "maps/WestRadioTower5F.asm" - "data/maps/attributes/WestRocketRaidedHouse.asm" - "maps/WestRocketRaidedHouse.asm" - "data/maps/attributes/WestPokecenter1F.asm" - "maps/WestPokecenter1F.asm" - "data/maps/attributes/WestPokecenter2F.asm" - "maps/WestPokecenter2F.asm" - "data/maps/attributes/WestGym.asm" - "maps/WestGym.asm" - "data/maps/attributes/WestHouse1.asm" - "maps/WestHouse1.asm" - "data/maps/attributes/WestHouse2.asm" - "maps/WestHouse2.asm" + "data/maps/attributes/placeholder/WestMart1F.asm" + "maps/placeholder/WestMart1F.asm" + "data/maps/attributes/placeholder/WestMart2F.asm" + "maps/placeholder/WestMart2F.asm" + "data/maps/attributes/placeholder/WestMart3F.asm" + "maps/placeholder/WestMart3F.asm" + "data/maps/attributes/placeholder/WestMart4F.asm" + "maps/placeholder/WestMart4F.asm" + "data/maps/attributes/placeholder/WestMart5F.asm" + "maps/placeholder/WestMart5F.asm" + "data/maps/attributes/placeholder/WestMart6F.asm" + "maps/placeholder/WestMart6F.asm" + "data/maps/attributes/placeholder/WestMartElevator.asm" + "maps/placeholder/WestMartElevator.asm" + "data/maps/attributes/placeholder/WestRadioTower1F.asm" + "maps/placeholder/WestRadioTower1F.asm" + "data/maps/attributes/placeholder/WestRadioTower2F.asm" + "maps/placeholder/WestRadioTower2F.asm" + "data/maps/attributes/placeholder/WestRadioTower3F.asm" + "maps/placeholder/WestRadioTower3F.asm" + "data/maps/attributes/placeholder/WestRadioTower4F.asm" + "maps/placeholder/WestRadioTower4F.asm" + "data/maps/attributes/placeholder/WestRadioTower5F.asm" + "maps/placeholder/WestRadioTower5F.asm" + "data/maps/attributes/placeholder/WestRocketRaidedHouse.asm" + "maps/placeholder/WestRocketRaidedHouse.asm" + "data/maps/attributes/placeholder/WestPokecenter1F.asm" + "maps/placeholder/WestPokecenter1F.asm" + "data/maps/attributes/placeholder/WestPokecenter2F.asm" + "maps/placeholder/WestPokecenter2F.asm" + "data/maps/attributes/placeholder/WestGym.asm" + "maps/placeholder/WestGym.asm" + "data/maps/attributes/placeholder/WestHouse1.asm" + "maps/placeholder/WestHouse1.asm" + "data/maps/attributes/placeholder/WestHouse2.asm" + "maps/placeholder/WestHouse2.asm" ROMX $27 org $4000 - "data/maps/attributes/HaitekuWestRouteGate.asm" - "maps/HaitekuWestRouteGate.asm" - "data/maps/attributes/HaitekuPokecenter1F.asm" - "maps/HaitekuPokecenter1F.asm" - "data/maps/attributes/HaitekuPokecenter2F.asm" - "maps/HaitekuPokecenter2F.asm" - "data/maps/attributes/HaitekuLeague1F.asm" - "maps/HaitekuLeague1F.asm" - "data/maps/attributes/HaitekuLeague2F.asm" - "maps/HaitekuLeague2F.asm" - "data/maps/attributes/HaitekuMart.asm" - "maps/HaitekuMart.asm" - "data/maps/attributes/HaitekuHouse1.asm" - "maps/HaitekuHouse1.asm" - "data/maps/attributes/HaitekuHouse2.asm" - "maps/HaitekuHouse2.asm" - "data/maps/attributes/HaitekuImposterOakHouse.asm" - "maps/HaitekuImposterOakHouse.asm" - "data/maps/attributes/HaitekuAquarium1F.asm" - "maps/HaitekuAquarium1F.asm" - "data/maps/attributes/HaitekuAquarium2F.asm" - "maps/HaitekuAquarium2F.asm" - "data/maps/attributes/FontoRouteGate1.asm" - "maps/FontoRouteGate1.asm" - "data/maps/attributes/FontoRouteGate2.asm" - "maps/FontoRouteGate2.asm" - "data/maps/attributes/FontoRouteGate3.asm" - "maps/FontoRouteGate3.asm" - "data/maps/attributes/FontoRocketHouse.asm" - "maps/FontoRocketHouse.asm" - "data/maps/attributes/FontoMart.asm" - "maps/FontoMart.asm" - "data/maps/attributes/FontoHouse.asm" - "maps/FontoHouse.asm" - "data/maps/attributes/FontoPokecenter1F.asm" - "maps/FontoPokecenter1F.asm" - "data/maps/attributes/FontoPokecenter2F.asm" - "maps/FontoPokecenter2F.asm" - "data/maps/attributes/FontoLab.asm" - "maps/FontoLab.asm" - "data/maps/attributes/BaadonMart.asm" - "maps/BaadonMart.asm" - "data/maps/attributes/BaadonPokecenter1F.asm" - "maps/BaadonPokecenter1F.asm" - "data/maps/attributes/BaadonPokecenter2F.asm" - "maps/BaadonPokecenter2F.asm" - "data/maps/attributes/BaadonHouse1.asm" - "maps/BaadonHouse1.asm" - "data/maps/attributes/BaadonWallpaperHouse.asm" - "maps/BaadonWallpaperHouse.asm" - "data/maps/attributes/BaadonHouse2.asm" - "maps/BaadonHouse2.asm" - "data/maps/attributes/BaadonLeague1F.asm" - "maps/BaadonLeague1F.asm" - "data/maps/attributes/BaadonLeague2F.asm" - "maps/BaadonLeague2F.asm" - "data/maps/attributes/BaadonRouteGateWest.asm" - "maps/BaadonRouteGateWest.asm" - "data/maps/attributes/BaadonRouteGateNewtype.asm" - "maps/BaadonRouteGateNewtype.asm" - "data/maps/attributes/NewtypePokecenter1F.asm" - "maps/NewtypePokecenter1F.asm" - "data/maps/attributes/NewtypePokecenter2F.asm" - "maps/NewtypePokecenter2F.asm" - "data/maps/attributes/NewtypeLeague1F.asm" - "maps/NewtypeLeague1F.asm" - "data/maps/attributes/NewtypeLeague2F.asm" - "maps/NewtypeLeague2F.asm" - "data/maps/attributes/NewtypeSailorHouse.asm" - "maps/NewtypeSailorHouse.asm" - "data/maps/attributes/NewtypeMart.asm" - "maps/NewtypeMart.asm" - "data/maps/attributes/NewtypeDojo.asm" - "maps/NewtypeDojo.asm" - "data/maps/attributes/NewtypeHouse1.asm" - "maps/NewtypeHouse1.asm" - "data/maps/attributes/NewtypeDiner.asm" - "maps/NewtypeDiner.asm" - "data/maps/attributes/NewtypeHouse2.asm" - "maps/NewtypeHouse2.asm" - "data/maps/attributes/NewtypeHouse3.asm" - "maps/NewtypeHouse3.asm" - "data/maps/attributes/Route15Pokecenter1F.asm" - "maps/Route15Pokecenter1F.asm" - "data/maps/attributes/Route15Pokecenter2F.asm" - "maps/Route15Pokecenter2F.asm" - "data/maps/attributes/NewtypeRouteGate.asm" - "maps/NewtypeRouteGate.asm" - "data/maps/attributes/Route18Pokecenter1F.asm" - "maps/Route18Pokecenter1F.asm" - "data/maps/attributes/Route18Pokecenter2F.asm" - "maps/Route18Pokecenter2F.asm" - "data/maps/attributes/SugarRouteGate.asm" - "maps/SugarRouteGate.asm" - "data/maps/attributes/SugarHouse.asm" - "maps/SugarHouse.asm" - "data/maps/attributes/SugarHouse2.asm" - "maps/SugarHouse2.asm" - "data/maps/attributes/SugarMart.asm" - "maps/SugarMart.asm" - "data/maps/attributes/SugarPokecenter1F.asm" - "maps/SugarPokecenter1F.asm" - "data/maps/attributes/SugarPokecenter2F.asm" - "maps/SugarPokecenter2F.asm" - "data/maps/attributes/BullForestRoute1House.asm" - "maps/BullForestRoute1House.asm" - "data/maps/attributes/BullForestRouteGateStand.asm" - "maps/BullForestRouteGateStand.asm" - "data/maps/attributes/BullMart.asm" - "maps/BullMart.asm" - "data/maps/attributes/BullHouse1.asm" - "maps/BullHouse1.asm" - "data/maps/attributes/BullHouse2.asm" - "maps/BullHouse2.asm" - "data/maps/attributes/BullHouse3.asm" - "maps/BullHouse3.asm" - "data/maps/attributes/BullPokecenter1F.asm" - "maps/BullPokecenter1F.asm" - "data/maps/attributes/BullPokecenter2F.asm" - "maps/BullPokecenter2F.asm" - "data/maps/attributes/BullLeague1F.asm" - "maps/BullLeague1F.asm" - "data/maps/attributes/BullLeague2F.asm" - "maps/BullLeague2F.asm" - "data/maps/attributes/BullHouse4.asm" - "maps/BullHouse4.asm" - "data/maps/attributes/StandRouteGateKanto.asm" - "maps/StandRouteGateKanto.asm" - "data/maps/attributes/StandLab.asm" - "maps/StandLab.asm" - "data/maps/attributes/StandPokecenter1F.asm" - "maps/StandPokecenter1F.asm" - "data/maps/attributes/StandPokecenter2F.asm" - "maps/StandPokecenter2F.asm" - "data/maps/attributes/StandOffice.asm" - "maps/StandOffice.asm" - "data/maps/attributes/StandMart.asm" - "maps/StandMart.asm" - "data/maps/attributes/StandHouse.asm" - "maps/StandHouse.asm" - "data/maps/attributes/StandRocketHouse1F.asm" - "maps/StandRocketHouse1F.asm" - "data/maps/attributes/StandRocketHouse2F.asm" - "maps/StandRocketHouse2F.asm" - "data/maps/attributes/StandLeague1F.asm" - "maps/StandLeague1F.asm" - "data/maps/attributes/StandLeague2F.asm" - "maps/StandLeague2F.asm" - "data/maps/attributes/KantoCeruleanHouse.asm" - "maps/KantoCeruleanHouse.asm" - "data/maps/attributes/KantoPokecenter1F.asm" - "maps/KantoPokecenter1F.asm" - "data/maps/attributes/KantoPokecenter2F.asm" - "maps/KantoPokecenter2F.asm" - "data/maps/attributes/KantoLeague1F.asm" - "maps/KantoLeague1F.asm" - "data/maps/attributes/KantoLeague2F.asm" - "maps/KantoLeague2F.asm" - "data/maps/attributes/KantoLavenderHouse.asm" - "maps/KantoLavenderHouse.asm" - "data/maps/attributes/KantoCeladonMart1F.asm" - "maps/KantoCeladonMart1F.asm" - "data/maps/attributes/KantoCeladonMart2F.asm" - "maps/KantoCeladonMart2F.asm" - "data/maps/attributes/KantoCeladonMart3F.asm" - "maps/KantoCeladonMart3F.asm" - "data/maps/attributes/KantoCeladonMart4F.asm" - "maps/KantoCeladonMart4F.asm" - "data/maps/attributes/KantoCeladonMart5F.asm" - "maps/KantoCeladonMart5F.asm" - "data/maps/attributes/KantoCeladonElevator.asm" - "maps/KantoCeladonElevator.asm" - "data/maps/attributes/KantoMart.asm" - "maps/KantoMart.asm" - "data/maps/attributes/KantoGamefreakHQ1.asm" - "maps/KantoGamefreakHQ1.asm" - "data/maps/attributes/KantoGamefreakHQ2.asm" - "maps/KantoGamefreakHQ2.asm" - "data/maps/attributes/KantoGamefreakHQ3.asm" - "maps/KantoGamefreakHQ3.asm" - "data/maps/attributes/KantoGamefreakHQ4.asm" - "maps/KantoGamefreakHQ4.asm" - "data/maps/attributes/KantoGamefreakHQ5.asm" - "maps/KantoGamefreakHQ5.asm" - "data/maps/attributes/KantoSilphCo.asm" - "maps/KantoSilphCo.asm" - "data/maps/attributes/KantoViridianHouse.asm" - "maps/KantoViridianHouse.asm" - "data/maps/attributes/KantoGameCorner.asm" - "maps/KantoGameCorner.asm" - "data/maps/attributes/KantoUnusedArea.asm" - "maps/KantoUnusedArea.asm" - "data/maps/attributes/KantoGameCornerPrizes.asm" - "maps/KantoGameCornerPrizes.asm" - "data/maps/attributes/KantoDiner.asm" - "maps/KantoDiner.asm" - "data/maps/attributes/KantoSchool.asm" - "maps/KantoSchool.asm" - "data/maps/attributes/KantoHospital.asm" - "maps/KantoHospital.asm" - "data/maps/attributes/KantoPokecenter21F.asm" - "maps/KantoPokecenter21F.asm" - "data/maps/attributes/KantoPokecenter22F.asm" - "maps/KantoPokecenter22F.asm" - "data/maps/attributes/KantoRedsHouse.asm" - "maps/KantoRedsHouse.asm" - "data/maps/attributes/KantoGreensHouse1F.asm" - "maps/KantoGreensHouse1F.asm" - "data/maps/attributes/KantoGreensHouse2F.asm" - "maps/KantoGreensHouse2F.asm" - "data/maps/attributes/KantoEldersHouse.asm" - "maps/KantoEldersHouse.asm" - "data/maps/attributes/KantoOaksLab.asm" - "maps/KantoOaksLab.asm" - "data/maps/attributes/KantoLeague21F.asm" - "maps/KantoLeague21F.asm" - "data/maps/attributes/KantoLeague22F.asm" - "maps/KantoLeague22F.asm" - "data/maps/attributes/KantoFishingGuru.asm" - "maps/KantoFishingGuru.asm" - "data/maps/attributes/SouthHouse1.asm" - "maps/SouthHouse1.asm" - "data/maps/attributes/SouthPokecenter1F.asm" - "maps/SouthPokecenter1F.asm" - "data/maps/attributes/SouthPokecenter2F.asm" - "maps/SouthPokecenter2F.asm" - "data/maps/attributes/SouthMart.asm" - "maps/SouthMart.asm" - "data/maps/attributes/SouthHouse2.asm" - "maps/SouthHouse2.asm" - "data/maps/attributes/NorthHouse1.asm" - "maps/NorthHouse1.asm" - "data/maps/attributes/NorthMart.asm" - "maps/NorthMart.asm" - "data/maps/attributes/NorthHouse2.asm" - "maps/NorthHouse2.asm" - "data/maps/attributes/NorthPokecenter1F.asm" - "maps/NorthPokecenter1F.asm" - "data/maps/attributes/NorthPokecenter2F.asm" - "maps/NorthPokecenter2F.asm" + "data/maps/attributes/placeholder/HaitekuWestRouteGate.asm" + "maps/placeholder/HaitekuWestRouteGate.asm" + "data/maps/attributes/placeholder/HaitekuPokecenter1F.asm" + "maps/placeholder/HaitekuPokecenter1F.asm" + "data/maps/attributes/placeholder/HaitekuPokecenter2F.asm" + "maps/placeholder/HaitekuPokecenter2F.asm" + "data/maps/attributes/placeholder/HaitekuLeague1F.asm" + "maps/placeholder/HaitekuLeague1F.asm" + "data/maps/attributes/placeholder/HaitekuLeague2F.asm" + "maps/placeholder/HaitekuLeague2F.asm" + "data/maps/attributes/placeholder/HaitekuMart.asm" + "maps/placeholder/HaitekuMart.asm" + "data/maps/attributes/placeholder/HaitekuHouse1.asm" + "maps/placeholder/HaitekuHouse1.asm" + "data/maps/attributes/placeholder/HaitekuHouse2.asm" + "maps/placeholder/HaitekuHouse2.asm" + "data/maps/attributes/placeholder/HaitekuImposterOakHouse.asm" + "maps/placeholder/HaitekuImposterOakHouse.asm" + "data/maps/attributes/placeholder/HaitekuAquarium1F.asm" + "maps/placeholder/HaitekuAquarium1F.asm" + "data/maps/attributes/placeholder/HaitekuAquarium2F.asm" + "maps/placeholder/HaitekuAquarium2F.asm" + "data/maps/attributes/placeholder/FontoRouteGate1.asm" + "maps/placeholder/FontoRouteGate1.asm" + "data/maps/attributes/placeholder/FontoRouteGate2.asm" + "maps/placeholder/FontoRouteGate2.asm" + "data/maps/attributes/placeholder/FontoRouteGate3.asm" + "maps/placeholder/FontoRouteGate3.asm" + "data/maps/attributes/placeholder/FontoRocketHouse.asm" + "maps/placeholder/FontoRocketHouse.asm" + "data/maps/attributes/placeholder/FontoMart.asm" + "maps/placeholder/FontoMart.asm" + "data/maps/attributes/placeholder/FontoHouse.asm" + "maps/placeholder/FontoHouse.asm" + "data/maps/attributes/placeholder/FontoPokecenter1F.asm" + "maps/placeholder/FontoPokecenter1F.asm" + "data/maps/attributes/placeholder/FontoPokecenter2F.asm" + "maps/placeholder/FontoPokecenter2F.asm" + "data/maps/attributes/placeholder/FontoLab.asm" + "maps/placeholder/FontoLab.asm" + "data/maps/attributes/placeholder/BaadonMart.asm" + "maps/placeholder/BaadonMart.asm" + "data/maps/attributes/placeholder/BaadonPokecenter1F.asm" + "maps/placeholder/BaadonPokecenter1F.asm" + "data/maps/attributes/placeholder/BaadonPokecenter2F.asm" + "maps/placeholder/BaadonPokecenter2F.asm" + "data/maps/attributes/placeholder/BaadonHouse1.asm" + "maps/placeholder/BaadonHouse1.asm" + "data/maps/attributes/placeholder/BaadonWallpaperHouse.asm" + "maps/placeholder/BaadonWallpaperHouse.asm" + "data/maps/attributes/placeholder/BaadonHouse2.asm" + "maps/placeholder/BaadonHouse2.asm" + "data/maps/attributes/placeholder/BaadonLeague1F.asm" + "maps/placeholder/BaadonLeague1F.asm" + "data/maps/attributes/placeholder/BaadonLeague2F.asm" + "maps/placeholder/BaadonLeague2F.asm" + "data/maps/attributes/placeholder/BaadonRouteGateWest.asm" + "maps/placeholder/BaadonRouteGateWest.asm" + "data/maps/attributes/placeholder/BaadonRouteGateNewtype.asm" + "maps/placeholder/BaadonRouteGateNewtype.asm" + "data/maps/attributes/placeholder/NewtypePokecenter1F.asm" + "maps/placeholder/NewtypePokecenter1F.asm" + "data/maps/attributes/placeholder/NewtypePokecenter2F.asm" + "maps/placeholder/NewtypePokecenter2F.asm" + "data/maps/attributes/placeholder/NewtypeLeague1F.asm" + "maps/placeholder/NewtypeLeague1F.asm" + "data/maps/attributes/placeholder/NewtypeLeague2F.asm" + "maps/placeholder/NewtypeLeague2F.asm" + "data/maps/attributes/placeholder/NewtypeSailorHouse.asm" + "maps/placeholder/NewtypeSailorHouse.asm" + "data/maps/attributes/placeholder/NewtypeMart.asm" + "maps/placeholder/NewtypeMart.asm" + "data/maps/attributes/placeholder/NewtypeDojo.asm" + "maps/placeholder/NewtypeDojo.asm" + "data/maps/attributes/placeholder/NewtypeHouse1.asm" + "maps/placeholder/NewtypeHouse1.asm" + "data/maps/attributes/placeholder/NewtypeDiner.asm" + "maps/placeholder/NewtypeDiner.asm" + "data/maps/attributes/placeholder/NewtypeHouse2.asm" + "maps/placeholder/NewtypeHouse2.asm" + "data/maps/attributes/placeholder/NewtypeHouse3.asm" + "maps/placeholder/NewtypeHouse3.asm" + "data/maps/attributes/placeholder/Route15Pokecenter1F.asm" + "maps/placeholder/Route15Pokecenter1F.asm" + "data/maps/attributes/placeholder/Route15Pokecenter2F.asm" + "maps/placeholder/Route15Pokecenter2F.asm" + "data/maps/attributes/placeholder/NewtypeRouteGate.asm" + "maps/placeholder/NewtypeRouteGate.asm" + "data/maps/attributes/placeholder/Route18Pokecenter1F.asm" + "maps/placeholder/Route18Pokecenter1F.asm" + "data/maps/attributes/placeholder/Route18Pokecenter2F.asm" + "maps/placeholder/Route18Pokecenter2F.asm" + "data/maps/attributes/placeholder/SugarRouteGate.asm" + "maps/placeholder/SugarRouteGate.asm" + "data/maps/attributes/placeholder/SugarHouse.asm" + "maps/placeholder/SugarHouse.asm" + "data/maps/attributes/placeholder/SugarHouse2.asm" + "maps/placeholder/SugarHouse2.asm" + "data/maps/attributes/placeholder/SugarMart.asm" + "maps/placeholder/SugarMart.asm" + "data/maps/attributes/placeholder/SugarPokecenter1F.asm" + "maps/placeholder/SugarPokecenter1F.asm" + "data/maps/attributes/placeholder/SugarPokecenter2F.asm" + "maps/placeholder/SugarPokecenter2F.asm" + "data/maps/attributes/placeholder/BullForestRoute1House.asm" + "maps/placeholder/BullForestRoute1House.asm" + "data/maps/attributes/placeholder/BullForestRouteGateStand.asm" + "maps/placeholder/BullForestRouteGateStand.asm" + "data/maps/attributes/placeholder/BullMart.asm" + "maps/placeholder/BullMart.asm" + "data/maps/attributes/placeholder/BullHouse1.asm" + "maps/placeholder/BullHouse1.asm" + "data/maps/attributes/placeholder/BullHouse2.asm" + "maps/placeholder/BullHouse2.asm" + "data/maps/attributes/placeholder/BullHouse3.asm" + "maps/placeholder/BullHouse3.asm" + "data/maps/attributes/placeholder/BullPokecenter1F.asm" + "maps/placeholder/BullPokecenter1F.asm" + "data/maps/attributes/placeholder/BullPokecenter2F.asm" + "maps/placeholder/BullPokecenter2F.asm" + "data/maps/attributes/placeholder/BullLeague1F.asm" + "maps/placeholder/BullLeague1F.asm" + "data/maps/attributes/placeholder/BullLeague2F.asm" + "maps/placeholder/BullLeague2F.asm" + "data/maps/attributes/placeholder/BullHouse4.asm" + "maps/placeholder/BullHouse4.asm" + "data/maps/attributes/placeholder/StandRouteGateKanto.asm" + "maps/placeholder/StandRouteGateKanto.asm" + "data/maps/attributes/placeholder/StandLab.asm" + "maps/placeholder/StandLab.asm" + "data/maps/attributes/placeholder/StandPokecenter1F.asm" + "maps/placeholder/StandPokecenter1F.asm" + "data/maps/attributes/placeholder/StandPokecenter2F.asm" + "maps/placeholder/StandPokecenter2F.asm" + "data/maps/attributes/placeholder/StandOffice.asm" + "maps/placeholder/StandOffice.asm" + "data/maps/attributes/placeholder/StandMart.asm" + "maps/placeholder/StandMart.asm" + "data/maps/attributes/placeholder/StandHouse.asm" + "maps/placeholder/StandHouse.asm" + "data/maps/attributes/placeholder/StandRocketHouse1F.asm" + "maps/placeholder/StandRocketHouse1F.asm" + "data/maps/attributes/placeholder/StandRocketHouse2F.asm" + "maps/placeholder/StandRocketHouse2F.asm" + "data/maps/attributes/placeholder/StandLeague1F.asm" + "maps/placeholder/StandLeague1F.asm" + "data/maps/attributes/placeholder/StandLeague2F.asm" + "maps/placeholder/StandLeague2F.asm" + "data/maps/attributes/placeholder/KantoCeruleanHouse.asm" + "maps/placeholder/KantoCeruleanHouse.asm" + "data/maps/attributes/placeholder/KantoPokecenter1F.asm" + "maps/placeholder/KantoPokecenter1F.asm" + "data/maps/attributes/placeholder/KantoPokecenter2F.asm" + "maps/placeholder/KantoPokecenter2F.asm" + "data/maps/attributes/placeholder/KantoLeague1F.asm" + "maps/placeholder/KantoLeague1F.asm" + "data/maps/attributes/placeholder/KantoLeague2F.asm" + "maps/placeholder/KantoLeague2F.asm" + "data/maps/attributes/placeholder/KantoLavenderHouse.asm" + "maps/placeholder/KantoLavenderHouse.asm" + "data/maps/attributes/placeholder/KantoCeladonMart1F.asm" + "maps/placeholder/KantoCeladonMart1F.asm" + "data/maps/attributes/placeholder/KantoCeladonMart2F.asm" + "maps/placeholder/KantoCeladonMart2F.asm" + "data/maps/attributes/placeholder/KantoCeladonMart3F.asm" + "maps/placeholder/KantoCeladonMart3F.asm" + "data/maps/attributes/placeholder/KantoCeladonMart4F.asm" + "maps/placeholder/KantoCeladonMart4F.asm" + "data/maps/attributes/placeholder/KantoCeladonMart5F.asm" + "maps/placeholder/KantoCeladonMart5F.asm" + "data/maps/attributes/placeholder/KantoCeladonElevator.asm" + "maps/placeholder/KantoCeladonElevator.asm" + "data/maps/attributes/placeholder/KantoMart.asm" + "maps/placeholder/KantoMart.asm" + "data/maps/attributes/placeholder/KantoGamefreakHQ1.asm" + "maps/placeholder/KantoGamefreakHQ1.asm" + "data/maps/attributes/placeholder/KantoGamefreakHQ2.asm" + "maps/placeholder/KantoGamefreakHQ2.asm" + "data/maps/attributes/placeholder/KantoGamefreakHQ3.asm" + "maps/placeholder/KantoGamefreakHQ3.asm" + "data/maps/attributes/placeholder/KantoGamefreakHQ4.asm" + "maps/placeholder/KantoGamefreakHQ4.asm" + "data/maps/attributes/placeholder/KantoGamefreakHQ5.asm" + "maps/placeholder/KantoGamefreakHQ5.asm" + "data/maps/attributes/placeholder/KantoSilphCo.asm" + "maps/placeholder/KantoSilphCo.asm" + "data/maps/attributes/placeholder/KantoViridianHouse.asm" + "maps/placeholder/KantoViridianHouse.asm" + "data/maps/attributes/placeholder/KantoGameCorner.asm" + "maps/placeholder/KantoGameCorner.asm" + "data/maps/attributes/placeholder/KantoUnusedArea.asm" + "maps/placeholder/KantoUnusedArea.asm" + "data/maps/attributes/placeholder/KantoGameCornerPrizes.asm" + "maps/placeholder/KantoGameCornerPrizes.asm" + "data/maps/attributes/placeholder/KantoDiner.asm" + "maps/placeholder/KantoDiner.asm" + "data/maps/attributes/placeholder/KantoSchool.asm" + "maps/placeholder/KantoSchool.asm" + "data/maps/attributes/placeholder/KantoHospital.asm" + "maps/placeholder/KantoHospital.asm" + "data/maps/attributes/placeholder/KantoPokecenter21F.asm" + "maps/placeholder/KantoPokecenter21F.asm" + "data/maps/attributes/placeholder/KantoPokecenter22F.asm" + "maps/placeholder/KantoPokecenter22F.asm" + "data/maps/attributes/placeholder/KantoRedsHouse.asm" + "maps/placeholder/KantoRedsHouse.asm" + "data/maps/attributes/placeholder/KantoGreensHouse1F.asm" + "maps/placeholder/KantoGreensHouse1F.asm" + "data/maps/attributes/placeholder/KantoGreensHouse2F.asm" + "maps/placeholder/KantoGreensHouse2F.asm" + "data/maps/attributes/placeholder/KantoEldersHouse.asm" + "maps/placeholder/KantoEldersHouse.asm" + "data/maps/attributes/placeholder/KantoOaksLab.asm" + "maps/placeholder/KantoOaksLab.asm" + "data/maps/attributes/placeholder/KantoLeague21F.asm" + "maps/placeholder/KantoLeague21F.asm" + "data/maps/attributes/placeholder/KantoLeague22F.asm" + "maps/placeholder/KantoLeague22F.asm" + "data/maps/attributes/placeholder/KantoFishingGuru.asm" + "maps/placeholder/KantoFishingGuru.asm" + "data/maps/attributes/placeholder/SouthHouse1.asm" + "maps/placeholder/SouthHouse1.asm" + "data/maps/attributes/placeholder/SouthPokecenter1F.asm" + "maps/placeholder/SouthPokecenter1F.asm" + "data/maps/attributes/placeholder/SouthPokecenter2F.asm" + "maps/placeholder/SouthPokecenter2F.asm" + "data/maps/attributes/placeholder/SouthMart.asm" + "maps/placeholder/SouthMart.asm" + "data/maps/attributes/placeholder/SouthHouse2.asm" + "maps/placeholder/SouthHouse2.asm" + "data/maps/attributes/placeholder/NorthHouse1.asm" + "maps/placeholder/NorthHouse1.asm" + "data/maps/attributes/placeholder/NorthMart.asm" + "maps/placeholder/NorthMart.asm" + "data/maps/attributes/placeholder/NorthHouse2.asm" + "maps/placeholder/NorthHouse2.asm" + "data/maps/attributes/placeholder/NorthPokecenter1F.asm" + "maps/placeholder/NorthPokecenter1F.asm" + "data/maps/attributes/placeholder/NorthPokecenter2F.asm" + "maps/placeholder/NorthPokecenter2F.asm" ROMX $2f org $4000 - "data/maps/attributes/PowerPlant1.asm" - "maps/PowerPlant1.asm" - "data/maps/attributes/PowerPlant2.asm" - "maps/PowerPlant2.asm" - "data/maps/attributes/PowerPlant3.asm" - "maps/PowerPlant3.asm" - "data/maps/attributes/PowerPlant4.asm" - "maps/PowerPlant4.asm" - "data/maps/attributes/RuinsOfAlphEntrance.asm" - "maps/RuinsOfAlphEntrance.asm" - "data/maps/attributes/RuinsOfAlphMain.asm" - "maps/RuinsOfAlphMain.asm" - "data/maps/attributes/CaveMinecarts1.asm" - "maps/CaveMinecarts1.asm" - "data/maps/attributes/CaveMinecarts2.asm" - "maps/CaveMinecarts2.asm" - "data/maps/attributes/CaveMinecarts3.asm" - "maps/CaveMinecarts3.asm" - "data/maps/attributes/CaveMinecarts4.asm" - "maps/CaveMinecarts4.asm" - "data/maps/attributes/CaveMinecarts5.asm" - "maps/CaveMinecarts5.asm" - "data/maps/attributes/CaveMinecarts6.asm" - "maps/CaveMinecarts6.asm" - "data/maps/attributes/CaveMinecarts7.asm" - "maps/CaveMinecarts7.asm" - "data/maps/attributes/Office1.asm" - "maps/Office1.asm" - "data/maps/attributes/Office2.asm" - "maps/Office2.asm" - "data/maps/attributes/Office3.asm" - "maps/Office3.asm" - "data/maps/attributes/SlowpokeWellEntrance.asm" - "maps/SlowpokeWellEntrance.asm" - "data/maps/attributes/SlowpokeWellMain.asm" - "maps/SlowpokeWellMain.asm" + "data/maps/attributes/placeholder/PowerPlant1.asm" + "maps/placeholder/PowerPlant1.asm" + "data/maps/attributes/placeholder/PowerPlant2.asm" + "maps/placeholder/PowerPlant2.asm" + "data/maps/attributes/placeholder/PowerPlant3.asm" + "maps/placeholder/PowerPlant3.asm" + "data/maps/attributes/placeholder/PowerPlant4.asm" + "maps/placeholder/PowerPlant4.asm" + "data/maps/attributes/placeholder/RuinsOfAlphEntrance.asm" + "maps/placeholder/RuinsOfAlphEntrance.asm" + "data/maps/attributes/placeholder/RuinsOfAlphMain.asm" + "maps/placeholder/RuinsOfAlphMain.asm" + "data/maps/attributes/placeholder/CaveMinecarts1.asm" + "maps/placeholder/CaveMinecarts1.asm" + "data/maps/attributes/placeholder/CaveMinecarts2.asm" + "maps/placeholder/CaveMinecarts2.asm" + "data/maps/attributes/placeholder/CaveMinecarts3.asm" + "maps/placeholder/CaveMinecarts3.asm" + "data/maps/attributes/placeholder/CaveMinecarts4.asm" + "maps/placeholder/CaveMinecarts4.asm" + "data/maps/attributes/placeholder/CaveMinecarts5.asm" + "maps/placeholder/CaveMinecarts5.asm" + "data/maps/attributes/placeholder/CaveMinecarts6.asm" + "maps/placeholder/CaveMinecarts6.asm" + "data/maps/attributes/placeholder/CaveMinecarts7.asm" + "maps/placeholder/CaveMinecarts7.asm" + "data/maps/attributes/placeholder/Office1.asm" + "maps/placeholder/Office1.asm" + "data/maps/attributes/placeholder/Office2.asm" + "maps/placeholder/Office2.asm" + "data/maps/attributes/placeholder/Office3.asm" + "maps/placeholder/Office3.asm" + "data/maps/attributes/placeholder/SlowpokeWellEntrance.asm" + "maps/placeholder/SlowpokeWellEntrance.asm" + "data/maps/attributes/placeholder/SlowpokeWellMain.asm" + "maps/placeholder/SlowpokeWellMain.asm" "data/maps/attributes/ShizukanaOka.asm" ROMX $30 org $4000 @@ -762,8 +762,8 @@ ROMX $33 org $4000 ROMX $34 org $4000 - "data/maps/attributes/RouteSilentEastGate.asm" - "maps/RouteSilentEastGate.asm" + "data/maps/attributes/placeholder/RouteSilentEastGate.asm" + "maps/placeholder/RouteSilentEastGate.asm" "data/maps/attributes/PlayerHouse1F.asm" "maps/PlayerHouse1F.asm" "data/maps/attributes/PlayerHouse2F.asm" @@ -780,86 +780,86 @@ ROMX $34 "maps/UnusedMap13.asm" ROMX $36 org $4000 - "maps/dummy_text_pointers.asm" + "maps/placeholder/dummy_text_pointers.asm" "data/maps/attributes/SilentHill.asm" - "data/maps/attributes/OldCity.asm" - "maps/OldCity.asm" - "data/maps/attributes/West.asm" - "maps/West.asm" - "data/maps/attributes/Haiteku.asm" - "maps/Haiteku.asm" - "data/maps/attributes/Fonto.asm" - "maps/Fonto.asm" - "data/maps/attributes/Baadon.asm" - "maps/Baadon.asm" - "data/maps/attributes/Newtype.asm" - "maps/Newtype.asm" - "data/maps/attributes/Sugar.asm" - "maps/Sugar.asm" - "data/maps/attributes/BullForest.asm" - "maps/BullForest.asm" - "data/maps/attributes/Stand.asm" - "maps/Stand.asm" - "data/maps/attributes/Kanto.asm" - "maps/Kanto.asm" - "data/maps/attributes/Prince.asm" - "maps/Prince.asm" - "data/maps/attributes/MtFuji.asm" - "maps/MtFuji.asm" - "data/maps/attributes/South.asm" - "maps/South.asm" - "data/maps/attributes/North.asm" - "maps/North.asm" + "data/maps/attributes/placeholder/OldCity.asm" + "maps/placeholder/OldCity.asm" + "data/maps/attributes/placeholder/West.asm" + "maps/placeholder/West.asm" + "data/maps/attributes/placeholder/Haiteku.asm" + "maps/placeholder/Haiteku.asm" + "data/maps/attributes/placeholder/Fonto.asm" + "maps/placeholder/Fonto.asm" + "data/maps/attributes/placeholder/Baadon.asm" + "maps/placeholder/Baadon.asm" + "data/maps/attributes/placeholder/Newtype.asm" + "maps/placeholder/Newtype.asm" + "data/maps/attributes/placeholder/Sugar.asm" + "maps/placeholder/Sugar.asm" + "data/maps/attributes/placeholder/BullForest.asm" + "maps/placeholder/BullForest.asm" + "data/maps/attributes/placeholder/Stand.asm" + "maps/placeholder/Stand.asm" + "data/maps/attributes/placeholder/Kanto.asm" + "maps/placeholder/Kanto.asm" + "data/maps/attributes/placeholder/Prince.asm" + "maps/placeholder/Prince.asm" + "data/maps/attributes/placeholder/MtFuji.asm" + "maps/placeholder/MtFuji.asm" + "data/maps/attributes/placeholder/South.asm" + "maps/placeholder/South.asm" + "data/maps/attributes/placeholder/North.asm" + "maps/placeholder/North.asm" "data/maps/attributes/Route1P1.asm" "data/maps/attributes/Route1P2.asm" - "data/maps/attributes/Route2.asm" - "maps/Route2.asm" - "data/maps/attributes/HaitekuWestRoute.asm" - "maps/HaitekuWestRoute.asm" - "data/maps/attributes/HaitekuWestRouteOcean.asm" - "maps/HaitekuWestRouteOcean.asm" - "data/maps/attributes/FontoRoute1.asm" - "maps/FontoRoute1.asm" - "data/maps/attributes/FontoRoute6.asm" - "maps/FontoRoute6.asm" - "data/maps/attributes/FontoRoute2.asm" - "maps/FontoRoute2.asm" - "data/maps/attributes/FontoRoute4.asm" - "maps/FontoRoute4.asm" - "data/maps/attributes/FontoRoute3.asm" - "maps/FontoRoute3.asm" - "data/maps/attributes/BaadonRoute1.asm" - "maps/BaadonRoute1.asm" - "data/maps/attributes/BaadonRoute2.asm" - "maps/BaadonRoute2.asm" - "data/maps/attributes/BaadonRoute3.asm" - "maps/BaadonRoute3.asm" - "data/maps/attributes/Route15.asm" - "maps/Route15.asm" - "data/maps/attributes/NewtypeRoute.asm" - "maps/NewtypeRoute.asm" - "data/maps/attributes/Route18.asm" - "maps/Route18.asm" - "data/maps/attributes/BullForestRoute1.asm" - "maps/BullForestRoute1.asm" - "data/maps/attributes/SugarRoute.asm" - "maps/SugarRoute.asm" - "data/maps/attributes/BullForestRoute2.asm" - "maps/BullForestRoute2.asm" - "data/maps/attributes/StandRoute.asm" - "maps/StandRoute.asm" - "data/maps/attributes/KantoEastRoute.asm" - "maps/KantoEastRoute.asm" - "data/maps/attributes/RouteSilentEast.asm" - "maps/RouteSilentEast.asm" - "data/maps/attributes/PrinceRoute.asm" - "maps/PrinceRoute.asm" - "data/maps/attributes/MtFujiRoute.asm" - "maps/MtFujiRoute.asm" - "data/maps/attributes/FontoRoute5.asm" - "maps/FontoRoute5.asm" - "data/maps/attributes/BullForestRoute3.asm" - "maps/BullForestRoute3.asm" + "data/maps/attributes/placeholder/Route2.asm" + "maps/placeholder/Route2.asm" + "data/maps/attributes/placeholder/HaitekuWestRoute.asm" + "maps/placeholder/HaitekuWestRoute.asm" + "data/maps/attributes/placeholder/HaitekuWestRouteOcean.asm" + "maps/placeholder/HaitekuWestRouteOcean.asm" + "data/maps/attributes/placeholder/FontoRoute1.asm" + "maps/placeholder/FontoRoute1.asm" + "data/maps/attributes/placeholder/FontoRoute6.asm" + "maps/placeholder/FontoRoute6.asm" + "data/maps/attributes/placeholder/FontoRoute2.asm" + "maps/placeholder/FontoRoute2.asm" + "data/maps/attributes/placeholder/FontoRoute4.asm" + "maps/placeholder/FontoRoute4.asm" + "data/maps/attributes/placeholder/FontoRoute3.asm" + "maps/placeholder/FontoRoute3.asm" + "data/maps/attributes/placeholder/BaadonRoute1.asm" + "maps/placeholder/BaadonRoute1.asm" + "data/maps/attributes/placeholder/BaadonRoute2.asm" + "maps/placeholder/BaadonRoute2.asm" + "data/maps/attributes/placeholder/BaadonRoute3.asm" + "maps/placeholder/BaadonRoute3.asm" + "data/maps/attributes/placeholder/Route15.asm" + "maps/placeholder/Route15.asm" + "data/maps/attributes/placeholder/NewtypeRoute.asm" + "maps/placeholder/NewtypeRoute.asm" + "data/maps/attributes/placeholder/Route18.asm" + "maps/placeholder/Route18.asm" + "data/maps/attributes/placeholder/BullForestRoute1.asm" + "maps/placeholder/BullForestRoute1.asm" + "data/maps/attributes/placeholder/SugarRoute.asm" + "maps/placeholder/SugarRoute.asm" + "data/maps/attributes/placeholder/BullForestRoute2.asm" + "maps/placeholder/BullForestRoute2.asm" + "data/maps/attributes/placeholder/StandRoute.asm" + "maps/placeholder/StandRoute.asm" + "data/maps/attributes/placeholder/KantoEastRoute.asm" + "maps/placeholder/KantoEastRoute.asm" + "data/maps/attributes/placeholder/RouteSilentEast.asm" + "maps/placeholder/RouteSilentEast.asm" + "data/maps/attributes/placeholder/PrinceRoute.asm" + "maps/placeholder/PrinceRoute.asm" + "data/maps/attributes/placeholder/MtFujiRoute.asm" + "maps/placeholder/MtFujiRoute.asm" + "data/maps/attributes/placeholder/FontoRoute5.asm" + "maps/placeholder/FontoRoute5.asm" + "data/maps/attributes/placeholder/BullForestRoute3.asm" + "maps/placeholder/BullForestRoute3.asm" "maps/SilentHill.asm" org $7b98 "maps/Route1P1.asm" |