sovereignx/data/maps/MagmaHideout_1F/scripts.inc

54 lines
1.9 KiB
PHP
Raw Normal View History

2017-11-10 01:21:31 +00:00
MagmaHideout_1F_MapScripts:: @ 8239880
map_script MAP_SCRIPT_ON_TRANSITION, MagmaHideout_1F_OnTransition
2017-11-10 01:21:31 +00:00
.byte 0
MagmaHideout_1F_OnTransition: @ 8239886
2019-02-22 09:18:43 +00:00
setvar VAR_JAGGED_PASS_ASH_WEATHER, 0
2017-11-10 01:21:31 +00:00
end
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_EventScript_Grunt38:: @ 823988C
trainerbattle_single TRAINER_GRUNT_38, MagmaHideout_1F_Text_Grunt38Intro, MagmaHideout_1F_Text_Grunt38Defeat
msgbox MagmaHideout_1F_Text_Grunt38PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 01:21:31 +00:00
end
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_EventScript_Grunt39:: @ 82398A3
trainerbattle_single TRAINER_GRUNT_39, MagmaHideout_1F_Text_Grunt39Intro, MagmaHideout_1F_Text_Grunt39Defeat
msgbox MagmaHideout_1F_Text_Grunt39PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 01:21:31 +00:00
end
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt38Intro: @ 82398BA
2017-11-10 01:21:31 +00:00
.string "When TEAM MAGMA has roll call, we get\n"
.string "important guarding assignments in\l"
.string "the order that we line up.\p"
2018-12-07 15:41:08 +00:00
.string "That's why I'm stuck off in this corner.\n"
.string "I'm always late to roll call!$"
2017-11-10 01:21:31 +00:00
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt38Defeat: @ 8239964
2018-12-07 15:41:08 +00:00
.string "I'm always late for training sessions,\n"
2017-11-10 01:21:31 +00:00
.string "too!\p"
2018-12-07 15:41:08 +00:00
.string "I hate to say it, but I'm wimpy…$"
2017-11-10 01:21:31 +00:00
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt38PostBattle: @ 82399B1
2018-12-07 15:41:08 +00:00
.string "Okay, I'll try to put a little more\n"
2017-11-10 01:21:31 +00:00
.string "effort into things from now on…$"
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt39Intro: @ 82399F5
2017-11-10 01:21:31 +00:00
.string "Our leader told us to dig into\n"
.string "MT. CHIMNEY, so we dug and dug.\p"
.string "And in the course of digging, we came\n"
.string "across something that blew our minds!\p"
.string "What did we find?\p"
.string "Fuhahaha!\n"
2018-12-07 15:41:08 +00:00
.string "I'll tell you if you beat me!$"
2017-11-10 01:21:31 +00:00
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt39Defeat: @ 8239ABA
2017-11-10 01:21:31 +00:00
.string "Arrgh!\n"
.string "Taken down!$"
2019-11-01 07:41:55 +00:00
MagmaHideout_1F_Text_Grunt39PostBattle: @ 8239ACD
2018-12-07 15:41:08 +00:00
.string "I won't tell you after all.\n"
.string "You'll find out when you get there!\p"
.string "It'd be better if you saved surprises\n"
.string "to the end, don't you think?$"
2017-11-10 01:21:31 +00:00