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/BirthIsland_Harbor | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/BirthIsland_Harbor')
| -rw-r--r-- | data/maps/BirthIsland_Harbor/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BirthIsland_Harbor/scripts.inc b/data/maps/BirthIsland_Harbor/scripts.inc index b9274ee2f..7ec88ae18 100644 --- a/data/maps/BirthIsland_Harbor/scripts.inc +++ b/data/maps/BirthIsland_Harbor/scripts.inc @@ -1,10 +1,10 @@ .set LOCALID_SAILOR, 1 .set LOCALID_SS_TIDAL, 2 -BirthIsland_Harbor_MapScripts:: @ 826805C +BirthIsland_Harbor_MapScripts:: .byte 0 -BirthIsland_Harbor_EventScript_Sailor:: @ 826805D +BirthIsland_Harbor_EventScript_Sailor:: lock faceplayer msgbox BirthIsland_Harbor_Text_SailorReturn, MSGBOX_YESNO @@ -23,7 +23,7 @@ BirthIsland_Harbor_EventScript_Sailor:: @ 826805D release end -BirthIsland_Harbor_EventScript_AsYouLike:: @ 82680A2 +BirthIsland_Harbor_EventScript_AsYouLike:: msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT release end |
