Document legendary scripts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "NavelRock_Harbor_EventScript_2690BD",
|
||||
"script": "NavelRock_Harbor_EventScript_Sailor",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user