import from github
This commit is contained in:
83
data/maps/MtPyre_5F/map.json
Normal file
83
data/maps/MtPyre_5F/map.json
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"id": "MAP_MT_PYRE_5F",
|
||||
"name": "MtPyre_5F",
|
||||
"layout": "LAYOUT_MT_PYRE_5F",
|
||||
"music": "MUS_MT_PYRE",
|
||||
"region_map_section": "MAPSEC_MT_PYRE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_INDOOR",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": false,
|
||||
"allow_running": false,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_BLACK_BELT",
|
||||
"x": 3,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN_AND_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "2",
|
||||
"script": "MtPyre_5F_EventScript_Atsushi",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
||||
"x": 6,
|
||||
"y": 11,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "MtPyre_5F_EventScript_ItemLaxIncense",
|
||||
"flag": "FLAG_ITEM_MT_PYRE_5F_LAX_INCENSE"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_6F",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_4F",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_6F",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_4F",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_PYRE_4F",
|
||||
"dest_warp_id": 3
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
25
data/maps/MtPyre_5F/scripts.inc
Normal file
25
data/maps/MtPyre_5F/scripts.inc
Normal file
@ -0,0 +1,25 @@
|
||||
MtPyre_5F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
@ Seems like the scripts for the 4F and 5F were swapped
|
||||
|
||||
MtPyre_4F_EventScript_Tasha::
|
||||
trainerbattle_single TRAINER_TASHA, MtPyre_4F_Text_TashaIntro, MtPyre_4F_Text_TashaDefeat
|
||||
msgbox MtPyre_4F_Text_TashaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MtPyre_4F_Text_TashaIntro:
|
||||
.string "I love all things horrifying…\n"
|
||||
.string "It's like a disease…\p"
|
||||
.string "When I'm here…\n"
|
||||
.string "I shiver with fear…$"
|
||||
|
||||
MtPyre_4F_Text_TashaDefeat:
|
||||
.string "Losing, I dislike…$"
|
||||
|
||||
MtPyre_4F_Text_TashaPostBattle:
|
||||
.string "I want to see dreadful things…\n"
|
||||
.string "I can't leave…\p"
|
||||
.string "Stay…\n"
|
||||
.string "Won't you stay with me?$"
|
||||
|
Reference in New Issue
Block a user