mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
f497c1508b
Also move maps/scripts to scripts/maps
41 lines
1.1 KiB
PHP
41 lines
1.1 KiB
PHP
GraniteCave_1F_MapScripts:: @ 822DA5D
|
||
.byte 0
|
||
|
||
GraniteCave_1F_EventScript_22DA5E:: @ 822DA5E
|
||
lock
|
||
faceplayer
|
||
checkflag FLAG_0x06D
|
||
goto_eq GraniteCave_1F_EventScript_22DA8A
|
||
msgbox GraniteCave_1F_Text_22DA94, 4
|
||
giveitem_std ITEM_HM05
|
||
setflag FLAG_0x06D
|
||
msgbox GraniteCave_1F_Text_22DBB7, 4
|
||
release
|
||
end
|
||
|
||
GraniteCave_1F_EventScript_22DA8A:: @ 822DA8A
|
||
msgbox GraniteCave_1F_Text_22DBB7, 4
|
||
release
|
||
end
|
||
|
||
GraniteCave_1F_Text_22DA94: @ 822DA94
|
||
.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_22DBB7: @ 822DBB7
|
||
.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.$"
|
||
|