diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/GraniteCave_1F | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/GraniteCave_1F')
| -rw-r--r-- | data/maps/GraniteCave_1F/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/GraniteCave_1F/scripts.inc b/data/maps/GraniteCave_1F/scripts.inc index a35147691..1bf81b997 100644 --- a/data/maps/GraniteCave_1F/scripts.inc +++ b/data/maps/GraniteCave_1F/scripts.inc @@ -1,7 +1,7 @@ -GraniteCave_1F_MapScripts:: @ 822DA5D +GraniteCave_1F_MapScripts:: .byte 0 -GraniteCave_1F_EventScript_Hiker:: @ 822DA5E +GraniteCave_1F_EventScript_Hiker:: lock faceplayer goto_if_set FLAG_RECEIVED_HM05, GraniteCave_1F_EventScript_ReceivedFlash @@ -12,12 +12,12 @@ GraniteCave_1F_EventScript_Hiker:: @ 822DA5E release end -GraniteCave_1F_EventScript_ReceivedFlash:: @ 822DA8A +GraniteCave_1F_EventScript_ReceivedFlash:: msgbox GraniteCave_1F_Text_ExplainFlash, MSGBOX_DEFAULT release end -GraniteCave_1F_Text_GetsDarkAheadHereYouGo: @ 822DA94 +GraniteCave_1F_Text_GetsDarkAheadHereYouGo: .string "Hey, you.\n" .string "It gets awfully dark ahead.\l" .string "It'll be tough trying to explore.\p" @@ -29,7 +29,7 @@ GraniteCave_1F_Text_GetsDarkAheadHereYouGo: @ 822DA94 .string "that we meet is our motto.\p" .string "Here you go, I'll pass this on to you.$" -GraniteCave_1F_Text_ExplainFlash: @ 822DBB7 +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" |
