convert map data to json

This commit is contained in:
garak
2019-05-13 19:44:24 -04:00
parent 4b98d7d07a
commit 55d66b5177
2112 changed files with 53337 additions and 19410 deletions
+7
View File
@@ -0,0 +1,7 @@
connections.inc
events.inc
groups.inc
headers.inc
**/connections.inc
**/events.inc
**/header.inc
@@ -1,9 +0,0 @@
BirthIsland_Exterior_EventObjects:
object_event 1, 106, 0, 15, 0, 12, 0, 3, 8, 17, 0, 0, 0, 0, 0, BirthIsland_Exterior_EventScript_165271, 154, 0, 0
object_event 2, 240, 0, 15, 0, 3, 0, 3, 8, 17, 0, 0, 0, 0, 0, 0x0, 153, 0, 0
BirthIsland_Exterior_MapWarps:
warp_def 15, 24, 3, 0, 570
BirthIsland_Exterior_MapEvents::
map_events BirthIsland_Exterior_EventObjects, BirthIsland_Exterior_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
BirthIsland_Exterior:: @ 83505A8
.4byte BirthIsland_Exterior_Layout @ 0x8348380
.4byte BirthIsland_Exterior_MapEvents @ 0x83B4C1C
.4byte BirthIsland_Exterior_MapScripts @ 0x8165203
.4byte NULL
.2byte 0xFFFF
.2byte 342
.byte 0xbb, 0x00, 0x00, 0x03, 0x00, 0x06, 0x00, 0x00
+54
View File
@@ -0,0 +1,54 @@
{
"id": "MAP_BIRTH_ISLAND_EXTERIOR",
"name": "BirthIsland_Exterior",
"layout": "LAYOUT_BIRTH_ISLAND_EXTERIOR",
"music": "0xFFFF",
"region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_3",
"unknown_18": 0,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "106",
"x": 15,
"y": 12,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "BirthIsland_Exterior_EventScript_165271",
"flag": "154"
},
{
"graphics_id": "240",
"x": 15,
"y": 3,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
"flag": "153"
}
],
"warp_events": [
{
"x": 15,
"y": 24,
"elevation": 3,
"dest_map": "MAP_BIRTH_ISLAND_HARBOR",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}
-9
View File
@@ -1,9 +0,0 @@
BirthIsland_Harbor_EventObjects:
object_event 1, 108, 0, 8, 0, 9, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0x0, 0, 0, 0
object_event 2, 62, 0, 8, 0, 6, 0, 3, 7, 17, 0, 0, 0, 0, 0, BirthIsland_Harbor_EventScript_1653E7, 0, 0, 0
BirthIsland_Harbor_MapWarps:
warp_def 8, 2, 3, 0, 568
BirthIsland_Harbor_MapEvents::
map_events BirthIsland_Harbor_EventObjects, BirthIsland_Harbor_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
BirthIsland_Harbor:: @ 83505E0
.4byte Island_Harbor_Layout @ 0x8343FB8
.4byte BirthIsland_Harbor_MapEvents @ 0x83B4D24
.4byte BirthIsland_Harbor_MapScripts @ 0x81653E6
.4byte NULL
.2byte 0xFFFF
.2byte 315
.byte 0xbb, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+54
View File
@@ -0,0 +1,54 @@
{
"id": "MAP_BIRTH_ISLAND_HARBOR",
"name": "BirthIsland_Harbor",
"layout": "LAYOUT_ISLAND_HARBOR",
"music": "0xFFFF",
"region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "108",
"x": 8,
"y": 9,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
"flag": "0"
},
{
"graphics_id": "62",
"x": 8,
"y": 6,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "BirthIsland_Harbor_EventScript_1653E7",
"flag": "0"
}
],
"warp_events": [
{
"x": 8,
"y": 2,
"elevation": 3,
"dest_map": "MAP_BIRTH_ISLAND_EXTERIOR",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}
-7
View File
@@ -1,7 +0,0 @@
CeladonCity_MapConnectionsList: @ 8352844
connection left, 10, MAP_ROUTE16
connection right, 10, MAP_ROUTE7
CeladonCity_MapConnections:: @ 835285C
.4byte 2
.4byte CeladonCity_MapConnectionsList
-45
View File
@@ -1,45 +0,0 @@
CeladonCity_EventObjects:
object_event 1, 49, 0, 48, 0, 15, 0, 3, 5, 20, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CFA, 95, 0, 0
object_event 2, 27, 0, 38, 0, 14, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CC5, 0, 0, 0
object_event 3, 112, 0, 36, 0, 14, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CDC, 0, 0, 0
object_event 4, 17, 0, 11, 0, 18, 0, 3, 52, 68, 0, 0, 0, 0, 0, CeladonCity_EventScript_166C99, 0, 0, 0
object_event 5, 28, 0, 18, 0, 22, 0, 3, 2, 82, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CAD, 0, 0, 0
object_event 6, 32, 0, 30, 0, 24, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CB6, 0, 0, 0
object_event 7, 33, 0, 26, 0, 19, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CBF, 0, 0, 0
object_event 8, 49, 0, 38, 0, 31, 0, 3, 5, 21, 0, 0, 0, 0, 0, CeladonCity_EventScript_166D03, 95, 0, 0
object_event 9, 32, 0, 9, 0, 30, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166CA2, 0, 0, 0
object_event 10, 95, 0, 52, 0, 22, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_1BDF13, 20, 0, 0
object_event 11, 95, 0, 40, 0, 35, 0, 0, 8, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_1BDF13, 19, 0, 0
object_event 12, 19, 0, 25, 0, 10, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166D0C, 0, 0, 0
object_event 13, 65375, 0, 249, 255, 21, 0, 7, 0, 0, 0, 34, 0, 3, 0, 0x0, 0, 0, 0
object_event 14, 92, 0, 5, 0, 3, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_1BEBC0, 465, 0, 0
object_event 15, 55, 0, 47, 0, 24, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeladonCity_EventScript_166D15, 95, 0, 0
CeladonCity_MapWarps:
warp_def 34, 21, 0, 0, 2574
warp_def 11, 14, 0, 1, 2560
warp_def 15, 14, 0, 4, 2560
warp_def 30, 11, 0, 1, 2567
warp_def 48, 11, 0, 1, 2572
warp_def 39, 20, 0, 1, 2575
warp_def 11, 30, 0, 1, 2576
warp_def 37, 29, 0, 1, 2577
warp_def 41, 29, 0, 1, 2578
warp_def 49, 29, 0, 1, 2579
warp_def 29, 5, 0, 5, 2567
warp_def 30, 4, 3, 5, 2567
warp_def 31, 5, 0, 5, 2567
CeladonCity_MapBGEvents:
bg_event 45, 23, 0, 0, 0, CeladonCity_EventScript_166D5A
bg_event 38, 23, 0, 0, 0, CeladonCity_EventScript_166D63
bg_event 33, 23, 0, 0, 0, CeladonCity_EventScript_166D6C
bg_event 22, 18, 3, 0, 0, CeladonCity_EventScript_166D27
bg_event 26, 11, 0, 0, 0, CeladonCity_EventScript_166D48
bg_event 33, 16, 0, 0, 0, CeladonCity_EventScript_166D1E
bg_event 18, 14, 3, 0, 0, CeladonCity_EventScript_166D51
bg_event 16, 31, 0, 0, 0, CeladonCity_EventScript_166D30
bg_event 55, 20, 3, 7, 0, 69, 47, 1
CeladonCity_MapEvents::
map_events CeladonCity_EventObjects, CeladonCity_MapWarps, 0x0, CeladonCity_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeladonCity:: @ 83506C0
.4byte CeladonCity_Layout @ 0x82E2818
.4byte CeladonCity_MapEvents @ 0x83B5898
.4byte CeladonCity_MapScripts @ 0x8166C8F
.4byte CeladonCity_MapConnections @ 0x835285C
.2byte BGM_FRLG_CELADON_CITY
.2byte 84
.byte 0x5e, 0x00, 0x02, 0x01, 0x01, 0x06, 0x00, 0x00
+384
View File
@@ -0,0 +1,384 @@
{
"id": "MAP_CELADON_CITY",
"name": "CeladonCity",
"layout": "LAYOUT_CELADON_CITY",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_2",
"map_type": "MAP_TYPE_1",
"unknown_18": 1,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": [
{
"map": "MAP_ROUTE16",
"offset": 10,
"direction": "left"
},
{
"map": "MAP_ROUTE7",
"offset": 10,
"direction": "right"
}
],
"object_events": [
{
"graphics_id": "49",
"x": 48,
"y": 15,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 4,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CFA",
"flag": "95"
},
{
"graphics_id": "27",
"x": 38,
"y": 14,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CC5",
"flag": "0"
},
{
"graphics_id": "112",
"x": 36,
"y": 14,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CDC",
"flag": "0"
},
{
"graphics_id": "17",
"x": 11,
"y": 18,
"elevation": 3,
"movement_type": "52",
"movement_range_x": 4,
"movement_range_y": 4,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166C99",
"flag": "0"
},
{
"graphics_id": "28",
"x": 18,
"y": 22,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 2,
"movement_range_y": 5,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CAD",
"flag": "0"
},
{
"graphics_id": "32",
"x": 30,
"y": 24,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CB6",
"flag": "0"
},
{
"graphics_id": "33",
"x": 26,
"y": 19,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CBF",
"flag": "0"
},
{
"graphics_id": "49",
"x": 38,
"y": 31,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 5,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166D03",
"flag": "95"
},
{
"graphics_id": "32",
"x": 9,
"y": 30,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166CA2",
"flag": "0"
},
{
"graphics_id": "95",
"x": 52,
"y": 22,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_1BDF13",
"flag": "20"
},
{
"graphics_id": "95",
"x": 40,
"y": 35,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_1BDF13",
"flag": "19"
},
{
"graphics_id": "19",
"x": 25,
"y": 10,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166D0C",
"flag": "0"
},
{
"graphics_id": "65375",
"x": 65529,
"y": 21,
"elevation": 7,
"movement_type": "0",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": 34,
"trainer_sight_or_berry_tree_id": 3,
"script": "0x0",
"flag": "0"
},
{
"graphics_id": "92",
"x": 5,
"y": 3,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_1BEBC0",
"flag": "465"
},
{
"graphics_id": "55",
"x": 47,
"y": 24,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_EventScript_166D15",
"flag": "95"
}
],
"warp_events": [
{
"x": 34,
"y": 21,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_GAME_CORNER",
"dest_warp_id": 0
},
{
"x": 11,
"y": 14,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_1F",
"dest_warp_id": 1
},
{
"x": 15,
"y": 14,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_1F",
"dest_warp_id": 4
},
{
"x": 30,
"y": 11,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 1
},
{
"x": 48,
"y": 11,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_POKEMON_CENTER_1F",
"dest_warp_id": 1
},
{
"x": 39,
"y": 20,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_GAME_CORNER_PRIZE_ROOM",
"dest_warp_id": 1
},
{
"x": 11,
"y": 30,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_GYM",
"dest_warp_id": 1
},
{
"x": 37,
"y": 29,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_RESTAURANT",
"dest_warp_id": 1
},
{
"x": 41,
"y": 29,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_HOUSE1",
"dest_warp_id": 1
},
{
"x": 49,
"y": 29,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_HOTEL",
"dest_warp_id": 1
},
{
"x": 29,
"y": 5,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 5
},
{
"x": 30,
"y": 4,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 5
},
{
"x": 31,
"y": 5,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 5
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 45,
"y": 23,
"elevation": 0,
"script": "CeladonCity_EventScript_166D5A"
},
{
"type": "bg_event_type_0",
"x": 38,
"y": 23,
"elevation": 0,
"script": "CeladonCity_EventScript_166D63"
},
{
"type": "bg_event_type_0",
"x": 33,
"y": 23,
"elevation": 0,
"script": "CeladonCity_EventScript_166D6C"
},
{
"type": "bg_event_type_0",
"x": 22,
"y": 18,
"elevation": 3,
"script": "CeladonCity_EventScript_166D27"
},
{
"type": "bg_event_type_0",
"x": 26,
"y": 11,
"elevation": 0,
"script": "CeladonCity_EventScript_166D48"
},
{
"type": "bg_event_type_0",
"x": 33,
"y": 16,
"elevation": 0,
"script": "CeladonCity_EventScript_166D1E"
},
{
"type": "bg_event_type_0",
"x": 18,
"y": 14,
"elevation": 3,
"script": "CeladonCity_EventScript_166D51"
},
{
"type": "bg_event_type_0",
"x": 16,
"y": 31,
"elevation": 0,
"script": "CeladonCity_EventScript_166D30"
},
{
"type": "hidden_item",
"x": 55,
"y": 20,
"elevation": 3,
"item": "ITEM_PP_UP",
"flag": "47",
"unknown": 1
}
]
}
@@ -1,20 +0,0 @@
CeladonCity_Condominiums_1F_EventObjects:
object_event 1, 125, 0, 1, 0, 9, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C38E, 0, 0, 0
object_event 2, 113, 0, 5, 0, 13, 0, 3, 5, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C3A1, 0, 0, 0
object_event 3, 122, 0, 5, 0, 8, 0, 3, 2, 18, 0, 0, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C3B4, 0, 0, 0
object_event 4, 35, 0, 2, 0, 9, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C321, 0, 0, 0
CeladonCity_Condominiums_1F_MapWarps:
warp_def 11, 19, 0, 3, 774
warp_def 12, 18, 3, 3, 774
warp_def 13, 19, 0, 3, 774
warp_def 4, 2, 3, 0, 2568
warp_def 12, 2, 3, 3, 2568
warp_def 2, 1, 3, 11, 774
CeladonCity_Condominiums_1F_MapBGEvents:
bg_event 8, 12, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C3C7
bg_event 7, 12, 0, 0, 0, CeladonCity_Condominiums_1F_EventScript_16C3C7
CeladonCity_Condominiums_1F_MapEvents::
map_events CeladonCity_Condominiums_1F_EventObjects, CeladonCity_Condominiums_1F_MapWarps, 0x0, CeladonCity_Condominiums_1F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_Condominiums_1F:: @ 83512AC
.4byte CeladonCity_Condominiums_1F_Layout @ 0x831A7DC
.4byte CeladonCity_Condominiums_1F_MapEvents @ 0x83BB538
.4byte CeladonCity_Condominiums_1F_MapScripts @ 0x816C320
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 184
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,130 @@
{
"id": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"name": "CeladonCity_Condominiums_1F",
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_1F",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "125",
"x": 1,
"y": 9,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C38E",
"flag": "0"
},
{
"graphics_id": "113",
"x": 5,
"y": 13,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C3A1",
"flag": "0"
},
{
"graphics_id": "122",
"x": 5,
"y": 8,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C3B4",
"flag": "0"
},
{
"graphics_id": "35",
"x": 2,
"y": 9,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C321",
"flag": "0"
}
],
"warp_events": [
{
"x": 11,
"y": 19,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 3
},
{
"x": 12,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 3
},
{
"x": 13,
"y": 19,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 3
},
{
"x": 4,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_2F",
"dest_warp_id": 0
},
{
"x": 12,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_2F",
"dest_warp_id": 3
},
{
"x": 2,
"y": 1,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 11
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 8,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C3C7"
},
{
"type": "bg_event_type_0",
"x": 7,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_1F_EventScript_16C3C7"
}
]
}
@@ -1,16 +0,0 @@
CeladonCity_Condominiums_2F_EventObjects:
object_event 1, 0, 0, 6, 0, 6, 0, 0, 76, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_2F_EventScript_1ACE9D, 158, 0, 0
object_event 2, 0, 0, 5, 0, 6, 0, 0, 76, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_2F_EventScript_1ACE9D, 158, 0, 0
CeladonCity_Condominiums_2F_MapWarps:
warp_def 4, 2, 3, 3, 2567
warp_def 2, 2, 3, 0, 2569
warp_def 11, 2, 3, 3, 2569
warp_def 12, 2, 3, 4, 2567
CeladonCity_Condominiums_2F_MapBGEvents:
bg_event 8, 12, 0, 0, 0, CeladonCity_Condominiums_2F_EventScript_16C3D1
bg_event 7, 12, 0, 0, 0, CeladonCity_Condominiums_2F_EventScript_16C3D1
CeladonCity_Condominiums_2F_MapEvents::
map_events CeladonCity_Condominiums_2F_EventObjects, CeladonCity_Condominiums_2F_MapWarps, 0x0, CeladonCity_Condominiums_2F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_Condominiums_2F:: @ 83512C8
.4byte CeladonCity_Condominiums_2F_Layout @ 0x831AA58
.4byte CeladonCity_Condominiums_2F_MapEvents @ 0x83BB5B4
.4byte CeladonCity_Condominiums_2F_MapScripts @ 0x816C3D0
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 185
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,90 @@
{
"id": "MAP_CELADON_CITY_CONDOMINIUMS_2F",
"name": "CeladonCity_Condominiums_2F",
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_2F",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "0",
"x": 6,
"y": 6,
"elevation": 0,
"movement_type": "76",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_2F_EventScript_1ACE9D",
"flag": "158"
},
{
"graphics_id": "0",
"x": 5,
"y": 6,
"elevation": 0,
"movement_type": "76",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_2F_EventScript_1ACE9D",
"flag": "158"
}
],
"warp_events": [
{
"x": 4,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 3
},
{
"x": 2,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
"dest_warp_id": 0
},
{
"x": 11,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
"dest_warp_id": 3
},
{
"x": 12,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_1F",
"dest_warp_id": 4
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 8,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_2F_EventScript_16C3D1"
},
{
"type": "bg_event_type_0",
"x": 7,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_2F_EventScript_16C3D1"
}
]
}
@@ -1,24 +0,0 @@
CeladonCity_Condominiums_3F_EventObjects:
object_event 1, 26, 0, 0, 0, 10, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C3DB, 0, 0, 0
object_event 2, 25, 0, 3, 0, 8, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C3F6, 0, 0, 0
object_event 3, 52, 0, 4, 0, 10, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C3E4, 0, 0, 0
object_event 4, 27, 0, 0, 0, 13, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C3ED, 0, 0, 0
CeladonCity_Condominiums_3F_MapWarps:
warp_def 2, 2, 3, 1, 2568
warp_def 4, 2, 3, 0, 2570
warp_def 12, 2, 3, 1, 2570
warp_def 11, 2, 3, 2, 2568
CeladonCity_Condominiums_3F_MapBGEvents:
bg_event 8, 12, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C435
bg_event 1, 9, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C43E
bg_event 5, 9, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C447
bg_event 1, 12, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C450
bg_event 7, 12, 0, 0, 0, CeladonCity_Condominiums_3F_EventScript_16C435
bg_event 0, 12, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C450
bg_event 0, 9, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C43E
bg_event 4, 9, 0, 1, 0, CeladonCity_Condominiums_3F_EventScript_16C447
CeladonCity_Condominiums_3F_MapEvents::
map_events CeladonCity_Condominiums_3F_EventObjects, CeladonCity_Condominiums_3F_MapWarps, 0x0, CeladonCity_Condominiums_3F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_Condominiums_3F:: @ 83512E4
.4byte CeladonCity_Condominiums_3F_Layout @ 0x831ACD4
.4byte CeladonCity_Condominiums_3F_MapEvents @ 0x83BB6A8
.4byte CeladonCity_Condominiums_3F_MapScripts @ 0x816C3DA
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 186
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,158 @@
{
"id": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
"name": "CeladonCity_Condominiums_3F",
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_3F",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "26",
"x": 0,
"y": 10,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C3DB",
"flag": "0"
},
{
"graphics_id": "25",
"x": 3,
"y": 8,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C3F6",
"flag": "0"
},
{
"graphics_id": "52",
"x": 4,
"y": 10,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C3E4",
"flag": "0"
},
{
"graphics_id": "27",
"x": 0,
"y": 13,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C3ED",
"flag": "0"
}
],
"warp_events": [
{
"x": 2,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_2F",
"dest_warp_id": 1
},
{
"x": 4,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"dest_warp_id": 0
},
{
"x": 12,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"dest_warp_id": 1
},
{
"x": 11,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_2F",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 8,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C435"
},
{
"type": "bg_event_type_1",
"x": 1,
"y": 9,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C43E"
},
{
"type": "bg_event_type_1",
"x": 5,
"y": 9,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C447"
},
{
"type": "bg_event_type_1",
"x": 1,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C450"
},
{
"type": "bg_event_type_0",
"x": 7,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C435"
},
{
"type": "bg_event_type_1",
"x": 0,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C450"
},
{
"type": "bg_event_type_1",
"x": 0,
"y": 9,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C43E"
},
{
"type": "bg_event_type_1",
"x": 4,
"y": 9,
"elevation": 0,
"script": "CeladonCity_Condominiums_3F_EventScript_16C447"
}
]
}
@@ -1,11 +0,0 @@
CeladonCity_Condominiums_Roof_MapWarps:
warp_def 4, 2, 3, 1, 2569
warp_def 10, 2, 3, 2, 2569
warp_def 2, 12, 3, 1, 2571
CeladonCity_Condominiums_Roof_MapBGEvents:
bg_event 4, 12, 0, 0, 0, CeladonCity_Condominiums_Roof_EventScript_16C45A
bg_event 3, 12, 0, 0, 0, CeladonCity_Condominiums_Roof_EventScript_16C45A
CeladonCity_Condominiums_Roof_MapEvents::
map_events 0x0, CeladonCity_Condominiums_Roof_MapWarps, 0x0, CeladonCity_Condominiums_Roof_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_Condominiums_Roof:: @ 8351300
.4byte CeladonCity_Condominiums_Roof_Layout @ 0x831AF7C
.4byte CeladonCity_Condominiums_Roof_MapEvents @ 0x83BB6EC
.4byte CeladonCity_Condominiums_Roof_MapScripts @ 0x816C459
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 187
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,56 @@
{
"id": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"name": "CeladonCity_Condominiums_Roof",
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_ROOF",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 4,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
"dest_warp_id": 1
},
{
"x": 10,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
"dest_warp_id": 2
},
{
"x": 2,
"y": 12,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF_ROOM",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_Roof_EventScript_16C45A"
},
{
"type": "bg_event_type_0",
"x": 3,
"y": 12,
"elevation": 0,
"script": "CeladonCity_Condominiums_Roof_EventScript_16C45A"
}
]
}
@@ -1,16 +0,0 @@
CeladonCity_Condominiums_RoofRoom_EventObjects:
object_event 1, 54, 0, 3, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_RoofRoom_EventScript_16C464, 0, 0, 0
object_event 2, 92, 0, 7, 0, 3, 0, 0, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Condominiums_RoofRoom_EventScript_16C46D, 87, 0, 0
CeladonCity_Condominiums_RoofRoom_MapWarps:
warp_def 3, 8, 0, 2, 2570
warp_def 4, 7, 3, 2, 2570
warp_def 5, 8, 0, 2, 2570
CeladonCity_Condominiums_RoofRoom_MapBGEvents:
bg_event 4, 1, 0, 0, 0, CeladonCity_Condominiums_RoofRoom_EventScript_16C522
bg_event 5, 1, 0, 0, 0, CeladonCity_Condominiums_RoofRoom_EventScript_16C522
bg_event 4, 4, 0, 0, 0, CeladonCity_Condominiums_RoofRoom_EventScript_16C519
CeladonCity_Condominiums_RoofRoom_MapEvents::
map_events CeladonCity_Condominiums_RoofRoom_EventObjects, CeladonCity_Condominiums_RoofRoom_MapWarps, 0x0, CeladonCity_Condominiums_RoofRoom_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_Condominiums_RoofRoom:: @ 835131C
.4byte CeladonCity_Condominiums_RoofRoom_Layout @ 0x831B054
.4byte CeladonCity_Condominiums_RoofRoom_MapEvents @ 0x83BB76C
.4byte CeladonCity_Condominiums_RoofRoom_MapScripts @ 0x816C463
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 188
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,90 @@
{
"id": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF_ROOM",
"name": "CeladonCity_Condominiums_RoofRoom",
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_ROOF_ROOM",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "54",
"x": 3,
"y": 5,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C464",
"flag": "0"
},
{
"graphics_id": "92",
"x": 7,
"y": 3,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C46D",
"flag": "87"
}
],
"warp_events": [
{
"x": 3,
"y": 8,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"dest_warp_id": 2
},
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"dest_warp_id": 2
},
{
"x": 5,
"y": 8,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C522"
},
{
"type": "bg_event_type_0",
"x": 5,
"y": 1,
"elevation": 0,
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C522"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 4,
"elevation": 0,
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_16C519"
}
]
}
@@ -1,19 +0,0 @@
CeladonCity_DepartmentStore_1F_EventObjects:
object_event 1, 48, 0, 6, 0, 10, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_1F_EventScript_16BAD9, 0, 0, 0
CeladonCity_DepartmentStore_1F_MapWarps:
warp_def 1, 15, 0, 1, 774
warp_def 2, 14, 3, 1, 774
warp_def 3, 15, 0, 1, 774
warp_def 9, 15, 0, 2, 774
warp_def 10, 14, 3, 2, 774
warp_def 11, 15, 0, 2, 774
warp_def 6, 1, 0, 0, 2566
warp_def 4, 2, 3, 1, 2561
CeladonCity_DepartmentStore_1F_MapBGEvents:
bg_event 9, 11, 0, 0, 0, CeladonCity_DepartmentStore_1F_EventScript_16BAE2
bg_event 8, 1, 0, 0, 0, CeladonCity_DepartmentStore_1F_EventScript_16BAEB
CeladonCity_DepartmentStore_1F_MapEvents::
map_events CeladonCity_DepartmentStore_1F_EventObjects, CeladonCity_DepartmentStore_1F_MapWarps, 0x0, CeladonCity_DepartmentStore_1F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_1F:: @ 83511E8
.4byte CeladonCity_DepartmentStore_1F_Layout @ 0x831B5FC
.4byte CeladonCity_DepartmentStore_1F_MapEvents @ 0x83BB0EC
.4byte CeladonCity_DepartmentStore_1F_MapScripts @ 0x816BAD8
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 192
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x01, 0x00
@@ -0,0 +1,105 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_1F",
"name": "CeladonCity_DepartmentStore_1F",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_1F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 1,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "48",
"x": 6,
"y": 10,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_1F_EventScript_16BAD9",
"flag": "0"
}
],
"warp_events": [
{
"x": 1,
"y": 15,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 1
},
{
"x": 2,
"y": 14,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 1
},
{
"x": 3,
"y": 15,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 1
},
{
"x": 9,
"y": 15,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 2
},
{
"x": 10,
"y": 14,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 2
},
{
"x": 11,
"y": 15,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 2
},
{
"x": 6,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
},
{
"x": 4,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_2F",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 9,
"y": 11,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_1F_EventScript_16BAE2"
},
{
"type": "bg_event_type_0",
"x": 8,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_1F_EventScript_16BAEB"
}
]
}
@@ -1,16 +0,0 @@
CeladonCity_DepartmentStore_2F_EventObjects:
object_event 1, 22, 0, 5, 0, 10, 0, 3, 3, 18, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_2F_EventScript_16BAFE, 0, 0, 0
object_event 2, 68, 0, 1, 0, 8, 0, 0, 8, 19, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_2F_EventScript_16BB10, 0, 0, 0
object_event 3, 68, 0, 1, 0, 6, 0, 3, 10, 19, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_2F_EventScript_16BB4E, 0, 0, 0
object_event 4, 23, 0, 11, 0, 6, 0, 3, 5, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_2F_EventScript_1AD053, 157, 0, 0
CeladonCity_DepartmentStore_2F_MapWarps:
warp_def 6, 1, 0, 0, 2566
warp_def 3, 2, 3, 7, 2560
warp_def 9, 2, 3, 1, 2562
CeladonCity_DepartmentStore_2F_MapBGEvents:
bg_event 4, 1, 0, 0, 0, CeladonCity_DepartmentStore_2F_EventScript_16BB07
CeladonCity_DepartmentStore_2F_MapEvents::
map_events CeladonCity_DepartmentStore_2F_EventObjects, CeladonCity_DepartmentStore_2F_MapWarps, 0x0, CeladonCity_DepartmentStore_2F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_2F:: @ 8351204
.4byte CeladonCity_DepartmentStore_2F_Layout @ 0x831B7A8
.4byte CeladonCity_DepartmentStore_2F_MapEvents @ 0x83BB184
.4byte CeladonCity_DepartmentStore_2F_MapScripts @ 0x816BAF4
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 193
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x02, 0x00
@@ -0,0 +1,102 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_2F",
"name": "CeladonCity_DepartmentStore_2F",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_2F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 2,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "22",
"x": 5,
"y": 10,
"elevation": 3,
"movement_type": "3",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BAFE",
"flag": "0"
},
{
"graphics_id": "68",
"x": 1,
"y": 8,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 3,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB10",
"flag": "0"
},
{
"graphics_id": "68",
"x": 1,
"y": 6,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 3,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB4E",
"flag": "0"
},
{
"graphics_id": "23",
"x": 11,
"y": 6,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_2F_EventScript_1AD053",
"flag": "157"
}
],
"warp_events": [
{
"x": 6,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
},
{
"x": 3,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_1F",
"dest_warp_id": 7
},
{
"x": 9,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_3F",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB07"
}
]
}
@@ -1,27 +0,0 @@
CeladonCity_DepartmentStore_3F_EventObjects:
object_event 1, 68, 0, 10, 0, 9, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BB85, 0, 0, 0
object_event 2, 51, 0, 11, 0, 6, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BB8B, 0, 0, 0
object_event 3, 51, 0, 4, 0, 9, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BB9D, 0, 0, 0
object_event 4, 51, 0, 1, 0, 9, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BB94, 0, 0, 0
object_event 5, 17, 0, 9, 0, 14, 0, 3, 14, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBA6, 0, 0, 0
CeladonCity_DepartmentStore_3F_MapWarps:
warp_def 6, 1, 0, 0, 2566
warp_def 9, 2, 0, 2, 2561
warp_def 3, 2, 0, 1, 2563
CeladonCity_DepartmentStore_3F_MapBGEvents:
bg_event 8, 1, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBDC
bg_event 2, 8, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBB8
bg_event 5, 8, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBC1
bg_event 2, 11, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBCA
bg_event 5, 11, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBD3
bg_event 1, 8, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBAF
bg_event 1, 11, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBAF
bg_event 4, 8, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBAF
bg_event 4, 11, 0, 0, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBAF
bg_event 2, 4, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBE5
bg_event 0, 4, 0, 1, 0, CeladonCity_DepartmentStore_3F_EventScript_16BBE5
CeladonCity_DepartmentStore_3F_MapEvents::
map_events CeladonCity_DepartmentStore_3F_EventObjects, CeladonCity_DepartmentStore_3F_MapWarps, 0x0, CeladonCity_DepartmentStore_3F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_3F:: @ 8351220
.4byte CeladonCity_DepartmentStore_3F_Layout @ 0x831B954
.4byte CeladonCity_DepartmentStore_3F_MapEvents @ 0x83BB2AC
.4byte CeladonCity_DepartmentStore_3F_MapScripts @ 0x816BB84
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 194
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x03, 0x00
@@ -0,0 +1,185 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_3F",
"name": "CeladonCity_DepartmentStore_3F",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_3F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 3,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "68",
"x": 10,
"y": 9,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BB85",
"flag": "0"
},
{
"graphics_id": "51",
"x": 11,
"y": 6,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BB8B",
"flag": "0"
},
{
"graphics_id": "51",
"x": 4,
"y": 9,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BB9D",
"flag": "0"
},
{
"graphics_id": "51",
"x": 1,
"y": 9,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BB94",
"flag": "0"
},
{
"graphics_id": "17",
"x": 9,
"y": 14,
"elevation": 3,
"movement_type": "14",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBA6",
"flag": "0"
}
],
"warp_events": [
{
"x": 6,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
},
{
"x": 9,
"y": 2,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_2F",
"dest_warp_id": 2
},
{
"x": 3,
"y": 2,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_4F",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 8,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBDC"
},
{
"type": "bg_event_type_1",
"x": 2,
"y": 8,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBB8"
},
{
"type": "bg_event_type_1",
"x": 5,
"y": 8,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBC1"
},
{
"type": "bg_event_type_1",
"x": 2,
"y": 11,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBCA"
},
{
"type": "bg_event_type_1",
"x": 5,
"y": 11,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBD3"
},
{
"type": "bg_event_type_0",
"x": 1,
"y": 8,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBAF"
},
{
"type": "bg_event_type_0",
"x": 1,
"y": 11,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBAF"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 8,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBAF"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 11,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBAF"
},
{
"type": "bg_event_type_1",
"x": 2,
"y": 4,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBE5"
},
{
"type": "bg_event_type_1",
"x": 0,
"y": 4,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_3F_EventScript_16BBE5"
}
]
}
@@ -1,15 +0,0 @@
CeladonCity_DepartmentStore_4F_EventObjects:
object_event 1, 25, 0, 6, 0, 6, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_4F_EventScript_16BBEF, 0, 0, 0
object_event 2, 18, 0, 10, 0, 11, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_4F_EventScript_16BBF8, 0, 0, 0
object_event 3, 68, 0, 3, 0, 13, 0, 0, 7, 19, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_4F_EventScript_16BC0A, 0, 0, 0
CeladonCity_DepartmentStore_4F_MapWarps:
warp_def 6, 1, 0, 0, 2566
warp_def 3, 2, 0, 2, 2562
warp_def 9, 2, 0, 1, 2564
CeladonCity_DepartmentStore_4F_MapBGEvents:
bg_event 4, 1, 0, 0, 0, CeladonCity_DepartmentStore_4F_EventScript_16BC01
CeladonCity_DepartmentStore_4F_MapEvents::
map_events CeladonCity_DepartmentStore_4F_EventObjects, CeladonCity_DepartmentStore_4F_MapWarps, 0x0, CeladonCity_DepartmentStore_4F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_4F:: @ 835123C
.4byte CeladonCity_DepartmentStore_4F_Layout @ 0x831BB00
.4byte CeladonCity_DepartmentStore_4F_MapEvents @ 0x83BB32C
.4byte CeladonCity_DepartmentStore_4F_MapScripts @ 0x816BBEE
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 195
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x04, 0x00
@@ -0,0 +1,89 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_4F",
"name": "CeladonCity_DepartmentStore_4F",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_4F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 4,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "25",
"x": 6,
"y": 6,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BBEF",
"flag": "0"
},
{
"graphics_id": "18",
"x": 10,
"y": 11,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BBF8",
"flag": "0"
},
{
"graphics_id": "68",
"x": 3,
"y": 13,
"elevation": 0,
"movement_type": "7",
"movement_range_x": 3,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BC0A",
"flag": "0"
}
],
"warp_events": [
{
"x": 6,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
},
{
"x": 3,
"y": 2,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_3F",
"dest_warp_id": 2
},
{
"x": 9,
"y": 2,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_5F",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BC01"
}
]
}
@@ -1,16 +0,0 @@
CeladonCity_DepartmentStore_5F_EventObjects:
object_event 1, 61, 0, 11, 0, 6, 0, 3, 5, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_5F_EventScript_16BC41, 0, 0, 0
object_event 2, 62, 0, 6, 0, 8, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_5F_EventScript_16BC4A, 0, 0, 0
object_event 3, 68, 0, 1, 0, 7, 0, 3, 8, 18, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_5F_EventScript_16BC5C, 0, 0, 0
object_event 4, 68, 0, 1, 0, 6, 0, 3, 10, 18, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_5F_EventScript_16BC96, 0, 0, 0
CeladonCity_DepartmentStore_5F_MapWarps:
warp_def 6, 1, 0, 0, 2566
warp_def 9, 2, 3, 2, 2563
warp_def 3, 2, 3, 0, 2565
CeladonCity_DepartmentStore_5F_MapBGEvents:
bg_event 8, 1, 0, 0, 0, CeladonCity_DepartmentStore_5F_EventScript_16BC53
CeladonCity_DepartmentStore_5F_MapEvents::
map_events CeladonCity_DepartmentStore_5F_EventObjects, CeladonCity_DepartmentStore_5F_MapWarps, 0x0, CeladonCity_DepartmentStore_5F_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_5F:: @ 8351258
.4byte CeladonCity_DepartmentStore_5F_Layout @ 0x831BCAC
.4byte CeladonCity_DepartmentStore_5F_MapEvents @ 0x83BB3C4
.4byte CeladonCity_DepartmentStore_5F_MapScripts @ 0x816BC40
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 196
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x05, 0x00
@@ -0,0 +1,102 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_5F",
"name": "CeladonCity_DepartmentStore_5F",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_5F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 5,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "61",
"x": 11,
"y": 6,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC41",
"flag": "0"
},
{
"graphics_id": "62",
"x": 6,
"y": 8,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC4A",
"flag": "0"
},
{
"graphics_id": "68",
"x": 1,
"y": 7,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC5C",
"flag": "0"
},
{
"graphics_id": "68",
"x": 1,
"y": 6,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC96",
"flag": "0"
}
],
"warp_events": [
{
"x": 6,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
},
{
"x": 9,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_4F",
"dest_warp_id": 2
},
{
"x": 3,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_ROOF",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 8,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_5F_EventScript_16BC53"
}
]
}
@@ -1,10 +0,0 @@
CeladonCity_DepartmentStore_Elevator_MapWarps:
warp_def 2, 5, 3, 127, 32639
warp_def 2, 6, 0, 127, 32639
CeladonCity_DepartmentStore_Elevator_MapBGEvents:
bg_event 0, 2, 0, 0, 0, CeladonCity_DepartmentStore_Elevator_EventScript_16C153
bg_event 4, 1, 0, 0, 0, CeladonCity_DepartmentStore_Elevator_EventScript_16C153
CeladonCity_DepartmentStore_Elevator_MapEvents::
map_events 0x0, CeladonCity_DepartmentStore_Elevator_MapWarps, 0x0, CeladonCity_DepartmentStore_Elevator_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_Elevator:: @ 8351290
.4byte CeladonCity_DepartmentStore_Elevator_Layout @ 0x8319F70
.4byte CeladonCity_DepartmentStore_Elevator_MapEvents @ 0x83BB47C
.4byte CeladonCity_DepartmentStore_Elevator_MapScripts @ 0x816C152
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 179
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,49 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"name": "CeladonCity_DepartmentStore_Elevator",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 2,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
},
{
"x": 2,
"y": 6,
"elevation": 0,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 0,
"y": 2,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_16C153"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_16C153"
}
]
}
@@ -72,7 +72,7 @@ EventScript_16C1F3:: @ 816C1F3
EventScript_16C246:: @ 816C246
setvar VAR_0x8006, 4
setdynamicwarp MAP_CELADON_CITY_DEPARTMENTSTORE_1F, 255, 6, 1
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_1F, 255, 6, 1
compare_var_to_value VAR_0x403A, 4
goto_if 1, EventScript_16C30E
call EventScript_16C313
@@ -82,7 +82,7 @@ EventScript_16C246:: @ 816C246
EventScript_16C26E:: @ 816C26E
setvar VAR_0x8006, 5
setdynamicwarp MAP_CELADON_CITY_DEPARTMENTSTORE_2F, 255, 6, 1
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_2F, 255, 6, 1
compare_var_to_value VAR_0x403A, 5
goto_if 1, EventScript_16C30E
call EventScript_16C313
@@ -92,7 +92,7 @@ EventScript_16C26E:: @ 816C26E
EventScript_16C296:: @ 816C296
setvar VAR_0x8006, 6
setdynamicwarp MAP_CELADON_CITY_DEPARTMENTSTORE_3F, 255, 6, 1
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_3F, 255, 6, 1
compare_var_to_value VAR_0x403A, 6
goto_if 1, EventScript_16C30E
call EventScript_16C313
@@ -102,7 +102,7 @@ EventScript_16C296:: @ 816C296
EventScript_16C2BE:: @ 816C2BE
setvar VAR_0x8006, 7
setdynamicwarp MAP_CELADON_CITY_DEPARTMENTSTORE_4F, 255, 6, 1
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_4F, 255, 6, 1
compare_var_to_value VAR_0x403A, 7
goto_if 1, EventScript_16C30E
call EventScript_16C313
@@ -112,7 +112,7 @@ EventScript_16C2BE:: @ 816C2BE
EventScript_16C2E6:: @ 816C2E6
setvar VAR_0x8006, 8
setdynamicwarp MAP_CELADON_CITY_DEPARTMENTSTORE_5F, 255, 6, 1
setdynamicwarp MAP_CELADON_CITY_DEPARTMENT_STORE_5F, 255, 6, 1
compare_var_to_value VAR_0x403A, 8
goto_if 1, EventScript_16C30E
call EventScript_16C313
@@ -1,15 +0,0 @@
CeladonCity_DepartmentStore_Roof_EventObjects:
object_event 1, 41, 0, 9, 0, 5, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16C022, 0, 0, 0
object_event 2, 17, 0, 5, 0, 4, 0, 3, 2, 18, 0, 0, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16BCCD, 0, 0, 0
CeladonCity_DepartmentStore_Roof_MapWarps:
warp_def 15, 6, 3, 2, 2564
CeladonCity_DepartmentStore_Roof_MapBGEvents:
bg_event 14, 3, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16C02B
bg_event 10, 3, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16C034
bg_event 11, 3, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16C034
bg_event 12, 3, 0, 0, 0, CeladonCity_DepartmentStore_Roof_EventScript_16C034
CeladonCity_DepartmentStore_Roof_MapEvents::
map_events CeladonCity_DepartmentStore_Roof_EventObjects, CeladonCity_DepartmentStore_Roof_MapWarps, 0x0, CeladonCity_DepartmentStore_Roof_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_DepartmentStore_Roof:: @ 8351274
.4byte CeladonCity_DepartmentStore_Roof_Layout @ 0x831BEE4
.4byte CeladonCity_DepartmentStore_Roof_MapEvents @ 0x83BB440
.4byte CeladonCity_DepartmentStore_Roof_MapScripts @ 0x816BCCC
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 197
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x04, 0x7f, 0x00
@@ -0,0 +1,83 @@
{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_ROOF",
"name": "CeladonCity_DepartmentStore_Roof",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_ROOF",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 4,
"elevator_flag": 127,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "41",
"x": 9,
"y": 5,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C022",
"flag": "0"
},
{
"graphics_id": "17",
"x": 5,
"y": 4,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16BCCD",
"flag": "0"
}
],
"warp_events": [
{
"x": 15,
"y": 6,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY_DEPARTMENT_STORE_5F",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 14,
"y": 3,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C02B"
},
{
"type": "bg_event_type_0",
"x": 10,
"y": 3,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C034"
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 3,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C034"
},
{
"type": "bg_event_type_0",
"x": 12,
"y": 3,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Roof_EventScript_16C034"
}
]
}
@@ -1,59 +0,0 @@
CeladonCity_GameCorner_EventObjects:
object_event 1, 48, 0, 4, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C684, 0, 0, 0
object_event 2, 47, 0, 6, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C68D, 0, 0, 0
object_event 3, 30, 0, 1, 0, 6, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C7BA, 0, 0, 0
object_event 4, 28, 0, 1, 0, 8, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C7D7, 0, 0, 0
object_event 5, 57, 0, 4, 0, 7, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C7E7, 0, 0, 0
object_event 6, 91, 0, 7, 0, 10, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C857, 0, 0, 0
object_event 7, 23, 0, 7, 0, 8, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C87E, 0, 0, 0
object_event 8, 33, 0, 10, 0, 9, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C88E, 0, 0, 0
object_event 9, 55, 0, 13, 0, 7, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C89E, 0, 0, 0
object_event 10, 61, 0, 16, 0, 10, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_EventScript_16C8FE, 0, 0, 0
object_event 11, 49, 0, 11, 0, 2, 0, 3, 7, 17, 0, 1, 0, 0, 0, CeladonCity_GameCorner_EventScript_16CAF5, 91, 0, 0
CeladonCity_GameCorner_MapWarps:
warp_def 9, 13, 0, 0, 774
warp_def 10, 13, 0, 0, 774
warp_def 11, 13, 0, 0, 774
warp_def 15, 2, 3, 0, 298
CeladonCity_GameCorner_MapBGEvents:
bg_event 2, 4, 3, 7, 0, 0, 51, 10
bg_event 3, 8, 3, 7, 0, 0, 52, 10
bg_event 2, 11, 3, 7, 0, 0, 53, 20
bg_event 6, 12, 3, 7, 0, 0, 54, 10
bg_event 9, 9, 3, 7, 0, 0, 55, 10
bg_event 8, 5, 3, 7, 0, 0, 56, 20
bg_event 10, 4, 3, 7, 0, 0, 57, 10
bg_event 13, 3, 3, 7, 0, 0, 58, 10
bg_event 15, 5, 3, 7, 0, 0, 59, 10
bg_event 17, 5, 3, 7, 0, 0, 60, 40
bg_event 15, 13, 3, 7, 0, 0, 61, 100
bg_event 12, 12, 3, 7, 0, 0, 62, 10
bg_event 0, 7, 0, 4, 0, CeladonCity_GameCorner_EventScript_16C95E
bg_event 0, 9, 0, 4, 0, CeladonCity_GameCorner_EventScript_16C9A4
bg_event 0, 10, 0, 4, 0, CeladonCity_GameCorner_EventScript_16C9B0
bg_event 5, 6, 0, 3, 0, CeladonCity_GameCorner_EventScript_16C9BC
bg_event 5, 8, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CB5A
bg_event 5, 9, 0, 3, 0, CeladonCity_GameCorner_EventScript_16C9D4
bg_event 5, 10, 0, 3, 0, CeladonCity_GameCorner_EventScript_16C9E0
bg_event 6, 6, 0, 4, 0, CeladonCity_GameCorner_EventScript_16C9EC
bg_event 6, 7, 0, 4, 0, CeladonCity_GameCorner_EventScript_16C9F8
bg_event 6, 9, 0, 4, 0, CeladonCity_GameCorner_EventScript_16CA04
bg_event 11, 6, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA10
bg_event 11, 7, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA1C
bg_event 11, 8, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA28
bg_event 11, 10, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA34
bg_event 12, 6, 0, 4, 0, CeladonCity_GameCorner_EventScript_16CA40
bg_event 12, 8, 0, 4, 0, CeladonCity_GameCorner_EventScript_16CB63
bg_event 12, 9, 0, 4, 0, CeladonCity_GameCorner_EventScript_16CA58
bg_event 12, 10, 0, 4, 0, CeladonCity_GameCorner_EventScript_16CA64
bg_event 17, 6, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CB6C
bg_event 17, 7, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA7C
bg_event 17, 8, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA88
bg_event 17, 9, 0, 3, 0, CeladonCity_GameCorner_EventScript_16CA94
bg_event 11, 1, 0, 0, 0, CeladonCity_GameCorner_EventScript_16CAAA
bg_event 17, 13, 0, 3, 0, CeladonCity_GameCorner_EventScript_1B2867
CeladonCity_GameCorner_MapEvents::
map_events CeladonCity_GameCorner_EventObjects, CeladonCity_GameCorner_MapWarps, 0x0, CeladonCity_GameCorner_MapBGEvents
@@ -1,8 +0,0 @@
CeladonCity_GameCorner:: @ 8351370
.4byte CeladonCity_GameCorner_Layout @ 0x82D7168
.4byte CeladonCity_GameCorner_MapEvents @ 0x83BBB78
.4byte CeladonCity_GameCorner_MapScripts @ 0x816C646
.4byte NULL
.2byte BGM_FRLG_GAMECORNER
.2byte 27
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+469
View File
@@ -0,0 +1,469 @@
{
"id": "MAP_CELADON_CITY_GAME_CORNER",
"name": "CeladonCity_GameCorner",
"layout": "LAYOUT_CELADON_CITY_GAME_CORNER",
"music": "BGM_FRLG_GAMECORNER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "48",
"x": 4,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C684",
"flag": "0"
},
{
"graphics_id": "47",
"x": 6,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C68D",
"flag": "0"
},
{
"graphics_id": "30",
"x": 1,
"y": 6,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C7BA",
"flag": "0"
},
{
"graphics_id": "28",
"x": 1,
"y": 8,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C7D7",
"flag": "0"
},
{
"graphics_id": "57",
"x": 4,
"y": 7,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C7E7",
"flag": "0"
},
{
"graphics_id": "91",
"x": 7,
"y": 10,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C857",
"flag": "0"
},
{
"graphics_id": "23",
"x": 7,
"y": 8,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C87E",
"flag": "0"
},
{
"graphics_id": "33",
"x": 10,
"y": 9,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C88E",
"flag": "0"
},
{
"graphics_id": "55",
"x": 13,
"y": 7,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C89E",
"flag": "0"
},
{
"graphics_id": "61",
"x": 16,
"y": 10,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16C8FE",
"flag": "0"
},
{
"graphics_id": "49",
"x": 11,
"y": 2,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_EventScript_16CAF5",
"flag": "91"
}
],
"warp_events": [
{
"x": 9,
"y": 13,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 0
},
{
"x": 10,
"y": 13,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 0
},
{
"x": 11,
"y": 13,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 0
},
{
"x": 15,
"y": 2,
"elevation": 3,
"dest_map": "MAP_ROCKET_HIDEOUT_B1F",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 2,
"y": 4,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "51",
"unknown": 10
},
{
"type": "hidden_item",
"x": 3,
"y": 8,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "52",
"unknown": 10
},
{
"type": "hidden_item",
"x": 2,
"y": 11,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "53",
"unknown": 20
},
{
"type": "hidden_item",
"x": 6,
"y": 12,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "54",
"unknown": 10
},
{
"type": "hidden_item",
"x": 9,
"y": 9,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "55",
"unknown": 10
},
{
"type": "hidden_item",
"x": 8,
"y": 5,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "56",
"unknown": 20
},
{
"type": "hidden_item",
"x": 10,
"y": 4,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "57",
"unknown": 10
},
{
"type": "hidden_item",
"x": 13,
"y": 3,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "58",
"unknown": 10
},
{
"type": "hidden_item",
"x": 15,
"y": 5,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "59",
"unknown": 10
},
{
"type": "hidden_item",
"x": 17,
"y": 5,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "60",
"unknown": 40
},
{
"type": "hidden_item",
"x": 15,
"y": 13,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "61",
"unknown": 100
},
{
"type": "hidden_item",
"x": 12,
"y": 12,
"elevation": 3,
"item": "ITEM_NONE",
"flag": "62",
"unknown": 10
},
{
"type": "bg_event_type_4",
"x": 0,
"y": 7,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C95E"
},
{
"type": "bg_event_type_4",
"x": 0,
"y": 9,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9A4"
},
{
"type": "bg_event_type_4",
"x": 0,
"y": 10,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9B0"
},
{
"type": "bg_event_type_3",
"x": 5,
"y": 6,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9BC"
},
{
"type": "bg_event_type_3",
"x": 5,
"y": 8,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CB5A"
},
{
"type": "bg_event_type_3",
"x": 5,
"y": 9,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9D4"
},
{
"type": "bg_event_type_3",
"x": 5,
"y": 10,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9E0"
},
{
"type": "bg_event_type_4",
"x": 6,
"y": 6,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9EC"
},
{
"type": "bg_event_type_4",
"x": 6,
"y": 7,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16C9F8"
},
{
"type": "bg_event_type_4",
"x": 6,
"y": 9,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA04"
},
{
"type": "bg_event_type_3",
"x": 11,
"y": 6,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA10"
},
{
"type": "bg_event_type_3",
"x": 11,
"y": 7,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA1C"
},
{
"type": "bg_event_type_3",
"x": 11,
"y": 8,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA28"
},
{
"type": "bg_event_type_3",
"x": 11,
"y": 10,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA34"
},
{
"type": "bg_event_type_4",
"x": 12,
"y": 6,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA40"
},
{
"type": "bg_event_type_4",
"x": 12,
"y": 8,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CB63"
},
{
"type": "bg_event_type_4",
"x": 12,
"y": 9,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA58"
},
{
"type": "bg_event_type_4",
"x": 12,
"y": 10,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA64"
},
{
"type": "bg_event_type_3",
"x": 17,
"y": 6,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CB6C"
},
{
"type": "bg_event_type_3",
"x": 17,
"y": 7,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA7C"
},
{
"type": "bg_event_type_3",
"x": 17,
"y": 8,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA88"
},
{
"type": "bg_event_type_3",
"x": 17,
"y": 9,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CA94"
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 1,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_16CAAA"
},
{
"type": "bg_event_type_3",
"x": 17,
"y": 13,
"elevation": 0,
"script": "CeladonCity_GameCorner_EventScript_1B2867"
}
]
}
@@ -1,14 +0,0 @@
CeladonCity_GameCorner_PrizeRoom_EventObjects:
object_event 1, 30, 0, 2, 0, 6, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_PrizeRoom_EventScript_16CB76, 0, 0, 0
object_event 2, 33, 0, 6, 0, 7, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_PrizeRoom_EventScript_16CB7F, 0, 0, 0
object_event 3, 47, 0, 4, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_PrizeRoom_EventScript_16CB88, 0, 0, 0
object_event 4, 47, 0, 6, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_PrizeRoom_EventScript_16CE1D, 0, 0, 0
object_event 5, 47, 0, 2, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_GameCorner_PrizeRoom_EventScript_16CF88, 0, 0, 0
CeladonCity_GameCorner_PrizeRoom_MapWarps:
warp_def 3, 9, 0, 5, 774
warp_def 4, 8, 3, 5, 774
warp_def 5, 9, 0, 5, 774
CeladonCity_GameCorner_PrizeRoom_MapEvents::
map_events CeladonCity_GameCorner_PrizeRoom_EventObjects, CeladonCity_GameCorner_PrizeRoom_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
CeladonCity_GameCorner_PrizeRoom:: @ 835138C
.4byte CeladonCity_GameCorner_PrizeRoom_Layout @ 0x831B12C
.4byte CeladonCity_GameCorner_PrizeRoom_MapEvents @ 0x83BBC1C
.4byte CeladonCity_GameCorner_PrizeRoom_MapScripts @ 0x816CB75
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 189
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,107 @@
{
"id": "MAP_CELADON_CITY_GAME_CORNER_PRIZE_ROOM",
"name": "CeladonCity_GameCorner_PrizeRoom",
"layout": "LAYOUT_CELADON_CITY_GAME_CORNER_PRIZE_ROOM",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "30",
"x": 2,
"y": 6,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_PrizeRoom_EventScript_16CB76",
"flag": "0"
},
{
"graphics_id": "33",
"x": 6,
"y": 7,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_PrizeRoom_EventScript_16CB7F",
"flag": "0"
},
{
"graphics_id": "47",
"x": 4,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_PrizeRoom_EventScript_16CB88",
"flag": "0"
},
{
"graphics_id": "47",
"x": 6,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_PrizeRoom_EventScript_16CE1D",
"flag": "0"
},
{
"graphics_id": "47",
"x": 2,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_GameCorner_PrizeRoom_EventScript_16CF88",
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 5
},
{
"x": 4,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 5
},
{
"x": 5,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 5
}
],
"coord_events": [],
"bg_events": []
}
-24
View File
@@ -1,24 +0,0 @@
CeladonCity_Gym_EventObjects:
object_event 1, 22, 0, 3, 0, 11, 0, 3, 10, 17, 0, 1, 0, 3, 0, CeladonCity_Gym_EventScript_16D111, 0, 0, 0
object_event 2, 29, 0, 9, 0, 10, 0, 3, 9, 17, 0, 1, 0, 3, 0, CeladonCity_Gym_EventScript_16D163, 0, 0, 0
object_event 3, 40, 0, 10, 0, 7, 0, 3, 8, 17, 0, 1, 0, 2, 0, CeladonCity_Gym_EventScript_16D14C, 0, 0, 0
object_event 4, 29, 0, 2, 0, 6, 0, 3, 8, 17, 0, 1, 0, 4, 0, CeladonCity_Gym_EventScript_16D17A, 0, 0, 0
object_event 5, 29, 0, 5, 0, 4, 0, 3, 8, 17, 0, 1, 0, 3, 0, CeladonCity_Gym_EventScript_16D19E, 0, 0, 0
object_event 6, 22, 0, 7, 0, 4, 0, 3, 8, 17, 0, 1, 0, 2, 0, CeladonCity_Gym_EventScript_16D128, 0, 0, 0
object_event 7, 83, 0, 6, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Gym_EventScript_16D061, 0, 0, 0
object_event 8, 42, 0, 8, 0, 7, 0, 3, 9, 17, 0, 1, 0, 2, 0, CeladonCity_Gym_EventScript_16D1B5, 0, 0, 0
object_event 9, 95, 0, 6, 0, 8, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Gym_EventScript_1BDF13, 18, 0, 0
object_event 10, 95, 0, 3, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Gym_EventScript_1BDF13, 19, 0, 0
object_event 11, 95, 0, 9, 0, 6, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Gym_EventScript_1BDF13, 20, 0, 0
CeladonCity_Gym_MapWarps:
warp_def 5, 18, 3, 6, 774
warp_def 6, 18, 3, 6, 774
warp_def 7, 18, 3, 6, 774
CeladonCity_Gym_MapBGEvents:
bg_event 4, 16, 0, 0, 0, CeladonCity_Gym_EventScript_16D1CC
bg_event 8, 16, 0, 0, 0, CeladonCity_Gym_EventScript_16D1CC
CeladonCity_Gym_MapEvents::
map_events CeladonCity_Gym_EventObjects, CeladonCity_Gym_MapWarps, 0x0, CeladonCity_Gym_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeladonCity_Gym:: @ 83513A8
.4byte CeladonCity_Gym_Layout @ 0x82D6370
.4byte CeladonCity_Gym_MapEvents @ 0x83BBD68
.4byte CeladonCity_Gym_MapScripts @ 0x816D060
.4byte NULL
.2byte BGM_FRLG_GYM
.2byte 15
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01
+200
View File
@@ -0,0 +1,200 @@
{
"id": "MAP_CELADON_CITY_GYM",
"name": "CeladonCity_Gym",
"layout": "LAYOUT_CELADON_CITY_GYM",
"music": "BGM_FRLG_GYM",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_1",
"connections": null,
"object_events": [
{
"graphics_id": "22",
"x": 3,
"y": 11,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "CeladonCity_Gym_EventScript_16D111",
"flag": "0"
},
{
"graphics_id": "29",
"x": 9,
"y": 10,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "CeladonCity_Gym_EventScript_16D163",
"flag": "0"
},
{
"graphics_id": "40",
"x": 10,
"y": 7,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "CeladonCity_Gym_EventScript_16D14C",
"flag": "0"
},
{
"graphics_id": "29",
"x": 2,
"y": 6,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "CeladonCity_Gym_EventScript_16D17A",
"flag": "0"
},
{
"graphics_id": "29",
"x": 5,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "CeladonCity_Gym_EventScript_16D19E",
"flag": "0"
},
{
"graphics_id": "22",
"x": 7,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "CeladonCity_Gym_EventScript_16D128",
"flag": "0"
},
{
"graphics_id": "83",
"x": 6,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Gym_EventScript_16D061",
"flag": "0"
},
{
"graphics_id": "42",
"x": 8,
"y": 7,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "CeladonCity_Gym_EventScript_16D1B5",
"flag": "0"
},
{
"graphics_id": "95",
"x": 6,
"y": 8,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Gym_EventScript_1BDF13",
"flag": "18"
},
{
"graphics_id": "95",
"x": 3,
"y": 5,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Gym_EventScript_1BDF13",
"flag": "19"
},
{
"graphics_id": "95",
"x": 9,
"y": 6,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Gym_EventScript_1BDF13",
"flag": "20"
}
],
"warp_events": [
{
"x": 5,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 6
},
{
"x": 6,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 6
},
{
"x": 7,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 6
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 16,
"elevation": 0,
"script": "CeladonCity_Gym_EventScript_16D1CC"
},
{
"type": "bg_event_type_0",
"x": 8,
"y": 16,
"elevation": 0,
"script": "CeladonCity_Gym_EventScript_16D1CC"
}
]
}
-13
View File
@@ -1,13 +0,0 @@
CeladonCity_Hotel_EventObjects:
object_event 1, 35, 0, 5, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Hotel_EventScript_16D284, 0, 0, 0
object_event 2, 29, 0, 3, 0, 6, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeladonCity_Hotel_EventScript_16D28D, 0, 0, 0
object_event 3, 25, 0, 9, 0, 7, 0, 3, 5, 17, 0, 0, 0, 0, 0, CeladonCity_Hotel_EventScript_16D296, 0, 0, 0
object_event 4, 16, 0, 2, 0, 6, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_Hotel_EventScript_16D29F, 0, 0, 0
CeladonCity_Hotel_MapWarps:
warp_def 3, 10, 0, 9, 774
warp_def 4, 9, 0, 9, 774
warp_def 5, 10, 0, 9, 774
CeladonCity_Hotel_MapEvents::
map_events CeladonCity_Hotel_EventObjects, CeladonCity_Hotel_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeladonCity_Hotel:: @ 83513FC
.4byte CeladonCity_Hotel_Layout @ 0x831B438
.4byte CeladonCity_Hotel_MapEvents @ 0x83BBF0C
.4byte CeladonCity_Hotel_MapScripts @ 0x816D283
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 191
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+94
View File
@@ -0,0 +1,94 @@
{
"id": "MAP_CELADON_CITY_HOTEL",
"name": "CeladonCity_Hotel",
"layout": "LAYOUT_CELADON_CITY_HOTEL",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "35",
"x": 5,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Hotel_EventScript_16D284",
"flag": "0"
},
{
"graphics_id": "29",
"x": 3,
"y": 6,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Hotel_EventScript_16D28D",
"flag": "0"
},
{
"graphics_id": "25",
"x": 9,
"y": 7,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Hotel_EventScript_16D296",
"flag": "0"
},
{
"graphics_id": "16",
"x": 2,
"y": 6,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Hotel_EventScript_16D29F",
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 10,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 9
},
{
"x": 4,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 9
},
{
"x": 5,
"y": 10,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 9
}
],
"coord_events": [],
"bg_events": []
}
-12
View File
@@ -1,12 +0,0 @@
CeladonCity_House1_EventObjects:
object_event 1, 33, 0, 5, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_House1_EventScript_16D268, 0, 0, 0
object_event 2, 49, 0, 2, 0, 4, 0, 3, 3, 81, 0, 0, 0, 0, 0, CeladonCity_House1_EventScript_16D271, 0, 0, 0
object_event 3, 49, 0, 8, 0, 4, 0, 3, 3, 81, 0, 0, 0, 0, 0, CeladonCity_House1_EventScript_16D27A, 0, 0, 0
CeladonCity_House1_MapWarps:
warp_def 3, 7, 3, 8, 774
warp_def 4, 7, 3, 8, 774
warp_def 5, 7, 3, 8, 774
CeladonCity_House1_MapEvents::
map_events CeladonCity_House1_EventObjects, CeladonCity_House1_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeladonCity_House1:: @ 83513E0
.4byte House5_Layout @ 0x82D6AF0
.4byte CeladonCity_House1_MapEvents @ 0x83BBE80
.4byte CeladonCity_House1_MapScripts @ 0x816D267
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 21
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+81
View File
@@ -0,0 +1,81 @@
{
"id": "MAP_CELADON_CITY_HOUSE1",
"name": "CeladonCity_House1",
"layout": "LAYOUT_HOUSE5",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "33",
"x": 5,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_House1_EventScript_16D268",
"flag": "0"
},
{
"graphics_id": "49",
"x": 2,
"y": 4,
"elevation": 3,
"movement_type": "3",
"movement_range_x": 1,
"movement_range_y": 5,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_House1_EventScript_16D271",
"flag": "0"
},
{
"graphics_id": "49",
"x": 8,
"y": 4,
"elevation": 3,
"movement_type": "3",
"movement_range_x": 1,
"movement_range_y": 5,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_House1_EventScript_16D27A",
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 8
},
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 8
},
{
"x": 5,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 8
}
],
"coord_events": [],
"bg_events": []
}
@@ -1,14 +0,0 @@
CeladonCity_PokemonCenter_1F_EventObjects:
object_event 1, 64, 0, 7, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_1F_EventScript_16C5FB, 0, 0, 0
object_event 2, 61, 0, 4, 0, 4, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_1F_EventScript_16C604, 0, 0, 0
object_event 3, 42, 0, 10, 0, 6, 0, 3, 5, 18, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_1F_EventScript_16C60D, 0, 0, 0
object_event 4, 18, 0, 12, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_1F_EventScript_16C616, 0, 0, 0
CeladonCity_PokemonCenter_1F_MapWarps:
warp_def 6, 8, 3, 4, 774
warp_def 7, 8, 3, 4, 774
warp_def 8, 8, 3, 4, 774
warp_def 1, 6, 4, 0, 2573
CeladonCity_PokemonCenter_1F_MapEvents::
map_events CeladonCity_PokemonCenter_1F_EventObjects, CeladonCity_PokemonCenter_1F_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
CeladonCity_PokemonCenter_1F:: @ 8351338
.4byte PokemonCenter_1F_Layout @ 0x82D5990
.4byte CeladonCity_PokemonCenter_1F_MapEvents @ 0x83BB800
.4byte CeladonCity_PokemonCenter_1F_MapScripts @ 0x816C5EC
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 8
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,101 @@
{
"id": "MAP_CELADON_CITY_POKEMON_CENTER_1F",
"name": "CeladonCity_PokemonCenter_1F",
"layout": "LAYOUT_POKEMON_CENTER_1F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "64",
"x": 7,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_1F_EventScript_16C5FB",
"flag": "0"
},
{
"graphics_id": "61",
"x": 4,
"y": 4,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_1F_EventScript_16C604",
"flag": "0"
},
{
"graphics_id": "42",
"x": 10,
"y": 6,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_1F_EventScript_16C60D",
"flag": "0"
},
{
"graphics_id": "18",
"x": 12,
"y": 5,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_1F_EventScript_16C616",
"flag": "0"
}
],
"warp_events": [
{
"x": 6,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 4
},
{
"x": 7,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 4
},
{
"x": 8,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 4
},
{
"x": 1,
"y": 6,
"elevation": 4,
"dest_map": "MAP_CELADON_CITY_POKEMON_CENTER_2F",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}
@@ -1,13 +0,0 @@
CeladonCity_PokemonCenter_2F_EventObjects:
object_event 1, 65, 0, 6, 0, 2, 0, 3, 8, 0, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_2F_EventScript_1A8CF6, 0, 0, 0
object_event 2, 65, 0, 2, 0, 2, 0, 3, 8, 0, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_2F_EventScript_1A8CFC, 0, 0, 0
object_event 3, 65, 0, 10, 0, 2, 0, 3, 8, 0, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_2F_EventScript_1A8D02, 0, 0, 0
object_event 4, 69, 0, 1, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeladonCity_PokemonCenter_2F_EventScript_1BB1D2, 112, 0, 0
CeladonCity_PokemonCenter_2F_MapWarps:
warp_def 1, 6, 4, 3, 2572
warp_def 5, 1, 0, 0, 4
warp_def 9, 1, 0, 0, 1
CeladonCity_PokemonCenter_2F_MapEvents::
map_events CeladonCity_PokemonCenter_2F_EventObjects, CeladonCity_PokemonCenter_2F_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
CeladonCity_PokemonCenter_2F:: @ 8351354
.4byte PokemonCenter_2F_Layout @ 0x82D5AE0
.4byte CeladonCity_PokemonCenter_2F_MapEvents @ 0x83BB88C
.4byte CeladonCity_PokemonCenter_2F_MapScripts @ 0x816C61F
.4byte NULL
.2byte BGM_FRLG_POKEMON_CENTER
.2byte 9
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,94 @@
{
"id": "MAP_CELADON_CITY_POKEMON_CENTER_2F",
"name": "CeladonCity_PokemonCenter_2F",
"layout": "LAYOUT_POKEMON_CENTER_2F",
"music": "BGM_FRLG_POKEMON_CENTER",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "65",
"x": 6,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_2F_EventScript_1A8CF6",
"flag": "0"
},
{
"graphics_id": "65",
"x": 2,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_2F_EventScript_1A8CFC",
"flag": "0"
},
{
"graphics_id": "65",
"x": 10,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_2F_EventScript_1A8D02",
"flag": "0"
},
{
"graphics_id": "69",
"x": 1,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_PokemonCenter_2F_EventScript_1BB1D2",
"flag": "112"
}
],
"warp_events": [
{
"x": 1,
"y": 6,
"elevation": 4,
"dest_map": "MAP_CELADON_CITY_POKEMON_CENTER_1F",
"dest_warp_id": 3
},
{
"x": 5,
"y": 1,
"elevation": 0,
"dest_map": "MAP_UNKNOWN_MAP_00_04",
"dest_warp_id": 0
},
{
"x": 9,
"y": 1,
"elevation": 0,
"dest_map": "MAP_UNKNOWN_MAP_00_01",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}
@@ -1,14 +0,0 @@
CeladonCity_Restaurant_EventObjects:
object_event 1, 59, 0, 12, 0, 7, 0, 3, 5, 18, 0, 0, 0, 0, 0, CeladonCity_Restaurant_EventScript_16D1EB, 0, 0, 0
object_event 2, 28, 0, 11, 0, 4, 0, 3, 3, 33, 0, 0, 0, 0, 0, CeladonCity_Restaurant_EventScript_16D1F4, 0, 0, 0
object_event 3, 27, 0, 9, 0, 4, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeladonCity_Restaurant_EventScript_16D25E, 0, 0, 0
object_event 4, 30, 0, 1, 0, 2, 0, 0, 8, 17, 0, 0, 0, 0, 0, CeladonCity_Restaurant_EventScript_16D1FD, 0, 0, 0
object_event 5, 47, 0, 3, 0, 7, 0, 0, 9, 17, 0, 0, 0, 0, 0, CeladonCity_Restaurant_EventScript_16D255, 0, 0, 0
CeladonCity_Restaurant_MapWarps:
warp_def 5, 9, 0, 7, 774
warp_def 6, 9, 0, 7, 774
warp_def 7, 9, 0, 7, 774
CeladonCity_Restaurant_MapEvents::
map_events CeladonCity_Restaurant_EventObjects, CeladonCity_Restaurant_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
CeladonCity_Restaurant:: @ 83513C4
.4byte CeladonCity_Restaurant_Layout @ 0x831B29C
.4byte CeladonCity_Restaurant_MapEvents @ 0x83BBE0C
.4byte CeladonCity_Restaurant_MapScripts @ 0x816D1EA
.4byte NULL
.2byte BGM_FRLG_CELADON_CITY
.2byte 190
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+107
View File
@@ -0,0 +1,107 @@
{
"id": "MAP_CELADON_CITY_RESTAURANT",
"name": "CeladonCity_Restaurant",
"layout": "LAYOUT_CELADON_CITY_RESTAURANT",
"music": "BGM_FRLG_CELADON_CITY",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "59",
"x": 12,
"y": 7,
"elevation": 3,
"movement_type": "5",
"movement_range_x": 2,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Restaurant_EventScript_16D1EB",
"flag": "0"
},
{
"graphics_id": "28",
"x": 11,
"y": 4,
"elevation": 3,
"movement_type": "3",
"movement_range_x": 1,
"movement_range_y": 2,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Restaurant_EventScript_16D1F4",
"flag": "0"
},
{
"graphics_id": "27",
"x": 9,
"y": 4,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Restaurant_EventScript_16D25E",
"flag": "0"
},
{
"graphics_id": "30",
"x": 1,
"y": 2,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Restaurant_EventScript_16D1FD",
"flag": "0"
},
{
"graphics_id": "47",
"x": 3,
"y": 7,
"elevation": 0,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_Restaurant_EventScript_16D255",
"flag": "0"
}
],
"warp_events": [
{
"x": 5,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 7
},
{
"x": 6,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 7
},
{
"x": 7,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CELADON_CITY",
"dest_warp_id": 7
}
],
"coord_events": [],
"bg_events": []
}
-26
View File
@@ -1,26 +0,0 @@
CeruleanCave_1F_EventObjects:
object_event 1, 92, 0, 7, 0, 3, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BEA47, 434, 0, 0
object_event 2, 92, 0, 11, 0, 16, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BEA54, 435, 0, 0
object_event 3, 92, 0, 25, 0, 5, 0, 4, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BEA3A, 433, 0, 0
object_event 4, 96, 0, 7, 0, 21, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 18, 0, 0
object_event 5, 96, 0, 13, 0, 21, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 19, 0, 0
object_event 6, 96, 0, 5, 0, 20, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 20, 0, 0
object_event 7, 96, 0, 14, 0, 20, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 21, 0, 0
object_event 8, 96, 0, 11, 0, 21, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 22, 0, 0
object_event 9, 96, 0, 9, 0, 18, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_1F_EventScript_1BE00C, 23, 0, 0
CeruleanCave_1F_MapWarps:
warp_def 33, 21, 3, 7, 771
warp_def 34, 2, 3, 0, 329
warp_def 1, 7, 3, 0, 330
warp_def 10, 2, 3, 1, 329
warp_def 5, 15, 3, 2, 329
warp_def 30, 10, 4, 3, 329
warp_def 24, 11, 3, 4, 329
warp_def 2, 4, 3, 5, 329
CeruleanCave_1F_MapBGEvents:
bg_event 12, 2, 3, 7, 0, 2, 39, 1
CeruleanCave_1F_MapEvents::
map_events CeruleanCave_1F_EventObjects, CeruleanCave_1F_MapWarps, 0x0, CeruleanCave_1F_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeruleanCave_1F:: @ 834F9F4
.4byte CeruleanCave_1F_Layout @ 0x8311318
.4byte CeruleanCave_1F_MapEvents @ 0x83B15BC
.4byte CeruleanCave_1F_MapScripts @ 0x81624B3
.4byte NULL
.2byte BGM_FRLG_ROCKET_HIDEOUT
.2byte 151
.byte 0x8d, 0x00, 0x00, 0x04, 0x01, 0x07, 0x00, 0x00
+204
View File
@@ -0,0 +1,204 @@
{
"id": "MAP_CERULEAN_CAVE_1F",
"name": "CeruleanCave_1F",
"layout": "LAYOUT_CERULEAN_CAVE_1F",
"music": "BGM_FRLG_ROCKET_HIDEOUT",
"region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "92",
"x": 7,
"y": 3,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BEA47",
"flag": "434"
},
{
"graphics_id": "92",
"x": 11,
"y": 16,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BEA54",
"flag": "435"
},
{
"graphics_id": "92",
"x": 25,
"y": 5,
"elevation": 4,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BEA3A",
"flag": "433"
},
{
"graphics_id": "96",
"x": 7,
"y": 21,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "18"
},
{
"graphics_id": "96",
"x": 13,
"y": 21,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "19"
},
{
"graphics_id": "96",
"x": 5,
"y": 20,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "20"
},
{
"graphics_id": "96",
"x": 14,
"y": 20,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "21"
},
{
"graphics_id": "96",
"x": 11,
"y": 21,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "22"
},
{
"graphics_id": "96",
"x": 9,
"y": 18,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_1F_EventScript_1BE00C",
"flag": "23"
}
],
"warp_events": [
{
"x": 33,
"y": 21,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 7
},
{
"x": 34,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 0
},
{
"x": 1,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_B1F",
"dest_warp_id": 0
},
{
"x": 10,
"y": 2,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 1
},
{
"x": 5,
"y": 15,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 2
},
{
"x": 30,
"y": 10,
"elevation": 4,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 3
},
{
"x": 24,
"y": 11,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 4
},
{
"x": 2,
"y": 4,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_2F",
"dest_warp_id": 5
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 12,
"y": 2,
"elevation": 3,
"item": "POCKET_KEY_ITEMS",
"flag": "39",
"unknown": 1
}
]
}
-25
View File
@@ -1,25 +0,0 @@
CeruleanCave_2F_EventObjects:
object_event 1, 92, 0, 9, 0, 18, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BEA6E, 437, 0, 0
object_event 2, 92, 0, 29, 0, 16, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BEA7B, 438, 0, 0
object_event 3, 92, 0, 33, 0, 12, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BEA61, 436, 0, 0
object_event 4, 96, 0, 33, 0, 10, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 18, 0, 0
object_event 5, 96, 0, 33, 0, 9, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 19, 0, 0
object_event 6, 96, 0, 25, 0, 11, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 20, 0, 0
object_event 7, 96, 0, 28, 0, 20, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 21, 0, 0
object_event 8, 96, 0, 30, 0, 20, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 22, 0, 0
object_event 9, 96, 0, 9, 0, 13, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 23, 0, 0
object_event 10, 96, 0, 23, 0, 16, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 24, 0, 0
object_event 11, 96, 0, 13, 0, 6, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 25, 0, 0
object_event 12, 96, 0, 4, 0, 12, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 26, 0, 0
object_event 13, 96, 0, 10, 0, 20, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_2F_EventScript_1BE00C, 27, 0, 0
CeruleanCave_2F_MapWarps:
warp_def 33, 4, 3, 1, 328
warp_def 13, 4, 3, 3, 328
warp_def 7, 14, 3, 4, 328
warp_def 26, 9, 3, 5, 328
warp_def 23, 10, 3, 6, 328
warp_def 5, 6, 3, 7, 328
CeruleanCave_2F_MapEvents::
map_events CeruleanCave_2F_EventObjects, CeruleanCave_2F_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeruleanCave_2F:: @ 834FA10
.4byte CeruleanCave_2F_Layout @ 0x8311A6C
.4byte CeruleanCave_2F_MapEvents @ 0x83B1738
.4byte CeruleanCave_2F_MapScripts @ 0x81624BD
.4byte NULL
.2byte BGM_FRLG_ROCKET_HIDEOUT
.2byte 152
.byte 0x8d, 0x00, 0x00, 0x04, 0x01, 0x07, 0x00, 0x00
+232
View File
@@ -0,0 +1,232 @@
{
"id": "MAP_CERULEAN_CAVE_2F",
"name": "CeruleanCave_2F",
"layout": "LAYOUT_CERULEAN_CAVE_2F",
"music": "BGM_FRLG_ROCKET_HIDEOUT",
"region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "92",
"x": 9,
"y": 18,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BEA6E",
"flag": "437"
},
{
"graphics_id": "92",
"x": 29,
"y": 16,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BEA7B",
"flag": "438"
},
{
"graphics_id": "92",
"x": 33,
"y": 12,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BEA61",
"flag": "436"
},
{
"graphics_id": "96",
"x": 33,
"y": 10,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "18"
},
{
"graphics_id": "96",
"x": 33,
"y": 9,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "19"
},
{
"graphics_id": "96",
"x": 25,
"y": 11,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "20"
},
{
"graphics_id": "96",
"x": 28,
"y": 20,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "21"
},
{
"graphics_id": "96",
"x": 30,
"y": 20,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "22"
},
{
"graphics_id": "96",
"x": 9,
"y": 13,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "23"
},
{
"graphics_id": "96",
"x": 23,
"y": 16,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "24"
},
{
"graphics_id": "96",
"x": 13,
"y": 6,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "25"
},
{
"graphics_id": "96",
"x": 4,
"y": 12,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "26"
},
{
"graphics_id": "96",
"x": 10,
"y": 20,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_2F_EventScript_1BE00C",
"flag": "27"
}
],
"warp_events": [
{
"x": 33,
"y": 4,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 1
},
{
"x": 13,
"y": 4,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 3
},
{
"x": 7,
"y": 14,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 4
},
{
"x": 26,
"y": 9,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 5
},
{
"x": 23,
"y": 10,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 6
},
{
"x": 5,
"y": 6,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 7
}
],
"coord_events": [],
"bg_events": []
}
-19
View File
@@ -1,19 +0,0 @@
CeruleanCave_B1F_EventObjects:
object_event 1, 92, 0, 31, 0, 9, 0, 4, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BEA95, 440, 0, 0
object_event 2, 92, 0, 32, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BEA88, 439, 0, 0
object_event 3, 139, 0, 7, 0, 12, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1624F5, 129, 0, 0
object_event 4, 96, 0, 37, 0, 1, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 18, 0, 0
object_event 5, 96, 0, 38, 0, 2, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 19, 0, 0
object_event 6, 96, 0, 35, 0, 1, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 20, 0, 0
object_event 7, 96, 0, 37, 0, 4, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 21, 0, 0
object_event 8, 96, 0, 35, 0, 5, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 22, 0, 0
object_event 9, 96, 0, 2, 0, 2, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 23, 0, 0
object_event 10, 96, 0, 4, 0, 1, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 24, 0, 0
object_event 11, 96, 0, 6, 0, 1, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 25, 0, 0
object_event 12, 96, 0, 3, 0, 4, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCave_B1F_EventScript_1BE00C, 26, 0, 0
CeruleanCave_B1F_MapWarps:
warp_def 5, 7, 3, 2, 328
CeruleanCave_B1F_MapEvents::
map_events CeruleanCave_B1F_EventObjects, CeruleanCave_B1F_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeruleanCave_B1F:: @ 834FA2C
.4byte CeruleanCave_B1F_Layout @ 0x83121C0
.4byte CeruleanCave_B1F_MapEvents @ 0x83B1874
.4byte CeruleanCave_B1F_MapScripts @ 0x81624BE
.4byte NULL
.2byte BGM_FRLG_ROCKET_HIDEOUT
.2byte 153
.byte 0x8d, 0x00, 0x00, 0x04, 0x01, 0x07, 0x00, 0x00
+184
View File
@@ -0,0 +1,184 @@
{
"id": "MAP_CERULEAN_CAVE_B1F",
"name": "CeruleanCave_B1F",
"layout": "LAYOUT_CERULEAN_CAVE_B1F",
"music": "BGM_FRLG_ROCKET_HIDEOUT",
"region_map_section": "MAPSEC_CERULEAN_CAVE",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "92",
"x": 31,
"y": 9,
"elevation": 4,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BEA95",
"flag": "440"
},
{
"graphics_id": "92",
"x": 32,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BEA88",
"flag": "439"
},
{
"graphics_id": "139",
"x": 7,
"y": 12,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1624F5",
"flag": "129"
},
{
"graphics_id": "96",
"x": 37,
"y": 1,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "18"
},
{
"graphics_id": "96",
"x": 38,
"y": 2,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "19"
},
{
"graphics_id": "96",
"x": 35,
"y": 1,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "20"
},
{
"graphics_id": "96",
"x": 37,
"y": 4,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "21"
},
{
"graphics_id": "96",
"x": 35,
"y": 5,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "22"
},
{
"graphics_id": "96",
"x": 2,
"y": 2,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "23"
},
{
"graphics_id": "96",
"x": 4,
"y": 1,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "24"
},
{
"graphics_id": "96",
"x": 6,
"y": 1,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "25"
},
{
"graphics_id": "96",
"x": 3,
"y": 4,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCave_B1F_EventScript_1BE00C",
"flag": "26"
}
],
"warp_events": [
{
"x": 5,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": []
}
-9
View File
@@ -1,9 +0,0 @@
CeruleanCity_MapConnectionsList: @ 83527C0
connection up, 12, MAP_ROUTE24
connection down, 0, MAP_ROUTE5
connection left, 10, MAP_ROUTE4
connection right, 10, MAP_ROUTE9
CeruleanCity_MapConnections:: @ 83527F0
.4byte 4
.4byte CeruleanCity_MapConnectionsList
-49
View File
@@ -1,49 +0,0 @@
CeruleanCity_EventObjects:
object_event 1, 60, 0, 31, 0, 12, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_1666E7, 0, 0, 0
object_event 2, 49, 0, 33, 0, 6, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_166603, 59, 0, 0
object_event 3, 16, 0, 16, 0, 21, 0, 3, 3, 49, 0, 0, 0, 0, 0, CeruleanCity_EventScript_1666FE, 0, 0, 0
object_event 4, 30, 0, 9, 0, 23, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_16671D, 0, 0, 0
object_event 5, 129, 0, 32, 0, 29, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_1667DD, 0, 0, 0
object_event 6, 22, 0, 33, 0, 29, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_16674F, 0, 0, 0
object_event 7, 18, 0, 34, 0, 22, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_166726, 0, 0, 0
object_event 8, 72, 0, 22, 0, 0, 0, 3, 8, 17, 0, 0, 0, 0, 0, 0x0, 60, 0, 0
object_event 9, 95, 0, 26, 0, 32, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_1BDF13, 19, 0, 0
object_event 10, 65375, 0, 50, 0, 18, 0, 10, 0, 0, 0, 27, 0, 3, 0, 0x0, 0, 0, 0
object_event 11, 23, 0, 12, 0, 30, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_166738, 0, 0, 0
object_event 12, 41, 0, 1, 0, 13, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_EventScript_16672F, 92, 0, 0
CeruleanCity_MapWarps:
warp_def 10, 11, 0, 1, 1792
warp_def 30, 11, 0, 1, 1793
warp_def 15, 17, 0, 1, 1794
warp_def 22, 19, 0, 1, 1795
warp_def 31, 21, 0, 1, 1797
warp_def 13, 28, 3, 1, 1798
warp_def 29, 28, 0, 1, 1799
warp_def 1, 12, 0, 0, 328
warp_def 10, 8, 3, 3, 1792
warp_def 31, 8, 3, 3, 1793
warp_def 31, 9, 3, 3, 1793
warp_def 14, 28, 3, 1, 1798
warp_def 23, 28, 0, 0, 1800
warp_def 17, 11, 0, 0, 1801
CeruleanCity_MapCoordEvents:
coord_event 22, 6, 3, 0, 16466, 0, 0, CeruleanCity_EventScript_16649A
coord_event 23, 6, 3, 0, 16466, 0, 0, CeruleanCity_EventScript_1664A6
coord_event 24, 6, 3, 0, 16466, 0, 0, CeruleanCity_EventScript_1664B9
coord_event 33, 5, 3, 0, 16509, 0, 0, CeruleanCity_EventScript_166683
coord_event 33, 7, 3, 0, 16509, 0, 0, CeruleanCity_EventScript_1666A3
CeruleanCity_MapBGEvents:
bg_event 20, 25, 0, 0, 0, CeruleanCity_EventScript_166838
bg_event 27, 21, 0, 0, 0, CeruleanCity_EventScript_166853
bg_event 11, 28, 0, 0, 0, CeruleanCity_EventScript_16684A
bg_event 19, 32, 0, 0, 0, CeruleanCity_EventScript_166841
bg_event 18, 7, 3, 7, 0, 68, 49, 1
bg_event 11, 25, 0, 0, 0, CeruleanCity_EventScript_16AC94
bg_event 11, 27, 0, 0, 0, CeruleanCity_EventScript_16AC94
bg_event 11, 26, 0, 0, 0, CeruleanCity_EventScript_16AC94
CeruleanCity_MapEvents::
map_events CeruleanCity_EventObjects, CeruleanCity_MapWarps, CeruleanCity_MapCoordEvents, CeruleanCity_MapBGEvents
+43
View File
@@ -0,0 +1,43 @@
CeruleanCity_EventObjects:
object_event 1, 60, 0, 31, 0, 12, 0, 3, 8, 17, 0, 0, 0
object_event 2, 49, 0, 33, 0, 6, 0, 3, 1, 17, 0, 0, 0
object_event 3, 16, 0, 16, 0, 21, 0, 3, 3, 49, 0, 0, 0
object_event 4, 30, 0, 9, 0, 23, 0, 3, 2, 17, 0, 0, 0
object_event 5, 129, 0, 32, 0, 29, 0, 3, 8, 17, 0, 0, 0
object_event 6, 22, 0, 33, 0, 29, 0, 3, 9, 17, 0, 0, 0
object_event 7, 18, 0, 34, 0, 22, 0, 3, 8, 17, 0, 0, 0
object_event 8, 72, 0, 22, 0, 0, 0, 3, 8, 17, 0, 0, 0
object_event 9, 95, 0, 26, 0, 32, 0, 3, 8, 17, 0, 0, 0
object_event 10, 65375, 0, 50, 0, 18, 0, 10, 0, 0, 0, 27, 0
object_event 11, 23, 0, 12, 0, 30, 0, 3, 7, 17, 0, 0, 0
object_event 12, 41, 0, 1, 0, 13, 0, 3, 8, 17, 0, 0, 0
CeruleanCity_MapWarps:
warp_def 10, 11, 0, 1, MAP_CERULEAN_CITY_HOUSE1
warp_def 30, 11, 0, 1, MAP_CERULEAN_CITY_HOUSE2
warp_def 15, 17, 0, 1, MAP_CERULEAN_CITY_HOUSE3
warp_def 22, 19, 0, 1, MAP_CERULEAN_CITY_POKEMONCENTER_1F
warp_def 31, 21, 0, 1, MAP_CERULEAN_CITY_GYM
warp_def 13, 28, 3, 1, MAP_CERULEAN_CITY_BIKESHOP
warp_def 29, 28, 0, 1, MAP_CERULEAN_CITY_MART
warp_def 1, 12, 0, 0, MAP_CERULEAN_CAVE_1F
warp_def 10, 8, 3, 3, MAP_CERULEAN_CITY_HOUSE1
warp_def 31, 8, 3, 3, MAP_CERULEAN_CITY_HOUSE2
warp_def 31, 9, 3, 3, MAP_CERULEAN_CITY_HOUSE2
warp_def 14, 28, 3, 1, MAP_CERULEAN_CITY_BIKESHOP
warp_def 23, 28, 0, 0, MAP_CERULEAN_CITY_HOUSE4
warp_def 17, 11, 0, 0, MAP_CERULEAN_CITY_HOUSE5
CeruleanCity_MapCoordEvents:
coord_event 22, 6, 3, VAR_0x4052, , CeruleanCity_EventScript_16649A
coord_event 23, 6, 3, VAR_0x4052, , CeruleanCity_EventScript_1664A6
coord_event 24, 6, 3, VAR_0x4052, , CeruleanCity_EventScript_1664B9
coord_event 33, 5, 3, VAR_0x407D, , CeruleanCity_EventScript_166683
coord_event 33, 7, 3, VAR_0x407D, , CeruleanCity_EventScript_1666A3
CeruleanCity_MapBGEvents:
bg_hidden_item_event 18, 7, 3, ITEM_RARE_CANDY,
CeruleanCity_MapEvents::
map_events CeruleanCity_EventObjects, CeruleanCity_MapWarps, CeruleanCity_MapCoordEvents, CeruleanCity_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity:: @ 835066C
.4byte CeruleanCity_Layout @ 0x82E022C
.4byte CeruleanCity_MapEvents @ 0x83B53E0
.4byte CeruleanCity_MapScripts @ 0x8166471
.4byte CeruleanCity_MapConnections @ 0x83527F0
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 81
.byte 0x5b, 0x00, 0x02, 0x01, 0x01, 0x06, 0x00, 0x00
+401
View File
@@ -0,0 +1,401 @@
{
"id": "MAP_CERULEAN_CITY",
"name": "CeruleanCity",
"layout": "LAYOUT_CERULEAN_CITY",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false,
"weather": "WEATHER_2",
"map_type": "MAP_TYPE_1",
"unknown_18": 1,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": [
{
"map": "MAP_ROUTE24",
"offset": 12,
"direction": "up"
},
{
"map": "MAP_ROUTE5",
"offset": 0,
"direction": "down"
},
{
"map": "MAP_ROUTE4",
"offset": 10,
"direction": "left"
},
{
"map": "MAP_ROUTE9",
"offset": 10,
"direction": "right"
}
],
"object_events": [
{
"graphics_id": "60",
"x": 31,
"y": 12,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_1666E7",
"flag": "0"
},
{
"graphics_id": "49",
"x": 33,
"y": 6,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_166603",
"flag": "59"
},
{
"graphics_id": "16",
"x": 16,
"y": 21,
"elevation": 3,
"movement_type": "3",
"movement_range_x": 1,
"movement_range_y": 3,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_1666FE",
"flag": "0"
},
{
"graphics_id": "30",
"x": 9,
"y": 23,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_16671D",
"flag": "0"
},
{
"graphics_id": "129",
"x": 32,
"y": 29,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_1667DD",
"flag": "0"
},
{
"graphics_id": "22",
"x": 33,
"y": 29,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_16674F",
"flag": "0"
},
{
"graphics_id": "18",
"x": 34,
"y": 22,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_166726",
"flag": "0"
},
{
"graphics_id": "72",
"x": 22,
"y": 0,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
"flag": "60"
},
{
"graphics_id": "95",
"x": 26,
"y": 32,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_1BDF13",
"flag": "19"
},
{
"graphics_id": "65375",
"x": 50,
"y": 18,
"elevation": 10,
"movement_type": "0",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": 27,
"trainer_sight_or_berry_tree_id": 3,
"script": "0x0",
"flag": "0"
},
{
"graphics_id": "23",
"x": 12,
"y": 30,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_166738",
"flag": "0"
},
{
"graphics_id": "41",
"x": 1,
"y": 13,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_EventScript_16672F",
"flag": "92"
}
],
"warp_events": [
{
"x": 10,
"y": 11,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_HOUSE1",
"dest_warp_id": 1
},
{
"x": 30,
"y": 11,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_HOUSE2",
"dest_warp_id": 1
},
{
"x": 15,
"y": 17,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_HOUSE3",
"dest_warp_id": 1
},
{
"x": 22,
"y": 19,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_POKEMON_CENTER_1F",
"dest_warp_id": 1
},
{
"x": 31,
"y": 21,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_GYM",
"dest_warp_id": 1
},
{
"x": 13,
"y": 28,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY_BIKE_SHOP",
"dest_warp_id": 1
},
{
"x": 29,
"y": 28,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_MART",
"dest_warp_id": 1
},
{
"x": 1,
"y": 12,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CAVE_1F",
"dest_warp_id": 0
},
{
"x": 10,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY_HOUSE1",
"dest_warp_id": 3
},
{
"x": 31,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY_HOUSE2",
"dest_warp_id": 3
},
{
"x": 31,
"y": 9,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY_HOUSE2",
"dest_warp_id": 3
},
{
"x": 14,
"y": 28,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY_BIKE_SHOP",
"dest_warp_id": 1
},
{
"x": 23,
"y": 28,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_HOUSE4",
"dest_warp_id": 0
},
{
"x": 17,
"y": 11,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY_HOUSE5",
"dest_warp_id": 0
}
],
"coord_events": [
{
"type": "trigger",
"x": 22,
"y": 6,
"elevation": 3,
"var": "VAR_0x4052",
"var_value": 0,
"script": "CeruleanCity_EventScript_16649A"
},
{
"type": "trigger",
"x": 23,
"y": 6,
"elevation": 3,
"var": "VAR_0x4052",
"var_value": 0,
"script": "CeruleanCity_EventScript_1664A6"
},
{
"type": "trigger",
"x": 24,
"y": 6,
"elevation": 3,
"var": "VAR_0x4052",
"var_value": 0,
"script": "CeruleanCity_EventScript_1664B9"
},
{
"type": "trigger",
"x": 33,
"y": 5,
"elevation": 3,
"var": "VAR_0x407D",
"var_value": 0,
"script": "CeruleanCity_EventScript_166683"
},
{
"type": "trigger",
"x": 33,
"y": 7,
"elevation": 3,
"var": "VAR_0x407D",
"var_value": 0,
"script": "CeruleanCity_EventScript_1666A3"
}
],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 20,
"y": 25,
"elevation": 0,
"script": "CeruleanCity_EventScript_166838"
},
{
"type": "bg_event_type_0",
"x": 27,
"y": 21,
"elevation": 0,
"script": "CeruleanCity_EventScript_166853"
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 28,
"elevation": 0,
"script": "CeruleanCity_EventScript_16684A"
},
{
"type": "bg_event_type_0",
"x": 19,
"y": 32,
"elevation": 0,
"script": "CeruleanCity_EventScript_166841"
},
{
"type": "hidden_item",
"x": 18,
"y": 7,
"elevation": 3,
"item": "ITEM_RARE_CANDY",
"flag": "49",
"unknown": 1
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 25,
"elevation": 0,
"script": "CeruleanCity_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 27,
"elevation": 0,
"script": "CeruleanCity_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 11,
"y": 26,
"elevation": 0,
"script": "CeruleanCity_EventScript_16AC94"
}
]
}
@@ -1,22 +0,0 @@
CeruleanCity_BikeShop_EventObjects:
object_event 1, 25, 0, 9, 0, 3, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16ABBD, 0, 0, 0
object_event 2, 18, 0, 9, 0, 7, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC75, 0, 0, 0
object_event 3, 28, 0, 5, 0, 5, 0, 3, 1, 17, 0, 0, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC6C, 0, 0, 0
CeruleanCity_BikeShop_MapWarps:
warp_def 4, 9, 0, 5, 771
warp_def 5, 8, 3, 5, 771
warp_def 6, 9, 0, 5, 771
CeruleanCity_BikeShop_MapBGEvents:
bg_event 4, 3, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 4, 4, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 4, 5, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 2, 3, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 1, 4, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 2, 5, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 2, 7, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
bg_event 2, 8, 0, 0, 0, CeruleanCity_BikeShop_EventScript_16AC94
CeruleanCity_BikeShop_MapEvents::
map_events CeruleanCity_BikeShop_EventObjects, CeruleanCity_BikeShop_MapWarps, 0x0, CeruleanCity_BikeShop_MapBGEvents
@@ -1,8 +0,0 @@
CeruleanCity_BikeShop:: @ 8350FF0
.4byte CeruleanCity_BikeShop_Layout @ 0x82D6F28
.4byte CeruleanCity_BikeShop_MapEvents @ 0x83BA6FC
.4byte CeruleanCity_BikeShop_MapScripts @ 0x816ABBC
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 26
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+138
View File
@@ -0,0 +1,138 @@
{
"id": "MAP_CERULEAN_CITY_BIKE_SHOP",
"name": "CeruleanCity_BikeShop",
"layout": "LAYOUT_CERULEAN_CITY_BIKE_SHOP",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "25",
"x": 9,
"y": 3,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_BikeShop_EventScript_16ABBD",
"flag": "0"
},
{
"graphics_id": "18",
"x": 9,
"y": 7,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC75",
"flag": "0"
},
{
"graphics_id": "28",
"x": 5,
"y": 5,
"elevation": 3,
"movement_type": "1",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC6C",
"flag": "0"
}
],
"warp_events": [
{
"x": 4,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 5
},
{
"x": 5,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 5
},
{
"x": 6,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 5
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 3,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 4,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 5,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 2,
"y": 3,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 1,
"y": 4,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 2,
"y": 5,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 2,
"y": 7,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
},
{
"type": "bg_event_type_0",
"x": 2,
"y": 8,
"elevation": 0,
"script": "CeruleanCity_BikeShop_EventScript_16AC94"
}
]
}
-17
View File
@@ -1,17 +0,0 @@
CeruleanCity_Gym_EventObjects:
object_event 1, 43, 0, 10, 0, 12, 0, 0, 9, 17, 0, 1, 0, 1, 0, CeruleanCity_Gym_EventScript_16AB5B, 0, 0, 0
object_event 2, 40, 0, 4, 0, 7, 0, 3, 10, 17, 0, 1, 0, 4, 0, CeruleanCity_Gym_EventScript_16AB44, 0, 0, 0
object_event 3, 81, 0, 8, 0, 6, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_Gym_EventScript_16AAA1, 0, 0, 0
object_event 4, 91, 0, 7, 0, 16, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_Gym_EventScript_16AB7F, 0, 0, 0
CeruleanCity_Gym_MapWarps:
warp_def 7, 18, 3, 4, 771
warp_def 8, 18, 3, 4, 771
warp_def 9, 18, 3, 4, 771
CeruleanCity_Gym_MapBGEvents:
bg_event 6, 17, 0, 0, 0, CeruleanCity_Gym_EventScript_16AB9E
bg_event 10, 17, 0, 0, 0, CeruleanCity_Gym_EventScript_16AB9E
CeruleanCity_Gym_MapEvents::
map_events CeruleanCity_Gym_EventObjects, CeruleanCity_Gym_MapWarps, 0x0, CeruleanCity_Gym_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity_Gym:: @ 8350FD4
.4byte CeruleanCity_Gym_Layout @ 0x82D5F84
.4byte CeruleanCity_Gym_MapEvents @ 0x83BA628
.4byte CeruleanCity_Gym_MapScripts @ 0x816AAA0
.4byte NULL
.2byte BGM_FRLG_GYM
.2byte 12
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01
+109
View File
@@ -0,0 +1,109 @@
{
"id": "MAP_CERULEAN_CITY_GYM",
"name": "CeruleanCity_Gym",
"layout": "LAYOUT_CERULEAN_CITY_GYM",
"music": "BGM_FRLG_GYM",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_1",
"connections": null,
"object_events": [
{
"graphics_id": "43",
"x": 10,
"y": 12,
"elevation": 0,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
"script": "CeruleanCity_Gym_EventScript_16AB5B",
"flag": "0"
},
{
"graphics_id": "40",
"x": 4,
"y": 7,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 4,
"script": "CeruleanCity_Gym_EventScript_16AB44",
"flag": "0"
},
{
"graphics_id": "81",
"x": 8,
"y": 6,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_Gym_EventScript_16AAA1",
"flag": "0"
},
{
"graphics_id": "91",
"x": 7,
"y": 16,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_Gym_EventScript_16AB7F",
"flag": "0"
}
],
"warp_events": [
{
"x": 7,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 4
},
{
"x": 8,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 4
},
{
"x": 9,
"y": 18,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 4
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 6,
"y": 17,
"elevation": 0,
"script": "CeruleanCity_Gym_EventScript_16AB9E"
},
{
"type": "bg_event_type_0",
"x": 10,
"y": 17,
"elevation": 0,
"script": "CeruleanCity_Gym_EventScript_16AB9E"
}
]
}
-11
View File
@@ -1,11 +0,0 @@
CeruleanCity_House1_EventObjects:
object_event 1, 61, 0, 6, 0, 5, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeruleanCity_House1_EventScript_16A7F0, 0, 0, 0
CeruleanCity_House1_MapWarps:
warp_def 2, 9, 0, 0, 771
warp_def 3, 8, 3, 0, 771
warp_def 4, 9, 0, 0, 771
warp_def 3, 1, 3, 8, 771
CeruleanCity_House1_MapEvents::
map_events CeruleanCity_House1_EventObjects, CeruleanCity_House1_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity_House1:: @ 8350F48
.4byte CeruleanCity_House1_Layout @ 0x831A560
.4byte CeruleanCity_House1_MapEvents @ 0x83BA350
.4byte CeruleanCity_House1_MapScripts @ 0x816A7EF
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 183
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+62
View File
@@ -0,0 +1,62 @@
{
"id": "MAP_CERULEAN_CITY_HOUSE1",
"name": "CeruleanCity_House1",
"layout": "LAYOUT_CERULEAN_CITY_HOUSE1",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "61",
"x": 6,
"y": 5,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_House1_EventScript_16A7F0",
"flag": "0"
}
],
"warp_events": [
{
"x": 2,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 0
},
{
"x": 3,
"y": 8,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 0
},
{
"x": 4,
"y": 9,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 0
},
{
"x": 3,
"y": 1,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 8
}
],
"coord_events": [],
"bg_events": []
}
-15
View File
@@ -1,15 +0,0 @@
CeruleanCity_House2_EventObjects:
object_event 1, 56, 0, 1, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, CeruleanCity_House2_EventScript_16A976, 0, 0, 0
object_event 2, 22, 0, 7, 0, 6, 0, 3, 2, 17, 0, 0, 0, 0, 0, CeruleanCity_House2_EventScript_16A995, 0, 0, 0
CeruleanCity_House2_MapWarps:
warp_def 2, 7, 0, 1, 771
warp_def 3, 7, 0, 1, 771
warp_def 4, 7, 1, 1, 771
warp_def 4, 1, 0, 9, 771
CeruleanCity_House2_MapBGEvents:
bg_event 4, 1, 0, 0, 0, CeruleanCity_House2_EventScript_16A99E
CeruleanCity_House2_MapEvents::
map_events CeruleanCity_House2_EventObjects, CeruleanCity_House2_MapWarps, 0x0, CeruleanCity_House2_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity_House2:: @ 8350F64
.4byte CeruleanCity_House2_Layout @ 0x831A474
.4byte CeruleanCity_House2_MapEvents @ 0x83BA3C0
.4byte CeruleanCity_House2_MapScripts @ 0x816A975
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 182
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+83
View File
@@ -0,0 +1,83 @@
{
"id": "MAP_CERULEAN_CITY_HOUSE2",
"name": "CeruleanCity_House2",
"layout": "LAYOUT_CERULEAN_CITY_HOUSE2",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "56",
"x": 1,
"y": 2,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_House2_EventScript_16A976",
"flag": "0"
},
{
"graphics_id": "22",
"x": 7,
"y": 6,
"elevation": 3,
"movement_type": "2",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_House2_EventScript_16A995",
"flag": "0"
}
],
"warp_events": [
{
"x": 2,
"y": 7,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 1
},
{
"x": 3,
"y": 7,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 1
},
{
"x": 4,
"y": 7,
"elevation": 1,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 1
},
{
"x": 4,
"y": 1,
"elevation": 0,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 9
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeruleanCity_House2_EventScript_16A99E"
}
]
}
-11
View File
@@ -1,11 +0,0 @@
CeruleanCity_House3_EventObjects:
object_event 1, 32, 0, 2, 0, 2, 0, 3, 7, 17, 0, 0, 0, 0, 0, CeruleanCity_House3_EventScript_16A9B1, 0, 0, 0
object_event 2, 35, 0, 7, 0, 5, 0, 3, 9, 17, 0, 0, 0, 0, 0, CeruleanCity_House3_EventScript_16A9A8, 0, 0, 0
CeruleanCity_House3_MapWarps:
warp_def 3, 7, 0, 2, 771
warp_def 4, 7, 0, 2, 771
warp_def 5, 7, 0, 2, 771
CeruleanCity_House3_MapEvents::
map_events CeruleanCity_House3_EventObjects, CeruleanCity_House3_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity_House3:: @ 8350F80
.4byte House1_Layout @ 0x82D5754
.4byte CeruleanCity_House3_MapEvents @ 0x83BA41C
.4byte CeruleanCity_House3_MapScripts @ 0x816A9A7
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 6
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00

Some files were not shown because too many files have changed in this diff Show More