pokeemerald/data/maps/SeafloorCavern_Room4/scripts.inc

37 lines
1.2 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_EventScript_Grunt3::
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_3, SeafloorCavern_Room4_Text_Grunt3Intro, SeafloorCavern_Room4_Text_Grunt3Defeat
msgbox SeafloorCavern_Room4_Text_Grunt3PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_EventScript_Grunt4::
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_4, SeafloorCavern_Room4_Text_Grunt4Intro, SeafloorCavern_Room4_Text_Grunt4Defeat
msgbox SeafloorCavern_Room4_Text_Grunt4PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt3Intro:
2017-11-10 02:21:31 +01:00
.string "Who are you?\n"
.string "Where did you come in from?$"
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt3Defeat:
2017-11-10 02:21:31 +01:00
.string "Lost it…$"
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt3PostBattle:
2018-12-07 16:41:08 +01:00
.string "I can't find the way out!\p"
.string "I'm not afraid. Don't get me wrong!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt4Intro:
2017-11-10 02:21:31 +01:00
.string "Who are you?\n"
2018-12-07 16:41:08 +01:00
.string "Where do you think you're going?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt4Defeat:
2017-11-10 02:21:31 +01:00
.string "I failed to win!$"
2021-07-20 21:18:31 +02:00
SeafloorCavern_Room4_Text_Grunt4PostBattle:
2017-11-10 02:21:31 +01:00
.string "My partner forgot the map in that\n"
.string "submarine!\p"
2018-12-07 16:41:08 +01:00
.string "How's that for being useless?$"
2017-11-10 02:21:31 +01:00