import from github
This commit is contained in:
82
data/maps/MagmaHideout_3F_1R/map.json
Normal file
82
data/maps/MagmaHideout_3F_1R/map.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"id": "MAP_MAGMA_HIDEOUT_3F_1R",
|
||||
"name": "MagmaHideout_3F_1R",
|
||||
"layout": "LAYOUT_MAGMA_HIDEOUT_3F_1R",
|
||||
"music": "MUS_AQUA_MAGMA_HIDEOUT",
|
||||
"region_map_section": "MAPSEC_MAGMA_HIDEOUT",
|
||||
"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": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_MAGMA_MEMBER_M",
|
||||
"x": 2,
|
||||
"y": 7,
|
||||
"elevation": 4,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "5",
|
||||
"script": "MagmaHideout_3F_1R_EventScript_Grunt9",
|
||||
"flag": "FLAG_HIDE_MAGMA_HIDEOUT_GRUNTS"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_MAGMA_MEMBER_F",
|
||||
"x": 21,
|
||||
"y": 21,
|
||||
"elevation": 0,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "TRAINER_TYPE_NORMAL",
|
||||
"trainer_sight_or_berry_tree_id": "4",
|
||||
"script": "MagmaHideout_3F_1R_EventScript_Grunt16",
|
||||
"flag": "FLAG_HIDE_MAGMA_HIDEOUT_GRUNTS"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
||||
"x": 9,
|
||||
"y": 16,
|
||||
"elevation": 0,
|
||||
"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": "MagmaHideout_3F_1R_EventScript_ItemNugget",
|
||||
"flag": "FLAG_ITEM_MAGMA_HIDEOUT_3F_1R_NUGGET"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 7,
|
||||
"y": 21,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MAGMA_HIDEOUT_4F",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 21,
|
||||
"y": 9,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MAGMA_HIDEOUT_3F_2R",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 23,
|
||||
"y": 3,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MAGMA_HIDEOUT_2F_1R",
|
||||
"dest_warp_id": 2
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
43
data/maps/MagmaHideout_3F_1R/scripts.inc
Normal file
43
data/maps/MagmaHideout_3F_1R/scripts.inc
Normal file
@ -0,0 +1,43 @@
|
||||
MagmaHideout_3F_1R_MapScripts::
|
||||
.byte 0
|
||||
|
||||
MagmaHideout_3F_1R_EventScript_Grunt9::
|
||||
trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_9, MagmaHideout_3F_1R_Text_Grunt9Intro, MagmaHideout_3F_1R_Text_Grunt9Defeat
|
||||
msgbox MagmaHideout_3F_1R_Text_Grunt9PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MagmaHideout_3F_1R_EventScript_Grunt16::
|
||||
trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_16, MagmaHideout_3F_1R_Text_Grunt16Intro, MagmaHideout_3F_1R_Text_Grunt16Defeat
|
||||
msgbox MagmaHideout_3F_1R_Text_Grunt16PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt9Intro:
|
||||
.string "What did I do to deserve this guard\n"
|
||||
.string "posting?\p"
|
||||
.string "My left ear is burning up!$"
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt9Defeat:
|
||||
.string "I'm getting heat exhaustion…$"
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt9PostBattle:
|
||||
.string "Do you think it's odd that we're wearing\n"
|
||||
.string "hoods in this magma-filled volcano?$"
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt16Intro:
|
||||
.string "We joined so we can help our leader\n"
|
||||
.string "achieve his fantastic vision.\p"
|
||||
.string "I don't care if you're with TEAM AQUA\n"
|
||||
.string "or if you're just some kid passing by.\p"
|
||||
.string "No one interferes with us and gets\n"
|
||||
.string "away with it!$"
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt16Defeat:
|
||||
.string "Oh, no!\n"
|
||||
.string "You're not to be trusted at all!$"
|
||||
|
||||
MagmaHideout_3F_1R_Text_Grunt16PostBattle:
|
||||
.string "Listen to me.\n"
|
||||
.string "TEAM MAGMA is right!\p"
|
||||
.string "Don't listen to TEAM AQUA.\n"
|
||||
.string "Don't believe their lies!$"
|
||||
|
Reference in New Issue
Block a user