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