pokefirered/data/maps/TwoIsland_JoyfulGameCorner/map.json
2024-10-15 02:51:08 -04:00

107 lines
3.0 KiB
JSON

{
"id": "MAP_TWO_ISLAND_JOYFUL_GAME_CORNER",
"name": "TwoIsland_JoyfulGameCorner",
"layout": "LAYOUT_TWO_ISLAND_JOYFUL_GAME_CORNER",
"music": "MUS_GAME_CORNER",
"region_map_section": "MAPSEC_TWO_ISLAND",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
"local_id": "LOCALID_JOYFUL_GAME_CORNER_DADDY",
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_BALDING_MAN",
"x": 5,
"y": 5,
"elevation": 1,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "TwoIsland_JoyfulGameCorner_EventScript_LostellesDaddy",
"flag": "0"
},
{
"local_id": "LOCALID_JOYFUL_GAME_CORNER_BIKER",
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_BIKER",
"x": 5,
"y": 8,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_UP",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "0x0",
"flag": "FLAG_HIDE_TWO_ISLAND_GAME_CORNER_BIKER"
},
{
"local_id": "LOCALID_JOYFUL_GAME_CORNER_LOSTELLE",
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_LITTLE_GIRL",
"x": 6,
"y": 5,
"elevation": 1,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "TwoIsland_JoyfulGameCorner_EventScript_Lostelle",
"flag": "FLAG_HIDE_TWO_ISLAND_GAME_CORNER_LOSTELLE"
},
{
"type": "object",
"graphics_id": "OBJ_EVENT_GFX_MAN",
"x": 4,
"y": 2,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NONE",
"trainer_sight_or_berry_tree_id": "0",
"script": "TwoIsland_JoyfulGameCorner_EventScript_InfoMan",
"flag": "0"
}
],
"warp_events": [
{
"x": 5,
"y": 8,
"elevation": 3,
"dest_map": "MAP_TWO_ISLAND",
"dest_warp_id": "0"
}
],
"coord_events": [],
"bg_events": [
{
"type": "sign",
"x": 1,
"y": 1,
"elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "TwoIsland_JoyfulGameCorner_EventScript_ShowPokemonJumpRecords"
},
{
"type": "sign",
"x": 0,
"y": 1,
"elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "TwoIsland_JoyfulGameCorner_EventScript_ShowDodrioBerryPickingRecords"
}
]
}