convert map data to json
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
FiveIsland_House1_EventObjects:
|
||||
object_event 1, 31, 0, 10, 0, 2, 0, 3, 7, 17, 0, 0, 0, 0, 0, FiveIsland_House1_EventScript_171D57, 0, 0, 0
|
||||
|
||||
FiveIsland_House1_MapWarps:
|
||||
warp_def 4, 7, 3, 2, 784
|
||||
|
||||
FiveIsland_House1_MapEvents::
|
||||
map_events FiveIsland_House1_EventObjects, FiveIsland_House1_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
FiveIsland_House1:: @ 8351E98
|
||||
.4byte House3_Layout @ 0x82D5CB8
|
||||
.4byte FiveIsland_House1_MapEvents @ 0x83BEFE8
|
||||
.4byte FiveIsland_House1_MapScripts @ 0x8171D56
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_ISLAND_FOUR
|
||||
.2byte 11
|
||||
.byte 0x93, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "MAP_FIVE_ISLAND_HOUSE1",
|
||||
"name": "FiveIsland_House1",
|
||||
"layout": "LAYOUT_HOUSE3",
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FIVE_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": "31",
|
||||
"x": 10,
|
||||
"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": "FiveIsland_House1_EventScript_171D57",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 4,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FIVE_ISLAND",
|
||||
"dest_warp_id": 2
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user