mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-16 07:03:22 +12:00
Simplify map connections
To do: Polished Map support for detecting the tileset
This commit is contained in:
parent
e882708b85
commit
710c3275fc
224 changed files with 837 additions and 1945 deletions
|
|
@ -1,8 +1,3 @@
|
||||||
AgathasRoom_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header AgathasRoom, AGATHAS_ROOM, CEMETERY, 0
|
||||||
db AGATHAS_ROOM_HEIGHT, AGATHAS_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw AgathasRoom_Blocks ; blocks
|
|
||||||
dw AgathasRoom_TextPointers ; texts
|
|
||||||
dw AgathasRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw AgathasRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
BikeShop_h::
|
|
||||||
db CLUB ; tileset
|
map_header BikeShop, BIKE_SHOP, CLUB, 0
|
||||||
db BIKE_SHOP_HEIGHT, BIKE_SHOP_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw BikeShop_Blocks ; blocks
|
|
||||||
dw BikeShop_TextPointers ; texts
|
|
||||||
dw BikeShop_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw BikeShop_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
BillsHouse_h::
|
|
||||||
db INTERIOR ; tileset
|
map_header BillsHouse, BILLS_HOUSE, INTERIOR, 0
|
||||||
db BILLS_HOUSE_HEIGHT, BILLS_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw BillsHouse_Blocks ; blocks
|
|
||||||
dw BillsHouse_TextPointers ; texts
|
|
||||||
dw BillsHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw BillsHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
BluesHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header BluesHouse, BLUES_HOUSE, HOUSE, 0
|
||||||
db BLUES_HOUSE_HEIGHT, BLUES_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw BluesHouse_Blocks ; blocks
|
|
||||||
dw BluesHouse_TextPointers ; texts
|
|
||||||
dw BluesHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw BluesHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
BrunosRoom_h::
|
|
||||||
db GYM ; tileset
|
map_header BrunosRoom, BRUNOS_ROOM, GYM, 0
|
||||||
db BRUNOS_ROOM_HEIGHT, BRUNOS_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw BrunosRoom_Blocks ; blocks
|
|
||||||
dw BrunosRoom_TextPointers ; texts
|
|
||||||
dw BrunosRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw BrunosRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonChiefHouse_h::
|
|
||||||
db MANSION ; tileset
|
map_header CeladonChiefHouse, CELADON_CHIEF_HOUSE, MANSION, 0
|
||||||
db CELADON_CHIEF_HOUSE_HEIGHT, CELADON_CHIEF_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonChiefHouse_Blocks ; blocks
|
|
||||||
dw CeladonChiefHouse_TextPointers ; texts
|
|
||||||
dw CeladonChiefHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonChiefHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,5 @@
|
||||||
CeladonCity_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header CeladonCity, CELADON_CITY, OVERWORLD, WEST | EAST
|
||||||
db CELADON_CITY_HEIGHT, CELADON_CITY_WIDTH ; dimensions (y, x)
|
connection west, Route16, ROUTE_16, 4
|
||||||
dw CeladonCity_Blocks ; blocks
|
connection east, Route7, ROUTE_7, 4
|
||||||
dw CeladonCity_TextPointers ; texts
|
end_map_header
|
||||||
dw CeladonCity_Script ; scripts
|
|
||||||
db WEST | EAST ; connections
|
|
||||||
WEST_MAP_CONNECTION CELADON_CITY, ROUTE_16, 4, 0, Route16_Blocks
|
|
||||||
EAST_MAP_CONNECTION CELADON_CITY, ROUTE_7, 4, 0, Route7_Blocks, 1
|
|
||||||
dw CeladonCity_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonDiner_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonDiner, CELADON_DINER, LOBBY, 0
|
||||||
db CELADON_DINER_HEIGHT, CELADON_DINER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonDiner_Blocks ; blocks
|
|
||||||
dw CeladonDiner_TextPointers ; texts
|
|
||||||
dw CeladonDiner_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonDiner_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonGym_h::
|
|
||||||
db GYM ; tileset
|
map_header CeladonGym, CELADON_GYM, GYM, 0
|
||||||
db CELADON_GYM_HEIGHT, CELADON_GYM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonGym_Blocks ; blocks
|
|
||||||
dw CeladonGym_TextPointers ; texts
|
|
||||||
dw CeladonGym_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonGym_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonHotel_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header CeladonHotel, CELADON_HOTEL, POKECENTER, 0
|
||||||
db CELADON_HOTEL_HEIGHT, CELADON_HOTEL_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonHotel_Blocks ; blocks
|
|
||||||
dw CeladonHotel_TextPointers ; texts
|
|
||||||
dw CeladonHotel_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonHotel_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMansion1F_h::
|
|
||||||
db MANSION ; tileset
|
map_header CeladonMansion1F, CELADON_MANSION_1F, MANSION, 0
|
||||||
db CELADON_MANSION_1F_HEIGHT, CELADON_MANSION_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMansion1F_Blocks ; blocks
|
|
||||||
dw CeladonMansion1F_TextPointers ; texts
|
|
||||||
dw CeladonMansion1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMansion1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMansion2F_h::
|
|
||||||
db MANSION ; tileset
|
map_header CeladonMansion2F, CELADON_MANSION_2F, MANSION, 0
|
||||||
db CELADON_MANSION_2F_HEIGHT, CELADON_MANSION_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMansion2F_Blocks ; blocks
|
|
||||||
dw CeladonMansion2F_TextPointers ; texts
|
|
||||||
dw CeladonMansion2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMansion2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMansion3F_h::
|
|
||||||
db MANSION ; tileset
|
map_header CeladonMansion3F, CELADON_MANSION_3F, MANSION, 0
|
||||||
db CELADON_MANSION_3F_HEIGHT, CELADON_MANSION_3F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMansion3F_Blocks ; blocks
|
|
||||||
dw CeladonMansion3F_TextPointers ; texts
|
|
||||||
dw CeladonMansion3F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMansion3F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMansionRoof_h::
|
|
||||||
db MANSION ; tileset
|
map_header CeladonMansionRoof, CELADON_MANSION_ROOF, MANSION, 0
|
||||||
db CELADON_MANSION_ROOF_HEIGHT, CELADON_MANSION_ROOF_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMansionRoof_Blocks ; blocks
|
|
||||||
dw CeladonMansionRoof_TextPointers ; texts
|
|
||||||
dw CeladonMansionRoof_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMansionRoof_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMansionRoofHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header CeladonMansionRoofHouse, CELADON_MANSION_ROOF_HOUSE, HOUSE, 0
|
||||||
db CELADON_MANSION_ROOF_HOUSE_HEIGHT, CELADON_MANSION_ROOF_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMansionRoofHouse_Blocks ; blocks
|
|
||||||
dw CeladonMansionRoofHouse_TextPointers ; texts
|
|
||||||
dw CeladonMansionRoofHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMansionRoofHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMart1F_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMart1F, CELADON_MART_1F, LOBBY, 0
|
||||||
db CELADON_MART_1F_HEIGHT, CELADON_MART_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMart1F_Blocks ; blocks
|
|
||||||
dw CeladonMart1F_TextPointers ; texts
|
|
||||||
dw CeladonMart1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMart1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMart2F_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMart2F, CELADON_MART_2F, LOBBY, 0
|
||||||
db CELADON_MART_2F_HEIGHT, CELADON_MART_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMart2F_Blocks ; blocks
|
|
||||||
dw CeladonMart2F_TextPointers ; texts
|
|
||||||
dw CeladonMart2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMart2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMart3F_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMart3F, CELADON_MART_3F, LOBBY, 0
|
||||||
db CELADON_MART_3F_HEIGHT, CELADON_MART_3F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMart3F_Blocks ; blocks
|
|
||||||
dw CeladonMart3F_TextPointers ; texts
|
|
||||||
dw CeladonMart3F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMart3F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMart4F_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMart4F, CELADON_MART_4F, LOBBY, 0
|
||||||
db CELADON_MART_4F_HEIGHT, CELADON_MART_4F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMart4F_Blocks ; blocks
|
|
||||||
dw CeladonMart4F_TextPointers ; texts
|
|
||||||
dw CeladonMart4F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMart4F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMart5F_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMart5F, CELADON_MART_5F, LOBBY, 0
|
||||||
db CELADON_MART_5F_HEIGHT, CELADON_MART_5F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMart5F_Blocks ; blocks
|
|
||||||
dw CeladonMart5F_TextPointers ; texts
|
|
||||||
dw CeladonMart5F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMart5F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMartElevator_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMartElevator, CELADON_MART_ELEVATOR, LOBBY, 0
|
||||||
db CELADON_MART_ELEVATOR_HEIGHT, CELADON_MART_ELEVATOR_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMartElevator_Blocks ; blocks
|
|
||||||
dw CeladonMartElevator_TextPointers ; texts
|
|
||||||
dw CeladonMartElevator_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMartElevator_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonMartRoof_h::
|
|
||||||
db LOBBY ; tileset
|
map_header CeladonMartRoof, CELADON_MART_ROOF, LOBBY, 0
|
||||||
db CELADON_MART_ROOF_HEIGHT, CELADON_MART_ROOF_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonMartRoof_Blocks ; blocks
|
|
||||||
dw CeladonMartRoof_TextPointers ; texts
|
|
||||||
dw CeladonMartRoof_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonMartRoof_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeladonPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header CeladonPokecenter, CELADON_POKECENTER, POKECENTER, 0
|
||||||
db CELADON_POKECENTER_HEIGHT, CELADON_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeladonPokecenter_Blocks ; blocks
|
|
||||||
dw CeladonPokecenter_TextPointers ; texts
|
|
||||||
dw CeladonPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeladonPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanBadgeHouse_h::
|
|
||||||
db SHIP ; tileset
|
map_header CeruleanBadgeHouse, CERULEAN_BADGE_HOUSE, SHIP, 0
|
||||||
db CERULEAN_BADGE_HOUSE_HEIGHT, CERULEAN_BADGE_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanBadgeHouse_Blocks ; blocks
|
|
||||||
dw CeruleanBadgeHouse_TextPointers ; texts
|
|
||||||
dw CeruleanBadgeHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanBadgeHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanCave1F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header CeruleanCave1F, CERULEAN_CAVE_1F, CAVERN, 0
|
||||||
db CERULEAN_CAVE_1F_HEIGHT, CERULEAN_CAVE_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanCave1F_Blocks ; blocks
|
|
||||||
dw CeruleanCave1F_TextPointers ; texts
|
|
||||||
dw CeruleanCave1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanCave1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanCave2F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header CeruleanCave2F, CERULEAN_CAVE_2F, CAVERN, 0
|
||||||
db CERULEAN_CAVE_2F_HEIGHT, CERULEAN_CAVE_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanCave2F_Blocks ; blocks
|
|
||||||
dw CeruleanCave2F_TextPointers ; texts
|
|
||||||
dw CeruleanCave2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanCave2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanCaveB1F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header CeruleanCaveB1F, CERULEAN_CAVE_B1F, CAVERN, 0
|
||||||
db CERULEAN_CAVE_B1F_HEIGHT, CERULEAN_CAVE_B1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanCaveB1F_Blocks ; blocks
|
|
||||||
dw CeruleanCaveB1F_TextPointers ; texts
|
|
||||||
dw CeruleanCaveB1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanCaveB1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,7 @@
|
||||||
CeruleanCity_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header CeruleanCity, CERULEAN_CITY, OVERWORLD, NORTH | SOUTH | WEST | EAST
|
||||||
db CERULEAN_CITY_HEIGHT, CERULEAN_CITY_WIDTH ; dimensions (y, x)
|
connection north, Route24, ROUTE_24, 5
|
||||||
dw CeruleanCity_Blocks ; blocks
|
connection south, Route5, ROUTE_5, 5
|
||||||
dw CeruleanCity_TextPointers ; texts
|
connection west, Route4, ROUTE_4, 4
|
||||||
dw CeruleanCity_Script ; scripts
|
connection east, Route9, ROUTE_9, 4
|
||||||
db NORTH | SOUTH | WEST | EAST ; connections
|
end_map_header
|
||||||
NORTH_MAP_CONNECTION CERULEAN_CITY, ROUTE_24, 5, 0, Route24_Blocks
|
|
||||||
SOUTH_MAP_CONNECTION CERULEAN_CITY, ROUTE_5, 5, 0, Route5_Blocks, 1
|
|
||||||
WEST_MAP_CONNECTION CERULEAN_CITY, ROUTE_4, 4, 0, Route4_Blocks
|
|
||||||
EAST_MAP_CONNECTION CERULEAN_CITY, ROUTE_9, 4, 0, Route9_Blocks
|
|
||||||
dw CeruleanCity_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanGym_h::
|
|
||||||
db GYM ; tileset
|
map_header CeruleanGym, CERULEAN_GYM, GYM, 0
|
||||||
db CERULEAN_GYM_HEIGHT, CERULEAN_GYM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanGym_Blocks ; blocks
|
|
||||||
dw CeruleanGym_TextPointers ; texts
|
|
||||||
dw CeruleanGym_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanGym_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanMart_h::
|
|
||||||
db MART ; tileset
|
map_header CeruleanMart, CERULEAN_MART, MART, 0
|
||||||
db CERULEAN_MART_HEIGHT, CERULEAN_MART_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanMart_Blocks ; blocks
|
|
||||||
dw CeruleanMart_TextPointers ; texts
|
|
||||||
dw CeruleanMart_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanMart_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header CeruleanPokecenter, CERULEAN_POKECENTER, POKECENTER, 0
|
||||||
db CERULEAN_POKECENTER_HEIGHT, CERULEAN_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanPokecenter_Blocks ; blocks
|
|
||||||
dw CeruleanPokecenter_TextPointers ; texts
|
|
||||||
dw CeruleanPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanTradeHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header CeruleanTradeHouse, CERULEAN_TRADE_HOUSE, HOUSE, 0
|
||||||
db CERULEAN_TRADE_HOUSE_HEIGHT, CERULEAN_TRADE_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanTradeHouse_Blocks ; blocks
|
|
||||||
dw CeruleanTradeHouse_TextPointers ; texts
|
|
||||||
dw CeruleanTradeHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanTradeHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CeruleanTrashedHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header CeruleanTrashedHouse, CERULEAN_TRASHED_HOUSE, HOUSE, 0
|
||||||
db CERULEAN_TRASHED_HOUSE_HEIGHT, CERULEAN_TRASHED_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CeruleanTrashedHouse_Blocks ; blocks
|
|
||||||
dw CeruleanTrashedHouse_TextPointers ; texts
|
|
||||||
dw CeruleanTrashedHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CeruleanTrashedHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
ChampionsRoom_h::
|
|
||||||
db GYM ; tileset
|
map_header ChampionsRoom, CHAMPIONS_ROOM, GYM, $0
|
||||||
db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw ChampionsRoom_Blocks ; blocks
|
|
||||||
dw ChampionsRoom_TextPointers ; texts
|
|
||||||
dw ChampionsRoom_Script ; scripts
|
|
||||||
db $0 ; connections
|
|
||||||
dw ChampionsRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarGym_h::
|
|
||||||
db FACILITY ; tileset
|
map_header CinnabarGym, CINNABAR_GYM, FACILITY, 0
|
||||||
db CINNABAR_GYM_HEIGHT, CINNABAR_GYM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarGym_Blocks ; blocks
|
|
||||||
dw CinnabarGym_TextPointers ; texts
|
|
||||||
dw CinnabarGym_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarGym_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,5 @@
|
||||||
CinnabarIsland_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header CinnabarIsland, CINNABAR_ISLAND, OVERWORLD, NORTH | EAST
|
||||||
db CINNABAR_ISLAND_HEIGHT, CINNABAR_ISLAND_WIDTH ; dimensions (y, x)
|
connection north, Route21, ROUTE_21, 0
|
||||||
dw CinnabarIsland_Blocks ; blocks
|
connection east, Route20, ROUTE_20, 0
|
||||||
dw CinnabarIsland_TextPointers ; texts
|
end_map_header
|
||||||
dw CinnabarIsland_Script ; scripts
|
|
||||||
db NORTH | EAST ; connections
|
|
||||||
NORTH_MAP_CONNECTION CINNABAR_ISLAND, ROUTE_21, 0, 0, Route21_Blocks
|
|
||||||
EAST_MAP_CONNECTION CINNABAR_ISLAND, ROUTE_20, 0, 0, Route20_Blocks
|
|
||||||
dw CinnabarIsland_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarLab_h::
|
|
||||||
db LAB ; tileset
|
map_header CinnabarLab, CINNABAR_LAB, LAB, 0
|
||||||
db CINNABAR_LAB_HEIGHT, CINNABAR_LAB_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarLab_Blocks ; blocks
|
|
||||||
dw CinnabarLab_TextPointers ; texts
|
|
||||||
dw CinnabarLab_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarLab_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarLabFossilRoom_h::
|
|
||||||
db LAB ; tileset
|
map_header CinnabarLabFossilRoom, CINNABAR_LAB_FOSSIL_ROOM, LAB, 0
|
||||||
db CINNABAR_LAB_FOSSIL_ROOM_HEIGHT, CINNABAR_LAB_FOSSIL_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarLabFossilRoom_Blocks ; blocks
|
|
||||||
dw CinnabarLabFossilRoom_TextPointers ; texts
|
|
||||||
dw CinnabarLabFossilRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarLabFossilRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarLabMetronomeRoom_h::
|
|
||||||
db LAB ; tileset
|
map_header CinnabarLabMetronomeRoom, CINNABAR_LAB_METRONOME_ROOM, LAB, 0
|
||||||
db CINNABAR_LAB_METRONOME_ROOM_HEIGHT, CINNABAR_LAB_METRONOME_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarLabMetronomeRoom_Blocks ; blocks
|
|
||||||
dw CinnabarLabMetronomeRoom_TextPointers ; texts
|
|
||||||
dw CinnabarLabMetronomeRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarLabMetronomeRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarLabTradeRoom_h::
|
|
||||||
db LAB ; tileset
|
map_header CinnabarLabTradeRoom, CINNABAR_LAB_TRADE_ROOM, LAB, 0
|
||||||
db CINNABAR_LAB_TRADE_ROOM_HEIGHT, CINNABAR_LAB_TRADE_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarLabTradeRoom_Blocks ; blocks
|
|
||||||
dw CinnabarLabTradeRoom_TextPointers ; texts
|
|
||||||
dw CinnabarLabTradeRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarLabTradeRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarMart_h::
|
|
||||||
db MART ; tileset
|
map_header CinnabarMart, CINNABAR_MART, MART, 0
|
||||||
db CINNABAR_MART_HEIGHT, CINNABAR_MART_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarMart_Blocks ; blocks
|
|
||||||
dw CinnabarMart_TextPointers ; texts
|
|
||||||
dw CinnabarMart_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarMart_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CinnabarPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header CinnabarPokecenter, CINNABAR_POKECENTER, POKECENTER, 0
|
||||||
db CINNABAR_POKECENTER_HEIGHT, CINNABAR_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CinnabarPokecenter_Blocks ; blocks
|
|
||||||
dw CinnabarPokecenter_TextPointers ; texts
|
|
||||||
dw CinnabarPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CinnabarPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
Colosseum_h::
|
|
||||||
db CLUB ; tileset
|
map_header Colosseum, COLOSSEUM, CLUB, 0
|
||||||
db COLOSSEUM_HEIGHT, COLOSSEUM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw Colosseum_Blocks ; blocks
|
|
||||||
dw Colosseum_TextPointers ; texts
|
|
||||||
dw Colosseum_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw Colosseum_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CopycatsHouse1F_h::
|
|
||||||
db REDS_HOUSE_1 ; tileset
|
map_header CopycatsHouse1F, COPYCATS_HOUSE_1F, REDS_HOUSE_1, 0
|
||||||
db COPYCATS_HOUSE_1F_HEIGHT, COPYCATS_HOUSE_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CopycatsHouse1F_Blocks ; blocks
|
|
||||||
dw CopycatsHouse1F_TextPointers ; texts
|
|
||||||
dw CopycatsHouse1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CopycatsHouse1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
CopycatsHouse2F_h::
|
|
||||||
db REDS_HOUSE_2 ; tileset
|
map_header CopycatsHouse2F, COPYCATS_HOUSE_2F, REDS_HOUSE_2, 0
|
||||||
db COPYCATS_HOUSE_2F_HEIGHT, COPYCATS_HOUSE_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw CopycatsHouse2F_Blocks ; blocks
|
|
||||||
dw CopycatsHouse2F_TextPointers ; texts
|
|
||||||
dw CopycatsHouse2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw CopycatsHouse2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
Daycare_h::
|
|
||||||
db HOUSE ; tileset
|
map_header Daycare, DAYCARE, HOUSE, 0
|
||||||
db DAYCARE_HEIGHT, DAYCARE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw Daycare_Blocks ; blocks
|
|
||||||
dw Daycare_TextPointers ; texts
|
|
||||||
dw Daycare_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw Daycare_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
DiglettsCave_h::
|
|
||||||
db CAVERN ; tileset
|
map_header DiglettsCave, DIGLETTS_CAVE, CAVERN, 0
|
||||||
db DIGLETTS_CAVE_HEIGHT, DIGLETTS_CAVE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw DiglettsCave_Blocks ; blocks
|
|
||||||
dw DiglettsCave_TextPointers ; texts
|
|
||||||
dw DiglettsCave_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw DiglettsCave_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
DiglettsCaveRoute11_h::
|
|
||||||
db CAVERN ; tileset
|
map_header DiglettsCaveRoute11, DIGLETTS_CAVE_ROUTE_11, CAVERN, 0
|
||||||
db DIGLETTS_CAVE_ROUTE_11_HEIGHT, DIGLETTS_CAVE_ROUTE_11_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw DiglettsCaveRoute11_Blocks ; blocks
|
|
||||||
dw DiglettsCaveRoute11_TextPointers ; texts
|
|
||||||
dw DiglettsCaveRoute11_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw DiglettsCaveRoute11_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
DiglettsCaveRoute2_h::
|
|
||||||
db CAVERN ; tileset
|
map_header DiglettsCaveRoute2, DIGLETTS_CAVE_ROUTE_2, CAVERN, 0
|
||||||
db DIGLETTS_CAVE_ROUTE_2_HEIGHT, DIGLETTS_CAVE_ROUTE_2_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw DiglettsCaveRoute2_Blocks ; blocks
|
|
||||||
dw DiglettsCaveRoute2_TextPointers ; texts
|
|
||||||
dw DiglettsCaveRoute2_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw DiglettsCaveRoute2_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FightingDojo_h::
|
|
||||||
db DOJO ; tileset
|
map_header FightingDojo, FIGHTING_DOJO, DOJO, 0
|
||||||
db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FightingDojo_Blocks ; blocks
|
|
||||||
dw FightingDojo_TextPointers ; texts
|
|
||||||
dw FightingDojo_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FightingDojo_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaBillsGrandpasHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header FuchsiaBillsGrandpasHouse, FUCHSIA_BILLS_GRANDPAS_HOUSE, HOUSE, 0
|
||||||
db FUCHSIA_BILLS_GRANDPAS_HOUSE_HEIGHT, FUCHSIA_BILLS_GRANDPAS_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaBillsGrandpasHouse_Blocks ; blocks
|
|
||||||
dw FuchsiaBillsGrandpasHouse_TextPointers ; texts
|
|
||||||
dw FuchsiaBillsGrandpasHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaBillsGrandpasHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
FuchsiaCity_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header FuchsiaCity, FUCHSIA_CITY, OVERWORLD, SOUTH | WEST | EAST
|
||||||
db FUCHSIA_CITY_HEIGHT, FUCHSIA_CITY_WIDTH ; dimensions (y, x)
|
connection south, Route19, ROUTE_19, 5
|
||||||
dw FuchsiaCity_Blocks ; blocks
|
connection west, Route18, ROUTE_18, 4
|
||||||
dw FuchsiaCity_TextPointers ; texts
|
connection east, Route15, ROUTE_15, 4
|
||||||
dw FuchsiaCity_Script ; scripts
|
end_map_header
|
||||||
db SOUTH | WEST | EAST ; connections
|
|
||||||
SOUTH_MAP_CONNECTION FUCHSIA_CITY, ROUTE_19, 5, 0, Route19_Blocks
|
|
||||||
WEST_MAP_CONNECTION FUCHSIA_CITY, ROUTE_18, 4, 0, Route18_Blocks
|
|
||||||
EAST_MAP_CONNECTION FUCHSIA_CITY, ROUTE_15, 4, 0, Route15_Blocks
|
|
||||||
dw FuchsiaCity_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaGoodRodHouse_h::
|
|
||||||
db SHIP ; tileset
|
map_header FuchsiaGoodRodHouse, FUCHSIA_GOOD_ROD_HOUSE, SHIP, 0
|
||||||
db FUCHSIA_GOOD_ROD_HOUSE_HEIGHT, FUCHSIA_GOOD_ROD_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaGoodRodHouse_Blocks ; blocks
|
|
||||||
dw FuchsiaGoodRodHouse_TextPointers ; texts
|
|
||||||
dw FuchsiaGoodRodHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaGoodRodHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaGym_h::
|
|
||||||
db GYM ; tileset
|
map_header FuchsiaGym, FUCHSIA_GYM, GYM, 0
|
||||||
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaGym_Blocks ; blocks
|
|
||||||
dw FuchsiaGym_TextPointers ; texts
|
|
||||||
dw FuchsiaGym_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaGym_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaMart_h::
|
|
||||||
db MART ; tileset
|
map_header FuchsiaMart, FUCHSIA_MART, MART, 0
|
||||||
db FUCHSIA_MART_HEIGHT, FUCHSIA_MART_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaMart_Blocks ; blocks
|
|
||||||
dw FuchsiaMart_TextPointers ; texts
|
|
||||||
dw FuchsiaMart_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaMart_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaMeetingRoom_h::
|
|
||||||
db LAB ; tileset
|
map_header FuchsiaMeetingRoom, FUCHSIA_MEETING_ROOM, LAB, 0
|
||||||
db FUCHSIA_MEETING_ROOM_HEIGHT, FUCHSIA_MEETING_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaMeetingRoom_Blocks ; blocks
|
|
||||||
dw FuchsiaMeetingRoom_TextPointers ; texts
|
|
||||||
dw FuchsiaMeetingRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaMeetingRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FuchsiaPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header FuchsiaPokecenter, FUCHSIA_POKECENTER, POKECENTER, 0
|
||||||
db FUCHSIA_POKECENTER_HEIGHT, FUCHSIA_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw FuchsiaPokecenter_Blocks ; blocks
|
|
||||||
dw FuchsiaPokecenter_TextPointers ; texts
|
|
||||||
dw FuchsiaPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw FuchsiaPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
GameCorner_h::
|
|
||||||
db LOBBY ; tileset
|
map_header GameCorner, GAME_CORNER, LOBBY, 0
|
||||||
db GAME_CORNER_HEIGHT, GAME_CORNER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw GameCorner_Blocks ; blocks
|
|
||||||
dw GameCorner_TextPointers ; texts
|
|
||||||
dw GameCorner_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw GameCorner_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
GameCornerPrizeRoom_h::
|
|
||||||
db LOBBY ; tileset
|
map_header GameCornerPrizeRoom, GAME_CORNER_PRIZE_ROOM, LOBBY, 0
|
||||||
db GAME_CORNER_PRIZE_ROOM_HEIGHT, GAME_CORNER_PRIZE_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw GameCornerPrizeRoom_Blocks ; blocks
|
|
||||||
dw GameCornerPrizeRoom_TextPointers ; texts
|
|
||||||
dw GameCornerPrizeRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw GameCornerPrizeRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
HallOfFame_h::
|
|
||||||
db GYM ; tileset
|
map_header HallOfFame, HALL_OF_FAME, GYM, 0
|
||||||
db HALL_OF_FAME_HEIGHT, HALL_OF_FAME_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw HallOfFame_Blocks ; blocks
|
|
||||||
dw HallOfFame_TextPointers ; texts
|
|
||||||
dw HallOfFame_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw HallOfFame_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,4 @@
|
||||||
IndigoPlateau_h::
|
|
||||||
db PLATEAU ; tileset
|
map_header IndigoPlateau, INDIGO_PLATEAU, PLATEAU, SOUTH
|
||||||
db INDIGO_PLATEAU_HEIGHT, INDIGO_PLATEAU_WIDTH ; dimensions (y, x)
|
connection south, Route23, ROUTE_23, 0
|
||||||
dw IndigoPlateau_Blocks ; blocks
|
end_map_header
|
||||||
dw IndigoPlateau_TextPointers ; texts
|
|
||||||
dw IndigoPlateau_Script ; scripts
|
|
||||||
db SOUTH ; connections
|
|
||||||
SOUTH_MAP_CONNECTION INDIGO_PLATEAU, ROUTE_23, 0, 0, Route23_Blocks
|
|
||||||
dw IndigoPlateau_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
IndigoPlateauLobby_h::
|
|
||||||
db MART ; tileset
|
map_header IndigoPlateauLobby, INDIGO_PLATEAU_LOBBY, MART, 0
|
||||||
db INDIGO_PLATEAU_LOBBY_HEIGHT, INDIGO_PLATEAU_LOBBY_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw IndigoPlateauLobby_Blocks ; blocks
|
|
||||||
dw IndigoPlateauLobby_TextPointers ; texts
|
|
||||||
dw IndigoPlateauLobby_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw IndigoPlateauLobby_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
LancesRoom_h::
|
|
||||||
db DOJO ; tileset
|
map_header LancesRoom, LANCES_ROOM, DOJO, 0
|
||||||
db LANCES_ROOM_HEIGHT, LANCES_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw LancesRoom_Blocks ; blocks
|
|
||||||
dw LancesRoom_TextPointers ; texts
|
|
||||||
dw LancesRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw LancesRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
LavenderCuboneHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header LavenderCuboneHouse, LAVENDER_CUBONE_HOUSE, HOUSE, 0
|
||||||
db LAVENDER_CUBONE_HOUSE_HEIGHT, LAVENDER_CUBONE_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw LavenderCuboneHouse_Blocks ; blocks
|
|
||||||
dw LavenderCuboneHouse_TextPointers ; texts
|
|
||||||
dw LavenderCuboneHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw LavenderCuboneHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
LavenderMart_h::
|
|
||||||
db MART ; tileset
|
map_header LavenderMart, LAVENDER_MART, MART, 0
|
||||||
db LAVENDER_MART_HEIGHT, LAVENDER_MART_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw LavenderMart_Blocks ; blocks
|
|
||||||
dw LavenderMart_TextPointers ; texts
|
|
||||||
dw LavenderMart_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw LavenderMart_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
LavenderPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header LavenderPokecenter, LAVENDER_POKECENTER, POKECENTER, 0
|
||||||
db LAVENDER_POKECENTER_HEIGHT, LAVENDER_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw LavenderPokecenter_Blocks ; blocks
|
|
||||||
dw LavenderPokecenter_TextPointers ; texts
|
|
||||||
dw LavenderPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw LavenderPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
LavenderTown_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header LavenderTown, LAVENDER_TOWN, OVERWORLD, NORTH | SOUTH | WEST
|
||||||
db LAVENDER_TOWN_HEIGHT, LAVENDER_TOWN_WIDTH ; dimensions (y, x)
|
connection north, Route10, ROUTE_10, 0
|
||||||
dw LavenderTown_Blocks ; blocks
|
connection south, Route12, ROUTE_12, 0
|
||||||
dw LavenderTown_TextPointers ; texts
|
connection west, Route8, ROUTE_8, 0
|
||||||
dw LavenderTown_Script ; scripts
|
end_map_header
|
||||||
db NORTH | SOUTH | WEST ; connections
|
|
||||||
NORTH_MAP_CONNECTION LAVENDER_TOWN, ROUTE_10, 0, 0, Route10_Blocks
|
|
||||||
SOUTH_MAP_CONNECTION LAVENDER_TOWN, ROUTE_12, 0, 0, Route12_Blocks, 1
|
|
||||||
WEST_MAP_CONNECTION LAVENDER_TOWN, ROUTE_8, 0, 0, Route8_Blocks
|
|
||||||
dw LavenderTown_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
LoreleisRoom_h::
|
|
||||||
db GYM ; tileset
|
map_header LoreleisRoom, LORELEIS_ROOM, GYM, 0
|
||||||
db LORELEIS_ROOM_HEIGHT, LORELEIS_ROOM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw LoreleisRoom_Blocks ; blocks
|
|
||||||
dw LoreleisRoom_TextPointers ; texts
|
|
||||||
dw LoreleisRoom_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw LoreleisRoom_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MrFujisHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header MrFujisHouse, MR_FUJIS_HOUSE, HOUSE, 0
|
||||||
db MR_FUJIS_HOUSE_HEIGHT, MR_FUJIS_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MrFujisHouse_Blocks ; blocks
|
|
||||||
dw MrFujisHouse_TextPointers ; texts
|
|
||||||
dw MrFujisHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MrFujisHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MrPsychicsHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header MrPsychicsHouse, MR_PSYCHICS_HOUSE, HOUSE, 0
|
||||||
db MR_PSYCHICS_HOUSE_HEIGHT, MR_PSYCHICS_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MrPsychicsHouse_Blocks ; blocks
|
|
||||||
dw MrPsychicsHouse_TextPointers ; texts
|
|
||||||
dw MrPsychicsHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MrPsychicsHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MtMoon1F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header MtMoon1F, MT_MOON_1F, CAVERN, 0
|
||||||
db MT_MOON_1F_HEIGHT, MT_MOON_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MtMoon1F_Blocks ; blocks
|
|
||||||
dw MtMoon1F_TextPointers ; texts
|
|
||||||
dw MtMoon1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MtMoon1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MtMoonB1F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header MtMoonB1F, MT_MOON_B1F, CAVERN, 0
|
||||||
db MT_MOON_B1F_HEIGHT, MT_MOON_B1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MtMoonB1F_Blocks ; blocks
|
|
||||||
dw MtMoonB1F_TextPointers ; texts
|
|
||||||
dw MtMoonB1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MtMoonB1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MtMoonB2F_h::
|
|
||||||
db CAVERN ; tileset
|
map_header MtMoonB2F, MT_MOON_B2F, CAVERN, 0
|
||||||
db MT_MOON_B2F_HEIGHT, MT_MOON_B2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MtMoonB2F_Blocks ; blocks
|
|
||||||
dw MtMoonB2F_TextPointers ; texts
|
|
||||||
dw MtMoonB2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MtMoonB2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
MtMoonPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header MtMoonPokecenter, MT_MOON_POKECENTER, POKECENTER, 0
|
||||||
db MT_MOON_POKECENTER_HEIGHT, MT_MOON_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw MtMoonPokecenter_Blocks ; blocks
|
|
||||||
dw MtMoonPokecenter_TextPointers ; texts
|
|
||||||
dw MtMoonPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw MtMoonPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
Museum1F_h::
|
|
||||||
db MUSEUM ; tileset
|
map_header Museum1F, MUSEUM_1F, MUSEUM, 0
|
||||||
db MUSEUM_1F_HEIGHT, MUSEUM_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw Museum1F_Blocks ; blocks
|
|
||||||
dw Museum1F_TextPointers ; texts
|
|
||||||
dw Museum1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw Museum1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
Museum2F_h::
|
|
||||||
db MUSEUM ; tileset
|
map_header Museum2F, MUSEUM_2F, MUSEUM, 0
|
||||||
db MUSEUM_2F_HEIGHT, MUSEUM_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw Museum2F_Blocks ; blocks
|
|
||||||
dw Museum2F_TextPointers ; texts
|
|
||||||
dw Museum2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw Museum2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
NameRatersHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header NameRatersHouse, NAME_RATERS_HOUSE, HOUSE, 0
|
||||||
db NAME_RATERS_HOUSE_HEIGHT, NAME_RATERS_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw NameRatersHouse_Blocks ; blocks
|
|
||||||
dw NameRatersHouse_TextPointers ; texts
|
|
||||||
dw NameRatersHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw NameRatersHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
OaksLab_h::
|
|
||||||
db DOJO ; tileset
|
map_header OaksLab, OAKS_LAB, DOJO, 0
|
||||||
db OAKS_LAB_HEIGHT, OAKS_LAB_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw OaksLab_Blocks ; blocks
|
|
||||||
dw OaksLab_TextPointers ; texts
|
|
||||||
dw OaksLab_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw OaksLab_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,5 @@
|
||||||
PalletTown_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header PalletTown, PALLET_TOWN, OVERWORLD, NORTH | SOUTH
|
||||||
db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions (y, x)
|
connection north, Route1, ROUTE_1, 0
|
||||||
dw PalletTown_Blocks ; blocks
|
connection south, Route21, ROUTE_21, 0
|
||||||
dw PalletTown_TextPointers ; texts
|
end_map_header
|
||||||
dw PalletTown_Script ; scripts
|
|
||||||
db NORTH | SOUTH ; connections
|
|
||||||
NORTH_MAP_CONNECTION PALLET_TOWN, ROUTE_1, 0, 0, Route1_Blocks
|
|
||||||
SOUTH_MAP_CONNECTION PALLET_TOWN, ROUTE_21, 0, 0, Route21_Blocks, 1
|
|
||||||
dw PalletTown_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,5 @@
|
||||||
PewterCity_h::
|
|
||||||
db OVERWORLD ; tileset
|
map_header PewterCity, PEWTER_CITY, OVERWORLD, SOUTH | EAST
|
||||||
db PEWTER_CITY_HEIGHT, PEWTER_CITY_WIDTH ; dimensions (y, x)
|
connection south, Route2, ROUTE_2, 5
|
||||||
dw PewterCity_Blocks ; blocks
|
connection east, Route3, ROUTE_3, 4
|
||||||
dw PewterCity_TextPointers ; texts
|
end_map_header
|
||||||
dw PewterCity_Script ; scripts
|
|
||||||
db SOUTH | EAST ; connections
|
|
||||||
SOUTH_MAP_CONNECTION PEWTER_CITY, ROUTE_2, 5, 0, Route2_Blocks
|
|
||||||
EAST_MAP_CONNECTION PEWTER_CITY, ROUTE_3, 4, 0, Route3_Blocks
|
|
||||||
dw PewterCity_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PewterGym_h::
|
|
||||||
db GYM ; tileset
|
map_header PewterGym, PEWTER_GYM, GYM, 0
|
||||||
db PEWTER_GYM_HEIGHT, PEWTER_GYM_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PewterGym_Blocks ; blocks
|
|
||||||
dw PewterGym_TextPointers ; texts
|
|
||||||
dw PewterGym_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PewterGym_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PewterMart_h::
|
|
||||||
db MART ; tileset
|
map_header PewterMart, PEWTER_MART, MART, 0
|
||||||
db PEWTER_MART_HEIGHT, PEWTER_MART_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PewterMart_Blocks ; blocks
|
|
||||||
dw PewterMart_TextPointers ; texts
|
|
||||||
dw PewterMart_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PewterMart_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PewterNidoranHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header PewterNidoranHouse, PEWTER_NIDORAN_HOUSE, HOUSE, 0
|
||||||
db PEWTER_NIDORAN_HOUSE_HEIGHT, PEWTER_NIDORAN_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PewterNidoranHouse_Blocks ; blocks
|
|
||||||
dw PewterNidoranHouse_TextPointers ; texts
|
|
||||||
dw PewterNidoranHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PewterNidoranHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PewterPokecenter_h::
|
|
||||||
db POKECENTER ; tileset
|
map_header PewterPokecenter, PEWTER_POKECENTER, POKECENTER, 0
|
||||||
db PEWTER_POKECENTER_HEIGHT, PEWTER_POKECENTER_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PewterPokecenter_Blocks ; blocks
|
|
||||||
dw PewterPokecenter_TextPointers ; texts
|
|
||||||
dw PewterPokecenter_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PewterPokecenter_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PewterSpeechHouse_h::
|
|
||||||
db HOUSE ; tileset
|
map_header PewterSpeechHouse, PEWTER_SPEECH_HOUSE, HOUSE, 0
|
||||||
db PEWTER_SPEECH_HOUSE_HEIGHT, PEWTER_SPEECH_HOUSE_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PewterSpeechHouse_Blocks ; blocks
|
|
||||||
dw PewterSpeechHouse_TextPointers ; texts
|
|
||||||
dw PewterSpeechHouse_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PewterSpeechHouse_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonFanClub_h::
|
|
||||||
db INTERIOR ; tileset
|
map_header PokemonFanClub, POKEMON_FAN_CLUB, INTERIOR, 0
|
||||||
db POKEMON_FAN_CLUB_HEIGHT, POKEMON_FAN_CLUB_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonFanClub_Blocks ; blocks
|
|
||||||
dw PokemonFanClub_TextPointers ; texts
|
|
||||||
dw PokemonFanClub_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonFanClub_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonMansion1F_h::
|
|
||||||
db FACILITY ; tileset
|
map_header PokemonMansion1F, POKEMON_MANSION_1F, FACILITY, 0
|
||||||
db POKEMON_MANSION_1F_HEIGHT, POKEMON_MANSION_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonMansion1F_Blocks ; blocks
|
|
||||||
dw PokemonMansion1F_TextPointers ; texts
|
|
||||||
dw PokemonMansion1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonMansion1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonMansion2F_h::
|
|
||||||
db FACILITY ; tileset
|
map_header PokemonMansion2F, POKEMON_MANSION_2F, FACILITY, 0
|
||||||
db POKEMON_MANSION_2F_HEIGHT, POKEMON_MANSION_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonMansion2F_Blocks ; blocks
|
|
||||||
dw PokemonMansion2F_TextPointers ; texts
|
|
||||||
dw PokemonMansion2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonMansion2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonMansion3F_h::
|
|
||||||
db FACILITY ; tileset
|
map_header PokemonMansion3F, POKEMON_MANSION_3F, FACILITY, 0
|
||||||
db POKEMON_MANSION_3F_HEIGHT, POKEMON_MANSION_3F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonMansion3F_Blocks ; blocks
|
|
||||||
dw PokemonMansion3F_TextPointers ; texts
|
|
||||||
dw PokemonMansion3F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonMansion3F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonMansionB1F_h::
|
|
||||||
db FACILITY ; tileset
|
map_header PokemonMansionB1F, POKEMON_MANSION_B1F, FACILITY, 0
|
||||||
db POKEMON_MANSION_B1F_HEIGHT, POKEMON_MANSION_B1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonMansionB1F_Blocks ; blocks
|
|
||||||
dw PokemonMansionB1F_TextPointers ; texts
|
|
||||||
dw PokemonMansionB1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonMansionB1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower1F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower1F, POKEMON_TOWER_1F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_1F_HEIGHT, POKEMON_TOWER_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower1F_Blocks ; blocks
|
|
||||||
dw PokemonTower1F_TextPointers ; texts
|
|
||||||
dw PokemonTower1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower2F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower2F, POKEMON_TOWER_2F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_2F_HEIGHT, POKEMON_TOWER_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower2F_Blocks ; blocks
|
|
||||||
dw PokemonTower2F_TextPointers ; texts
|
|
||||||
dw PokemonTower2F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower2F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower3F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower3F, POKEMON_TOWER_3F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_3F_HEIGHT, POKEMON_TOWER_3F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower3F_Blocks ; blocks
|
|
||||||
dw PokemonTower3F_TextPointers ; texts
|
|
||||||
dw PokemonTower3F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower3F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower4F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower4F, POKEMON_TOWER_4F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_4F_HEIGHT, POKEMON_TOWER_4F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower4F_Blocks ; blocks
|
|
||||||
dw PokemonTower4F_TextPointers ; texts
|
|
||||||
dw PokemonTower4F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower4F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower5F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower5F, POKEMON_TOWER_5F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_5F_HEIGHT, POKEMON_TOWER_5F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower5F_Blocks ; blocks
|
|
||||||
dw PokemonTower5F_TextPointers ; texts
|
|
||||||
dw PokemonTower5F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower5F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower6F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower6F, POKEMON_TOWER_6F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_6F_HEIGHT, POKEMON_TOWER_6F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower6F_Blocks ; blocks
|
|
||||||
dw PokemonTower6F_TextPointers ; texts
|
|
||||||
dw PokemonTower6F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower6F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PokemonTower7F_h::
|
|
||||||
db CEMETERY ; tileset
|
map_header PokemonTower7F, POKEMON_TOWER_7F, CEMETERY, 0
|
||||||
db POKEMON_TOWER_7F_HEIGHT, POKEMON_TOWER_7F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PokemonTower7F_Blocks ; blocks
|
|
||||||
dw PokemonTower7F_TextPointers ; texts
|
|
||||||
dw PokemonTower7F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PokemonTower7F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
PowerPlant_h::
|
|
||||||
db FACILITY ; tileset
|
map_header PowerPlant, POWER_PLANT, FACILITY, 0
|
||||||
db POWER_PLANT_HEIGHT, POWER_PLANT_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw PowerPlant_Blocks ; blocks
|
|
||||||
dw PowerPlant_TextPointers ; texts
|
|
||||||
dw PowerPlant_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw PowerPlant_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
RedsHouse1F_h::
|
|
||||||
db REDS_HOUSE_1 ; tileset
|
map_header RedsHouse1F, REDS_HOUSE_1F, REDS_HOUSE_1, 0
|
||||||
db REDS_HOUSE_1F_HEIGHT, REDS_HOUSE_1F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw RedsHouse1F_Blocks ; blocks
|
|
||||||
dw RedsHouse1F_TextPointers ; texts
|
|
||||||
dw RedsHouse1F_Script ; scripts
|
|
||||||
db 0 ; connections
|
|
||||||
dw RedsHouse1F_Object ; objects
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
RedsHouse2F_h::
|
|
||||||
db REDS_HOUSE_2 ; tileset
|
map_header RedsHouse2F, REDS_HOUSE_2F, REDS_HOUSE_2, $00
|
||||||
db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions (y, x)
|
end_map_header
|
||||||
dw RedsHouse2F_Blocks ; blocks
|
|
||||||
dw RedsHouse2F_TextPointers ; texts
|
|
||||||
dw RedsHouse2F_Script ; scripts
|
|
||||||
db $00 ; connections
|
|
||||||
dw RedsHouse2F_Object ; objects
|
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue