2017-11-10 02:21:31 +01:00
|
|
|
GraniteCave_1F_MapScripts:: @ 822DA5D
|
|
|
|
.byte 0
|
|
|
|
|
2019-11-07 02:38:53 +01:00
|
|
|
GraniteCave_1F_EventScript_Hiker:: @ 822DA5E
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-07 02:38:53 +01:00
|
|
|
goto_if_set FLAG_RECEIVED_HM05, GraniteCave_1F_EventScript_ReceivedFlash
|
|
|
|
msgbox GraniteCave_1F_Text_GetsDarkAheadHereYouGo, MSGBOX_DEFAULT
|
2020-01-11 18:02:58 +01:00
|
|
|
giveitem ITEM_HM05
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_HM05
|
2019-11-07 02:38:53 +01:00
|
|
|
msgbox GraniteCave_1F_Text_ExplainFlash, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-07 02:38:53 +01:00
|
|
|
GraniteCave_1F_EventScript_ReceivedFlash:: @ 822DA8A
|
|
|
|
msgbox GraniteCave_1F_Text_ExplainFlash, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-07 02:38:53 +01:00
|
|
|
GraniteCave_1F_Text_GetsDarkAheadHereYouGo: @ 822DA94
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Hey, you.\n"
|
|
|
|
.string "It gets awfully dark ahead.\l"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It'll be tough trying to explore.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "That guy who came by earlier…\n"
|
|
|
|
.string "STEVEN, I think it was.\p"
|
|
|
|
.string "He knew how to use FLASH, so he ought\n"
|
|
|
|
.string "to be all right, but…\p"
|
|
|
|
.string "Well, for us HIKERS, helping out those\n"
|
|
|
|
.string "that we meet is our motto.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Here you go, I'll pass this on to you.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-07 02:38:53 +01:00
|
|
|
GraniteCave_1F_Text_ExplainFlash: @ 822DBB7
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Teach that hidden move FLASH to\n"
|
|
|
|
.string "a POKéMON and use it.\p"
|
|
|
|
.string "It lights up even the inky darkness\n"
|
|
|
|
.string "of caves.\p"
|
|
|
|
.string "But, to use it, you need the GYM BADGE\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "from DEWFORD's POKéMON GYM.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|