convert map data to json
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
CinnabarIsland_Mart_EventObjects:
|
||||
object_event 1, 68, 0, 2, 0, 3, 0, 0, 10, 17, 0, 0, 0, 0, 0, CinnabarIsland_Mart_EventScript_16EA22, 0, 0, 0
|
||||
object_event 2, 28, 0, 6, 0, 2, 0, 3, 7, 17, 0, 0, 0, 0, 0, CinnabarIsland_Mart_EventScript_16EA10, 0, 0, 0
|
||||
object_event 3, 55, 0, 8, 0, 2, 0, 3, 7, 17, 0, 0, 0, 0, 0, CinnabarIsland_Mart_EventScript_16EA19, 0, 0, 0
|
||||
|
||||
CinnabarIsland_Mart_MapWarps:
|
||||
warp_def 3, 7, 3, 4, 776
|
||||
warp_def 4, 7, 3, 4, 776
|
||||
warp_def 5, 7, 3, 4, 776
|
||||
|
||||
CinnabarIsland_Mart_MapEvents::
|
||||
map_events CinnabarIsland_Mart_EventObjects, CinnabarIsland_Mart_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
CinnabarIsland_Mart:: @ 83515F4
|
||||
.4byte Mart_Layout @ 0x82D5BCC
|
||||
.4byte CinnabarIsland_Mart_MapEvents @ 0x83BC9A8
|
||||
.4byte CinnabarIsland_Mart_MapScripts @ 0x816EA0F
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_POKEMON_CENTER
|
||||
.2byte 10
|
||||
.byte 0x60, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"id": "MAP_CINNABAR_ISLAND_MART",
|
||||
"name": "CinnabarIsland_Mart",
|
||||
"layout": "LAYOUT_MART",
|
||||
"music": "BGM_FRLG_POKEMON_CENTER",
|
||||
"region_map_section": "MAPSEC_CINNABAR_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": "68",
|
||||
"x": 2,
|
||||
"y": 3,
|
||||
"elevation": 0,
|
||||
"movement_type": "10",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CinnabarIsland_Mart_EventScript_16EA22",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "28",
|
||||
"x": 6,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"movement_type": "7",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CinnabarIsland_Mart_EventScript_16EA10",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "55",
|
||||
"x": 8,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"movement_type": "7",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CinnabarIsland_Mart_EventScript_16EA19",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CINNABAR_ISLAND",
|
||||
"dest_warp_id": 4
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CINNABAR_ISLAND",
|
||||
"dest_warp_id": 4
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CINNABAR_ISLAND",
|
||||
"dest_warp_id": 4
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user