2022-05-19 19:14:13 +02:00
|
|
|
GraniteCave_1F_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
GraniteCave_1F_EventScript_Hiker::
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
goto_if_set FLAG_RECEIVED_HM05, GraniteCave_1F_EventScript_ReceivedFlash
|
|
|
|
msgbox GraniteCave_1F_Text_GetsDarkAheadHereYouGo, MSGBOX_DEFAULT
|
|
|
|
giveitem ITEM_HM05
|
|
|
|
setflag FLAG_RECEIVED_HM05
|
|
|
|
msgbox GraniteCave_1F_Text_ExplainFlash, MSGBOX_DEFAULT
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
GraniteCave_1F_EventScript_ReceivedFlash::
|
|
|
|
msgbox GraniteCave_1F_Text_ExplainFlash, MSGBOX_DEFAULT
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
GraniteCave_1F_Text_GetsDarkAheadHereYouGo:
|
|
|
|
.string "Hey, you.\n"
|
|
|
|
.string "It gets awfully dark ahead.\l"
|
|
|
|
.string "It'll be tough trying to explore.\p"
|
|
|
|
.string "That guy who came by earlier…\n"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Steven, I think it was.\p"
|
|
|
|
.string "He knew how to use Flash, so he ought\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "to be all right, but…\p"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Well, for us Hikers, helping out those\n"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "that we meet is our motto.\p"
|
|
|
|
.string "Here you go, I'll pass this on to you.$"
|
|
|
|
|
|
|
|
GraniteCave_1F_Text_ExplainFlash:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Teach that hidden move Flash to\n"
|
|
|
|
.string "a Pokémon and use it.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "It lights up even the inky darkness\n"
|
|
|
|
.string "of caves.\p"
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "But, to use it, you need the Gym Badge\n"
|
|
|
|
.string "from Dewford's Pokémon Gym.$"
|
2022-05-19 19:14:13 +02:00
|
|
|
|