import from github
This commit is contained in:
49
data/maps/EverGrandeCity_Hall2/map.json
Normal file
49
data/maps/EverGrandeCity_Hall2/map.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "MAP_EVER_GRANDE_CITY_HALL2",
|
||||
"name": "EverGrandeCity_Hall2",
|
||||
"layout": "LAYOUT_EVER_GRANDE_CITY_SHORT_HALL",
|
||||
"music": "MUS_VICTORY_ROAD",
|
||||
"region_map_section": "MAPSEC_EVER_GRANDE_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_INDOOR",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": false,
|
||||
"allow_running": false,
|
||||
"show_map_name": false,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_EVER_GRANDE_CITY_PHOEBES_ROOM",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 2,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_EVER_GRANDE_CITY_GLACIAS_ROOM",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_EVER_GRANDE_CITY_PHOEBES_ROOM",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_EVER_GRANDE_CITY_PHOEBES_ROOM",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
12
data/maps/EverGrandeCity_Hall2/scripts.inc
Normal file
12
data/maps/EverGrandeCity_Hall2/scripts.inc
Normal file
@ -0,0 +1,12 @@
|
||||
EverGrandeCity_Hall2_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, EverGrandeCity_Hall2_OnWarp
|
||||
.byte 0
|
||||
|
||||
EverGrandeCity_Hall2_OnWarp:
|
||||
map_script_2 VAR_TEMP_1, 0, EverGrandeCity_Hall2_EventScript_TurnPlayerNorth
|
||||
.2byte 0
|
||||
|
||||
EverGrandeCity_Hall2_EventScript_TurnPlayerNorth::
|
||||
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
|
||||
end
|
||||
|
Reference in New Issue
Block a user