pokeemerald/data/maps/MagmaHideout_3F_2R/scripts.inc

27 lines
937 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MagmaHideout_3F_2R_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
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
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MagmaHideout_3F_2R_Text_Grunt10Intro:
2017-11-10 02:21:31 +01:00
.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"
2018-12-07 16:41:08 +01:00
.string "someone's METEORITE…\p"
.string "I think we're going a little too far.\n"
2017-11-10 02:21:31 +01:00
.string "What do you think?$"
2021-07-20 21:18:31 +02:00
MagmaHideout_3F_2R_Text_Grunt10Defeat:
2017-11-10 02:21:31 +01:00
.string "Yeah, I think we are doing something\n"
.string "wrong somehow.$"
2021-07-20 21:18:31 +02:00
MagmaHideout_3F_2R_Text_Grunt10PostBattle:
2017-11-10 02:21:31 +01:00
.string "You know, losing to you cleared my mind.\p"
.string "The next time I see our leader,\n"
2018-12-07 16:41:08 +01:00
.string "I'm going to ask him about what we do.$"
2017-11-10 02:21:31 +01:00