import from github
This commit is contained in:
39
data/maps/GraniteCave_1F/scripts.inc
Normal file
39
data/maps/GraniteCave_1F/scripts.inc
Normal file
@ -0,0 +1,39 @@
|
||||
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"
|
||||
.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.$"
|
||||
|
Reference in New Issue
Block a user