mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
40 lines
1.2 KiB
PHP
40 lines
1.2 KiB
PHP
GraniteCave_1F_MapScripts::
|
|
.byte 0
|
|
|
|
GraniteCave_1F_EventScript_Hiker::
|
|
lock
|
|
faceplayer
|
|
goto_if_set FLAG_RECEIVED_HM_FLASH, GraniteCave_1F_EventScript_ReceivedFlash
|
|
msgbox GraniteCave_1F_Text_GetsDarkAheadHereYouGo, MSGBOX_DEFAULT
|
|
giveitem ITEM_HM_FLASH
|
|
setflag FLAG_RECEIVED_HM_FLASH
|
|
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"
|
|
.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"
|
|
.string "Here you go, I'll pass this on to you.$"
|
|
|
|
GraniteCave_1F_Text_ExplainFlash:
|
|
.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"
|
|
.string "from DEWFORD's POKéMON GYM.$"
|
|
|