convert map data to json
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
PokemonLeague_HallOfFame_EventObjects:
|
||||
object_event 1, 71, 0, 6, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, 0x0, 0, 0, 0
|
||||
|
||||
PokemonLeague_HallOfFame_MapWarps:
|
||||
warp_def 5, 12, 3, 1, 335
|
||||
|
||||
PokemonLeague_HallOfFame_MapEvents::
|
||||
map_events PokemonLeague_HallOfFame_EventObjects, PokemonLeague_HallOfFame_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
PokemonLeague_HallOfFame:: @ 834FAD4
|
||||
.4byte PokemonLeague_HallOfFame_Layout @ 0x831FD3C
|
||||
.4byte PokemonLeague_HallOfFame_MapEvents @ 0x83B19EC
|
||||
.4byte PokemonLeague_HallOfFame_MapScripts @ 0x8162D4C
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_HALL_OF_FAME_PALLET_TOWN
|
||||
.2byte 218
|
||||
.byte 0x89, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "MAP_POKEMON_LEAGUE_HALL_OF_FAME",
|
||||
"name": "PokemonLeague_HallOfFame",
|
||||
"layout": "LAYOUT_POKEMON_LEAGUE_HALL_OF_FAME",
|
||||
"music": "BGM_FRLG_HALL_OF_FAME_PALLET_TOWN",
|
||||
"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_0",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "71",
|
||||
"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": "0x0",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_CHAMPIONS_ROOM",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user