pokeemerald/data/maps/MagmaHideout_3F_1R/scripts.inc

44 lines
1.6 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MagmaHideout_3F_1R_MapScripts:: @ 823A1B2
.byte 0
MagmaHideout_3F_1R_EventScript_Grunt9:: @ 823A1B3
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
2017-11-10 02:21:31 +01:00
end
MagmaHideout_3F_1R_EventScript_Grunt16:: @ 823A1CA
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
2017-11-10 02:21:31 +01:00
end
MagmaHideout_3F_1R_Text_Grunt9Intro: @ 823A1E1
2017-11-10 02:21:31 +01:00
.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: @ 823A229
2018-12-07 16:41:08 +01:00
.string "I'm getting heat exhaustion…$"
2017-11-10 02:21:31 +01:00
MagmaHideout_3F_1R_Text_Grunt9PostBattle: @ 823A246
2018-12-07 16:41:08 +01:00
.string "Do you think it's odd that we're wearing\n"
2017-11-10 02:21:31 +01:00
.string "hoods in this magma-filled volcano?$"
MagmaHideout_3F_1R_Text_Grunt16Intro: @ 823A293
2017-11-10 02:21:31 +01:00
.string "We joined so we can help our leader\n"
.string "achieve his fantastic vision.\p"
2018-12-07 16:41:08 +01:00
.string "I don't care if you're with TEAM AQUA\n"
.string "or if you're just some kid passing by.\p"
2017-11-10 02:21:31 +01:00
.string "No one interferes with us and gets\n"
.string "away with it!$"
MagmaHideout_3F_1R_Text_Grunt16Defeat: @ 823A353
2017-11-10 02:21:31 +01:00
.string "Oh, no!\n"
2018-12-07 16:41:08 +01:00
.string "You're not to be trusted at all!$"
2017-11-10 02:21:31 +01:00
MagmaHideout_3F_1R_Text_Grunt16PostBattle: @ 823A37C
2017-11-10 02:21:31 +01:00
.string "Listen to me.\n"
.string "TEAM MAGMA is right!\p"
2018-12-07 16:41:08 +01:00
.string "Don't listen to TEAM AQUA.\n"
.string "Don't believe their lies!$"
2017-11-10 02:21:31 +01:00