summaryrefslogtreecommitdiff
path: root/data/maps/BirthIsland_Harbor/scripts.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-09-19 17:26:25 -0400
committerGriffinR <griffin.richards@comcast.net>2019-09-19 17:27:34 -0400
commit275695c1896fb4b51669eab89febcbe0460765d1 (patch)
tree234c001df7f1bd0b9333184db4cfaa4007f1f6c5 /data/maps/BirthIsland_Harbor/scripts.inc
parentde0084ef7a932e27c0020c589f0e2916aef5aeb8 (diff)
Document more script_menu, lilycove harbor
Diffstat (limited to 'data/maps/BirthIsland_Harbor/scripts.inc')
-rw-r--r--data/maps/BirthIsland_Harbor/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/BirthIsland_Harbor/scripts.inc b/data/maps/BirthIsland_Harbor/scripts.inc
index 5f850ed7b..9ef54cdc8 100644
--- a/data/maps/BirthIsland_Harbor/scripts.inc
+++ b/data/maps/BirthIsland_Harbor/scripts.inc
@@ -4,10 +4,10 @@ BirthIsland_Harbor_MapScripts:: @ 826805C
BirthIsland_Harbor_EventScript_26805D:: @ 826805D
lock
faceplayer
- msgbox BirthIsland_Harbor_Text_2C6B90, MSGBOX_YESNO
+ msgbox BirthIsland_Harbor_Text_SailorReturn, MSGBOX_YESNO
compare VAR_RESULT, 0
goto_if_eq BirthIsland_Harbor_EventScript_2680A2
- msgbox BirthIsland_Harbor_Text_2A6A5D, MSGBOX_DEFAULT
+ msgbox EventTicket_Text_SailHome, MSGBOX_DEFAULT
closemessage
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceDown
waitmovement 0
@@ -21,7 +21,7 @@ BirthIsland_Harbor_EventScript_26805D:: @ 826805D
end
BirthIsland_Harbor_EventScript_2680A2:: @ 82680A2
- msgbox BirthIsland_Harbor_Text_2A6A82, MSGBOX_DEFAULT
+ msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
release
end