Document legendary scripts

This commit is contained in:
GriffinR
2019-10-31 17:00:37 -04:00
committed by huderlem
parent 67ce8c9cc2
commit 8055548fa4
55 changed files with 439 additions and 446 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
NavelRock_Harbor_MapScripts:: @ 82690BC
.byte 0
NavelRock_Harbor_EventScript_2690BD:: @ 82690BD
NavelRock_Harbor_EventScript_Sailor:: @ 82690BD
lock
faceplayer
msgbox NavelRock_Harbor_Text_SailorReturn, MSGBOX_YESNO
compare VAR_RESULT, 0
goto_if_eq NavelRock_Harbor_EventScript_269102
goto_if_eq NavelRock_Harbor_EventScript_AsYouLike
msgbox EventTicket_Text_SailHome, MSGBOX_DEFAULT
closemessage
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestDown
@@ -14,13 +14,13 @@ NavelRock_Harbor_EventScript_2690BD:: @ 82690BD
delay 30
hideobjectat 1, MAP_NAVEL_ROCK_HARBOR
setvar VAR_0x8004, 2
call NavelRock_Harbor_EventScript_272250
call Common_EventScript_FerryDepartIsland
warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11
waitstate
release
end
NavelRock_Harbor_EventScript_269102:: @ 8269102
NavelRock_Harbor_EventScript_AsYouLike:: @ 8269102
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
release
end