import from github
This commit is contained in:
55
data/maps/MagmaHideout_3F_2R/map.json
Normal file
55
data/maps/MagmaHideout_3F_2R/map.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"id": "MAP_MAGMA_HIDEOUT_3F_2R",
|
||||
"name": "MagmaHideout_3F_2R",
|
||||
"layout": "LAYOUT_MAGMA_HIDEOUT_3F_2R",
|
||||
"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": 16,
|
||||
"y": 3,
|
||||
"elevation": 0,
|
||||
"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": "3",
|
||||
"script": "MagmaHideout_3F_2R_EventScript_Grunt10",
|
||||
"flag": "FLAG_HIDE_MAGMA_HIDEOUT_GRUNTS"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
|
||||
"x": 5,
|
||||
"y": 9,
|
||||
"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_2R_EventScript_ItemPPMax",
|
||||
"flag": "FLAG_ITEM_MAGMA_HIDEOUT_3F_2R_PP_MAX"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 12,
|
||||
"y": 15,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MAGMA_HIDEOUT_3F_1R",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
26
data/maps/MagmaHideout_3F_2R/scripts.inc
Normal file
26
data/maps/MagmaHideout_3F_2R/scripts.inc
Normal file
@ -0,0 +1,26 @@
|
||||
MagmaHideout_3F_2R_MapScripts::
|
||||
.byte 0
|
||||
|
||||
MagmaHideout_3F_2R_EventScript_Grunt10::
|
||||
trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_10, MagmaHideout_3F_2R_Text_Grunt10Intro, MagmaHideout_3F_2R_Text_Grunt10Defeat
|
||||
msgbox MagmaHideout_3F_2R_Text_Grunt10PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
MagmaHideout_3F_2R_Text_Grunt10Intro:
|
||||
.string "I understand everything our leader\n"
|
||||
.string "says. But you know what?\p"
|
||||
.string "Doing stuff like digging up a super-\n"
|
||||
.string "ancient POKéMON and ripping off\l"
|
||||
.string "someone's METEORITE…\p"
|
||||
.string "I think we're going a little too far.\n"
|
||||
.string "What do you think?$"
|
||||
|
||||
MagmaHideout_3F_2R_Text_Grunt10Defeat:
|
||||
.string "Yeah, I think we are doing something\n"
|
||||
.string "wrong somehow.$"
|
||||
|
||||
MagmaHideout_3F_2R_Text_Grunt10PostBattle:
|
||||
.string "You know, losing to you cleared my mind.\p"
|
||||
.string "The next time I see our leader,\n"
|
||||
.string "I'm going to ask him about what we do.$"
|
||||
|
Reference in New Issue
Block a user