convert map data to json
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
PokemonLeague_AgathasRoom_EventObjects:
|
||||
object_event 1, 75, 0, 6, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, PokemonLeague_AgathasRoom_EventScript_162877, 0, 0, 0
|
||||
|
||||
PokemonLeague_AgathasRoom_MapWarps:
|
||||
warp_def 6, 12, 0, 1, 332
|
||||
warp_def 6, 2, 0, 0, 334
|
||||
|
||||
PokemonLeague_AgathasRoom_MapEvents::
|
||||
map_events PokemonLeague_AgathasRoom_EventObjects, PokemonLeague_AgathasRoom_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
PokemonLeague_AgathasRoom:: @ 834FA80
|
||||
.4byte PokemonLeague_AgathasRoom_Layout @ 0x831F468
|
||||
.4byte PokemonLeague_AgathasRoom_MapEvents @ 0x83B1928
|
||||
.4byte PokemonLeague_AgathasRoom_MapScripts @ 0x8162810
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_POKEMON_TOWER
|
||||
.2byte 215
|
||||
.byte 0x89, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "MAP_POKEMON_LEAGUE_AGATHAS_ROOM",
|
||||
"name": "PokemonLeague_AgathasRoom",
|
||||
"layout": "LAYOUT_POKEMON_LEAGUE_AGATHAS_ROOM",
|
||||
"music": "BGM_FRLG_POKEMON_TOWER",
|
||||
"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_6",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "75",
|
||||
"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_AgathasRoom_EventScript_162877",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 6,
|
||||
"y": 12,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_BRUNOS_ROOM",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 2,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_LANCES_ROOM",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user