import from github
This commit is contained in:
35
data/maps/MirageTower_1F/map.json
Normal file
35
data/maps/MirageTower_1F/map.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "MAP_MIRAGE_TOWER_1F",
|
||||
"name": "MirageTower_1F",
|
||||
"layout": "LAYOUT_MIRAGE_TOWER_1F",
|
||||
"music": "MUS_MT_CHIMNEY",
|
||||
"region_map_section": "MAPSEC_MIRAGE_TOWER",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||
"allow_cycling": true,
|
||||
"allow_escaping": true,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 10,
|
||||
"y": 14,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE111",
|
||||
"dest_warp_id": 3
|
||||
},
|
||||
{
|
||||
"x": 15,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MIRAGE_TOWER_2F",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
10
data/maps/MirageTower_1F/scripts.inc
Normal file
10
data/maps/MirageTower_1F/scripts.inc
Normal file
@ -0,0 +1,10 @@
|
||||
MirageTower_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, MirageTower_1F_OnTransition
|
||||
.byte 0
|
||||
|
||||
MirageTower_1F_OnTransition:
|
||||
setflag FLAG_ENTERED_MIRAGE_TOWER
|
||||
setflag FLAG_FORCE_MIRAGE_TOWER_VISIBLE
|
||||
setflag FLAG_LANDMARK_MIRAGE_TOWER
|
||||
end
|
||||
|
Reference in New Issue
Block a user