mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
120 lines
4.0 KiB
PHP
120 lines
4.0 KiB
PHP
AquaHideout_1F_MapScripts:: @ 8233493
|
|
.byte 0
|
|
|
|
@ The below two entrance guards give hints about what to do to progress the story
|
|
AquaHideout_1F_EventScript_HideoutEntranceGrunt1:: @ 8233494
|
|
lock
|
|
faceplayer
|
|
goto_if_set FLAG_GROUDON_AWAKENED_MAGMA_HIDEOUT, AquaHideout_1F_EventScript_SlateportHint1
|
|
goto_if_set FLAG_RECEIVED_RED_OR_BLUE_ORB, AquaHideout_1F_EventScript_MagmaHideoutHint1
|
|
msgbox AquaHideout_1F_Text_OurBossIsSnatchingSomething, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_MagmaHideoutHint1:: @ 82334B2
|
|
msgbox AquaHideout_1F_Text_WhereMightMagmaHideoutBe, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_SlateportHint1:: @ 82334BC
|
|
msgbox AquaHideout_1F_Text_BossWentToJackASubmarine, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_HideoutEntranceGrunt2:: @ 82334C6
|
|
lock
|
|
faceplayer
|
|
goto_if_set FLAG_GROUDON_AWAKENED_MAGMA_HIDEOUT, AquaHideout_1F_EventScript_SlateportHint2
|
|
goto_if_set FLAG_RECEIVED_RED_OR_BLUE_ORB, AquaHideout_1F_EventScript_MagmaHideoutHint2
|
|
msgbox AquaHideout_1F_Text_BossIsOnRoute122, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_MagmaHideoutHint2:: @ 82334E4
|
|
msgbox AquaHideout_1F_Text_TeamMagmaAtMtChimney, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_SlateportHint2:: @ 82334EE
|
|
msgbox AquaHideout_1F_Text_BossIsInSlateportCity, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_Grunt1:: @ 82334F8
|
|
trainerbattle_single TRAINER_GRUNT_AQUA_HIDEOUT_1, AquaHideout_1F_Text_Grunt1Intro, AquaHideout_1F_Text_Grunt1Defeat, AquaHideout_1F_EventScript_Grunt1Defeated
|
|
msgbox AquaHideout_1F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
AquaHideout_1F_EventScript_Grunt1Defeated:: @ 8233513
|
|
msgbox AquaHideout_1F_Text_Grunt1PostBattle, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
AquaHideout_1F_Text_OurBossIsSnatchingSomething: @ 823351D
|
|
.string "What? What? What do you want with \n"
|
|
.string "TEAM AQUA?\p"
|
|
.string "Our BOSS isn't here! He's gone off to\n"
|
|
.string "snatch something important!\p"
|
|
.string "… …\n"
|
|
.string "Where did he go?\p"
|
|
.string "Wahaha! Do you really think I'd tell\n"
|
|
.string "you something that crucial?$"
|
|
|
|
AquaHideout_1F_Text_WhereMightMagmaHideoutBe: @ 82335E3
|
|
.string "What? What?\n"
|
|
.string "Are you a TEAM MAGMA grunt?\p"
|
|
.string "I hear that TEAM MAGMA is trying to\n"
|
|
.string "awaken an awesome POKéMON at their\l"
|
|
.string "HIDEOUT.\p"
|
|
.string "But where might their HIDEOUT be?$"
|
|
|
|
AquaHideout_1F_Text_BossWentToJackASubmarine: @ 823367D
|
|
.string "What? What? What do you want with \n"
|
|
.string "TEAM AQUA?\p"
|
|
.string "Our BOSS isn't here!\n"
|
|
.string "He's gone off to jack a submarine!\p"
|
|
.string "… …\n"
|
|
.string "Where did he go?\p"
|
|
.string "Wahaha! Do you really think I'd tell\n"
|
|
.string "you something that crucial?$"
|
|
|
|
AquaHideout_1F_Text_BossIsOnRoute122: @ 8233739
|
|
.string "What? What? What do you want with \n"
|
|
.string "TEAM AQUA?\p"
|
|
.string "Our BOSS isn't here! He's on his way to\n"
|
|
.string "MT. PYRE on ROUTE 122!\p"
|
|
.string "… …\n"
|
|
.string "Why did he go?\p"
|
|
.string "Wahaha! Do you really think I'd tell\n"
|
|
.string "you something that crucial?$"
|
|
|
|
AquaHideout_1F_Text_TeamMagmaAtMtChimney: @ 82337FA
|
|
.string "What? What?\n"
|
|
.string "Are you a TEAM MAGMA grunt?\p"
|
|
.string "I hear that TEAM MAGMA is after\n"
|
|
.string "an awesome POKéMON at MT. CHIMNEY.\p"
|
|
.string "But what is that POKéMON like?$"
|
|
|
|
AquaHideout_1F_Text_BossIsInSlateportCity: @ 8233884
|
|
.string "What? What? What do you want with\n"
|
|
.string "TEAM AQUA?\p"
|
|
.string "Our BOSS isn't here!\n"
|
|
.string "He's on his way to SLATEPORT CITY!\p"
|
|
.string "… …\n"
|
|
.string "Why did he go?\p"
|
|
.string "Wahaha! Do you really think I'd tell\n"
|
|
.string "you something that crucial?$"
|
|
|
|
AquaHideout_1F_Text_Grunt1Intro: @ 823393D
|
|
.string "Ayiyiyi!\n"
|
|
.string "Suspicious character spotted!$"
|
|
|
|
AquaHideout_1F_Text_Grunt1Defeat: @ 8233964
|
|
.string "Grrrrr…\n"
|
|
.string "I lost it!$"
|
|
|
|
AquaHideout_1F_Text_Grunt1PostBattle: @ 8233977
|
|
.string "I took the loss for the TEAM,\n"
|
|
.string "but I did my job…$"
|
|
|