convert map data to json
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
PokemonLeague_BrunosRoom_EventObjects:
|
||||
object_event 1, 79, 0, 6, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, PokemonLeague_BrunosRoom_EventScript_1626EC, 0, 0, 0
|
||||
|
||||
PokemonLeague_BrunosRoom_MapWarps:
|
||||
warp_def 6, 12, 0, 1, 331
|
||||
warp_def 6, 2, 0, 0, 333
|
||||
|
||||
PokemonLeague_BrunosRoom_MapEvents::
|
||||
map_events PokemonLeague_BrunosRoom_EventObjects, PokemonLeague_BrunosRoom_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
PokemonLeague_BrunosRoom:: @ 834FA64
|
||||
.4byte PokemonLeague_BrunosRoom_Layout @ 0x831F2F0
|
||||
.4byte PokemonLeague_BrunosRoom_MapEvents @ 0x83B18EC
|
||||
.4byte PokemonLeague_BrunosRoom_MapScripts @ 0x8162685
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_ROCKET_HIDEOUT
|
||||
.2byte 214
|
||||
.byte 0x89, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x05
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "MAP_POKEMON_LEAGUE_BRUNOS_ROOM",
|
||||
"name": "PokemonLeague_BrunosRoom",
|
||||
"layout": "LAYOUT_POKEMON_LEAGUE_BRUNOS_ROOM",
|
||||
"music": "BGM_FRLG_ROCKET_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_POKEMON_LEAGUE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_5",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "79",
|
||||
"x": 6,
|
||||
"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": "PokemonLeague_BrunosRoom_EventScript_1626EC",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 6,
|
||||
"y": 12,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_LORELEIS_ROOM",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 2,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_AGATHAS_ROOM",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user