Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions
+78 -78
View File
@@ -3,15 +3,15 @@
.set LOCALID_FERRY_SAILOR, 4
.set LOCALID_BRINEY, 5
LilycoveCity_Harbor_MapScripts:: @ 821E000
LilycoveCity_Harbor_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, LilycoveCity_Harbor_OnTransition
.byte 0
LilycoveCity_Harbor_OnTransition: @ 821E006
LilycoveCity_Harbor_OnTransition:
setescapewarp MAP_LILYCOVE_CITY, 255, 12, 33
end
LilycoveCity_Harbor_EventScript_FerryAttendant:: @ 821E00F
LilycoveCity_Harbor_EventScript_FerryAttendant::
lock
faceplayer
goto_if_unset FLAG_SYS_GAME_CLEAR, LilycoveCity_Harbor_EventScript_FerryUnavailable
@@ -37,7 +37,7 @@ LilycoveCity_Harbor_EventScript_FerryAttendant:: @ 821E00F
end
@ First goto_if_eq is unnecessary; identical scripts
LilycoveCity_Harbor_EventScript_NoFirstTimeEventTickets:: @ 821E080
LilycoveCity_Harbor_EventScript_NoFirstTimeEventTickets::
compare VAR_TEMP_A, 0
goto_if_eq LilycoveCity_Harbor_EventScript_NoEventTickets
msgbox LilycoveCity_Harbor_Text_MayISeeYourTicket, MSGBOX_DEFAULT
@@ -46,7 +46,7 @@ LilycoveCity_Harbor_EventScript_NoFirstTimeEventTickets:: @ 821E080
goto LilycoveCity_Harbor_EventScript_FerryRegularLocationSelect
end
LilycoveCity_Harbor_EventScript_FerryRegularLocationSelect:: @ 821E09F
LilycoveCity_Harbor_EventScript_FerryRegularLocationSelect::
setvar VAR_0x8004, 0
special ScriptMenu_CreateLilycoveSSTidalMultichoice
waitstate
@@ -62,35 +62,35 @@ LilycoveCity_Harbor_EventScript_FerryRegularLocationSelect:: @ 821E09F
case MULTI_B_PRESSED, LilycoveCity_Harbor_EventScript_ExitSailSelect
end
LilycoveCity_Harbor_EventScript_GoToSouthernIsland:: @ 821E109
LilycoveCity_Harbor_EventScript_GoToSouthernIsland::
call LilycoveCity_Harbor_EventScript_BoardFerry
warp MAP_SOUTHERN_ISLAND_EXTERIOR, 255, 13, 22
waitstate
release
end
LilycoveCity_Harbor_EventScript_GoToNavelRock:: @ 821E119
LilycoveCity_Harbor_EventScript_GoToNavelRock::
call LilycoveCity_Harbor_EventScript_BoardFerry
warp MAP_NAVEL_ROCK_HARBOR, 255, 8, 4
waitstate
release
end
LilycoveCity_Harbor_EventScript_GoToBirthIsland:: @ 821E129
LilycoveCity_Harbor_EventScript_GoToBirthIsland::
call LilycoveCity_Harbor_EventScript_BoardFerry
warp MAP_BIRTH_ISLAND_HARBOR, 255, 8, 4
waitstate
release
end
LilycoveCity_Harbor_EventScript_GoToFarawayIsland:: @ 821E139
LilycoveCity_Harbor_EventScript_GoToFarawayIsland::
call LilycoveCity_Harbor_EventScript_BoardFerry
warp MAP_FARAWAY_ISLAND_ENTRANCE, 255, 13, 38
waitstate
release
end
LilycoveCity_Harbor_EventScript_GoToSlateport:: @ 821E149
LilycoveCity_Harbor_EventScript_GoToSlateport::
msgbox LilycoveCity_Harbor_Text_SlateportItIs, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind
@@ -101,7 +101,7 @@ LilycoveCity_Harbor_EventScript_GoToSlateport:: @ 821E149
release
end
LilycoveCity_Harbor_EventScript_GoToBattleFrontier:: @ 821E171
LilycoveCity_Harbor_EventScript_GoToBattleFrontier::
msgbox LilycoveCity_Harbor_Text_BattleFrontierItIs, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind
@@ -111,7 +111,7 @@ LilycoveCity_Harbor_EventScript_GoToBattleFrontier:: @ 821E171
release
end
LilycoveCity_Harbor_EventScript_GetEonTicketState:: @ 821E194
LilycoveCity_Harbor_EventScript_GetEonTicketState::
setvar VAR_TEMP_E, 0
goto_if_unset FLAG_ENABLE_SHIP_SOUTHERN_ISLAND, Common_EventScript_NopReturn
checkitem ITEM_EON_TICKET, 1
@@ -122,7 +122,7 @@ LilycoveCity_Harbor_EventScript_GetEonTicketState:: @ 821E194
setvar VAR_TEMP_E, 2
return
LilycoveCity_Harbor_EventScript_GetAuroraTicketState:: @ 821E1C6
LilycoveCity_Harbor_EventScript_GetAuroraTicketState::
setvar VAR_TEMP_D, 0
goto_if_unset FLAG_ENABLE_SHIP_BIRTH_ISLAND, Common_EventScript_NopReturn
checkitem ITEM_AURORA_TICKET, 1
@@ -133,7 +133,7 @@ LilycoveCity_Harbor_EventScript_GetAuroraTicketState:: @ 821E1C6
setvar VAR_TEMP_D, 2
return
LilycoveCity_Harbor_EventScript_GetOldSeaMapState:: @ 821E1F8
LilycoveCity_Harbor_EventScript_GetOldSeaMapState::
setvar VAR_TEMP_C, 0
goto_if_unset FLAG_ENABLE_SHIP_FARAWAY_ISLAND, Common_EventScript_NopReturn
checkitem ITEM_OLD_SEA_MAP, 1
@@ -144,7 +144,7 @@ LilycoveCity_Harbor_EventScript_GetOldSeaMapState:: @ 821E1F8
setvar VAR_TEMP_C, 2
return
LilycoveCity_Harbor_EventScript_GetMysticTicketState:: @ 821E22A
LilycoveCity_Harbor_EventScript_GetMysticTicketState::
setvar VAR_TEMP_9, 0
goto_if_unset FLAG_ENABLE_SHIP_NAVEL_ROCK, Common_EventScript_NopReturn
checkitem ITEM_MYSTIC_TICKET, 1
@@ -155,7 +155,7 @@ LilycoveCity_Harbor_EventScript_GetMysticTicketState:: @ 821E22A
setvar VAR_TEMP_9, 2
return
LilycoveCity_Harbor_EventScript_GetFirstTimeShowingTicket:: @ 821E25C
LilycoveCity_Harbor_EventScript_GetFirstTimeShowingTicket::
setvar VAR_TEMP_B, 0
compare VAR_TEMP_E, 2
call_if_eq LilycoveCity_Harbor_EventScript_SetFirstTimeShowingEonTicket
@@ -167,23 +167,23 @@ LilycoveCity_Harbor_EventScript_GetFirstTimeShowingTicket:: @ 821E25C
call_if_eq LilycoveCity_Harbor_EventScript_SetFirstTimeShowingMysticTicket
return
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingEonTicket:: @ 821E28E
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingEonTicket::
addvar VAR_TEMP_B, 1
return
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingAuroraTicket:: @ 821E294
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingAuroraTicket::
addvar VAR_TEMP_B, 2
return
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingOldSeaMap:: @ 821E29A
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingOldSeaMap::
addvar VAR_TEMP_B, 4
return
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingMysticTicket:: @ 821E2A0
LilycoveCity_Harbor_EventScript_SetFirstTimeShowingMysticTicket::
addvar VAR_TEMP_B, 8
return
LilycoveCity_Harbor_EventScript_GetHasTicketsState:: @ 821E2A6
LilycoveCity_Harbor_EventScript_GetHasTicketsState::
setvar VAR_TEMP_A, 0
compare VAR_TEMP_E, 1
call_if_eq LilycoveCity_Harbor_EventScript_SetHasEonTicket
@@ -195,23 +195,23 @@ LilycoveCity_Harbor_EventScript_GetHasTicketsState:: @ 821E2A6
call_if_eq LilycoveCity_Harbor_EventScript_SetHasMysticTicket
return
LilycoveCity_Harbor_EventScript_SetHasEonTicket:: @ 821E2D8
LilycoveCity_Harbor_EventScript_SetHasEonTicket::
addvar VAR_TEMP_A, 1
return
LilycoveCity_Harbor_EventScript_SetHasAuroraTicket:: @ 821E2DE
LilycoveCity_Harbor_EventScript_SetHasAuroraTicket::
addvar VAR_TEMP_A, 2
return
LilycoveCity_Harbor_EventScript_SetHasOldSeaMap:: @ 821E2E4
LilycoveCity_Harbor_EventScript_SetHasOldSeaMap::
addvar VAR_TEMP_A, 4
return
LilycoveCity_Harbor_EventScript_SetHasMysticTicket:: @ 821E2EA
LilycoveCity_Harbor_EventScript_SetHasMysticTicket::
addvar VAR_TEMP_A, 8
return
LilycoveCity_Harbor_EventScript_EonTicketFirstTime:: @ 821E2F0
LilycoveCity_Harbor_EventScript_EonTicketFirstTime::
setflag FLAG_SHOWN_EON_TICKET
msgbox EventTicket_Text_ThatPass, MSGBOX_DEFAULT
closemessage
@@ -220,7 +220,7 @@ LilycoveCity_Harbor_EventScript_EonTicketFirstTime:: @ 821E2F0
goto LilycoveCity_Harbor_EventScript_GoToSouthernIslandFirstTime
end
LilycoveCity_Harbor_EventScript_GoToSouthernIslandFirstTime:: @ 821E30F
LilycoveCity_Harbor_EventScript_GoToSouthernIslandFirstTime::
closemessage
call LilycoveCity_Harbor_EventScript_BoardFerryWithSailor
warp MAP_SOUTHERN_ISLAND_EXTERIOR, 255, 13, 22
@@ -228,7 +228,7 @@ LilycoveCity_Harbor_EventScript_GoToSouthernIslandFirstTime:: @ 821E30F
release
end
LilycoveCity_Harbor_EventScript_AuroraTicketFirstTime:: @ 821E320
LilycoveCity_Harbor_EventScript_AuroraTicketFirstTime::
setflag FLAG_SHOWN_AURORA_TICKET
msgbox EventTicket_Text_ThatPass, MSGBOX_DEFAULT
closemessage
@@ -237,7 +237,7 @@ LilycoveCity_Harbor_EventScript_AuroraTicketFirstTime:: @ 821E320
goto LilycoveCity_Harbor_EventScript_GoToBirthIslandFirstTime
end
LilycoveCity_Harbor_EventScript_GoToBirthIslandFirstTime:: @ 821E33F
LilycoveCity_Harbor_EventScript_GoToBirthIslandFirstTime::
closemessage
call LilycoveCity_Harbor_EventScript_BoardFerryWithSailor
warp MAP_BIRTH_ISLAND_HARBOR, 255, 8, 4
@@ -245,7 +245,7 @@ LilycoveCity_Harbor_EventScript_GoToBirthIslandFirstTime:: @ 821E33F
release
end
LilycoveCity_Harbor_EventScript_OldSeaMapFirstTime:: @ 821E350
LilycoveCity_Harbor_EventScript_OldSeaMapFirstTime::
setflag FLAG_SHOWN_OLD_SEA_MAP
msgbox EventTicket_Text_ShowOldSeaMap, MSGBOX_DEFAULT
closemessage
@@ -286,7 +286,7 @@ LilycoveCity_Harbor_EventScript_OldSeaMapFirstTime:: @ 821E350
release
end
LilycoveCity_Harbor_EventScript_GoToFarawayIslandFirstTime:: @ 821E40C
LilycoveCity_Harbor_EventScript_GoToFarawayIslandFirstTime::
closemessage
call LilycoveCity_Harbor_EventScript_BoardFerryWithSailor
warp MAP_FARAWAY_ISLAND_ENTRANCE, 255, 13, 38
@@ -294,7 +294,7 @@ LilycoveCity_Harbor_EventScript_GoToFarawayIslandFirstTime:: @ 821E40C
release
end
LilycoveCity_Harbor_EventScript_MysticTicketFirstTime:: @ 821E41D
LilycoveCity_Harbor_EventScript_MysticTicketFirstTime::
setflag FLAG_SHOWN_MYSTIC_TICKET
msgbox EventTicket_Text_ThatPass, MSGBOX_DEFAULT
closemessage
@@ -303,7 +303,7 @@ LilycoveCity_Harbor_EventScript_MysticTicketFirstTime:: @ 821E41D
goto LilycoveCity_Harbor_EventScript_GoToNavelRockFirstTime
end
LilycoveCity_Harbor_EventScript_GoToNavelRockFirstTime:: @ 821E43C
LilycoveCity_Harbor_EventScript_GoToNavelRockFirstTime::
closemessage
call LilycoveCity_Harbor_EventScript_BoardFerryWithSailor
warp MAP_NAVEL_ROCK_HARBOR, 255, 8, 4
@@ -311,7 +311,7 @@ LilycoveCity_Harbor_EventScript_GoToNavelRockFirstTime:: @ 821E43C
release
end
LilycoveCity_Harbor_EventScript_MultipleEventTicketsFirstTime:: @ 821E44D
LilycoveCity_Harbor_EventScript_MultipleEventTicketsFirstTime::
msgbox EventTicket_Text_ThatPass, MSGBOX_DEFAULT
closemessage
call LilycoveCity_Harbor_EventScript_GetEventTicketSailor
@@ -331,7 +331,7 @@ LilycoveCity_Harbor_EventScript_MultipleEventTicketsFirstTime:: @ 821E44D
release
end
LilycoveCity_Harbor_EventScript_ExitFirstTimeTicketSailSelect:: @ 821E4B6
LilycoveCity_Harbor_EventScript_ExitFirstTimeTicketSailSelect::
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
closemessage
applymovement LOCALID_FERRY_SAILOR, Common_Movement_WalkInPlaceFastestUp
@@ -347,7 +347,7 @@ LilycoveCity_Harbor_EventScript_ExitFirstTimeTicketSailSelect:: @ 821E4B6
release
end
LilycoveCity_Harbor_EventScript_GetEventTicketSailor:: @ 821E4EE
LilycoveCity_Harbor_EventScript_GetEventTicketSailor::
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestUp
waitmovement 0
delay 30
@@ -359,7 +359,7 @@ LilycoveCity_Harbor_EventScript_GetEventTicketSailor:: @ 821E4EE
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BoardFerryWithSailor:: @ 821E514
LilycoveCity_Harbor_EventScript_BoardFerryWithSailor::
applymovement LOCALID_FERRY_SAILOR, Common_Movement_WalkInPlaceFastestUp
waitmovement 0
delay 30
@@ -374,12 +374,12 @@ LilycoveCity_Harbor_EventScript_BoardFerryWithSailor:: @ 821E514
call Common_EventScript_FerryDepart
return
LilycoveCity_Harbor_EventScript_FerryUnavailable:: @ 821E54D
LilycoveCity_Harbor_EventScript_FerryUnavailable::
msgbox LilycoveCity_Harbor_Text_FerryUnavailable, MSGBOX_DEFAULT
release
end
LilycoveCity_Harbor_EventScript_NoEventTickets:: @ 821E557
LilycoveCity_Harbor_EventScript_NoEventTickets::
msgbox LilycoveCity_Harbor_Text_MayISeeYourTicket, MSGBOX_DEFAULT
message LilycoveCity_Harbor_Text_FlashTicketWhereTo
waitmessage
@@ -387,13 +387,13 @@ LilycoveCity_Harbor_EventScript_NoEventTickets:: @ 821E557
end
@ Unused
LilycoveCity_Harbor_EventScript_NoTicket:: @ 821E56B
LilycoveCity_Harbor_EventScript_NoTicket::
msgbox LilycoveCity_Harbor_Text_NoTicket, MSGBOX_DEFAULT
release
end
@ Unused
LilycoveCity_Harbor_EventScript_GoToSlateportUnused:: @ 821E575
LilycoveCity_Harbor_EventScript_GoToSlateportUnused::
msgbox LilycoveCity_Harbor_Text_SlateportItIs, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind
@@ -405,7 +405,7 @@ LilycoveCity_Harbor_EventScript_GoToSlateportUnused:: @ 821E575
end
@ Unused
LilycoveCity_Harbor_EventScript_GoToBattleFrontierUnused:: @ 821E59D
LilycoveCity_Harbor_EventScript_GoToBattleFrontierUnused::
msgbox LilycoveCity_Harbor_Text_BattleFrontierItIs, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind
@@ -415,13 +415,13 @@ LilycoveCity_Harbor_EventScript_GoToBattleFrontierUnused:: @ 821E59D
release
end
LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind:: @ 821E5C0
LilycoveCity_Harbor_EventScript_FerryDestinationChangeMind::
message LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo
waitmessage
goto LilycoveCity_Harbor_EventScript_FerryRegularLocationSelect
end
LilycoveCity_Harbor_EventScript_BoardFerry:: @ 821E5CC
LilycoveCity_Harbor_EventScript_BoardFerry::
msgbox LilycoveCity_Harbor_Text_PleaseBoard, MSGBOX_DEFAULT
closemessage
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestUp
@@ -438,35 +438,35 @@ LilycoveCity_Harbor_EventScript_BoardFerry:: @ 821E5CC
call Common_EventScript_FerryDepart
return
LilycoveCity_Harbor_EventScript_PlayerBoardFerryEast:: @ 821E610
LilycoveCity_Harbor_EventScript_PlayerBoardFerryEast::
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_Harbor_Movement_PlayerBoardFerryEast
waitmovement 0
return
LilycoveCity_Harbor_EventScript_PlayerBoardFerryNorth:: @ 821E61B
LilycoveCity_Harbor_EventScript_PlayerBoardFerryNorth::
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_Harbor_Movement_PlayerBoardFerryNorth
waitmovement 0
return
LilycoveCity_Harbor_EventScript_ExitSailSelect:: @ 821E626
LilycoveCity_Harbor_EventScript_ExitSailSelect::
msgbox LilycoveCity_Harbor_Text_SailAnotherTime, MSGBOX_DEFAULT
release
end
LilycoveCity_Harbor_Movement_PlayerBoardFerryEast: @ 821E630
LilycoveCity_Harbor_Movement_PlayerBoardFerryEast:
walk_right
walk_in_place_fastest_up
step_end
LilycoveCity_Harbor_Movement_PlayerBoardFerryNorth: @ 821E633
LilycoveCity_Harbor_Movement_PlayerBoardFerryNorth:
walk_up
step_end
LilycoveCity_Harbor_Movement_UnusedBoardFerry: @ 821E635
LilycoveCity_Harbor_Movement_UnusedBoardFerry:
walk_up
step_end
LilycoveCity_Harbor_EventScript_Sailor:: @ 821E637
LilycoveCity_Harbor_EventScript_Sailor::
lock
faceplayer
goto_if_set FLAG_SYS_GAME_CLEAR, LilycoveCity_Harbor_EventScript_SailorFerryAvailable
@@ -474,82 +474,82 @@ LilycoveCity_Harbor_EventScript_Sailor:: @ 821E637
release
end
LilycoveCity_Harbor_EventScript_SailorFerryAvailable:: @ 821E64C
LilycoveCity_Harbor_EventScript_SailorFerryAvailable::
msgbox LilycoveCity_Harbor_Text_SailorFerryAvailable, MSGBOX_DEFAULT
release
end
LilycoveCity_Harbor_EventScript_MoveSailorOutOfWayNorth:: @ 821E656
LilycoveCity_Harbor_EventScript_MoveSailorOutOfWayNorth::
applymovement LOCALID_FERRY_SAILOR, LilycoveCity_Harbor_Movement_SailorOutOfWayNorth
waitmovement 0
return
LilycoveCity_Harbor_EventScript_MoveSailorOutOfWayEast:: @ 821E661
LilycoveCity_Harbor_EventScript_MoveSailorOutOfWayEast::
applymovement LOCALID_FERRY_SAILOR, LilycoveCity_Harbor_Movement_SailorOutOfWayEast
waitmovement 0
return
LilycoveCity_Harbor_Movement_SailorOutOfWayNorth: @ 821E66C
LilycoveCity_Harbor_Movement_SailorOutOfWayNorth:
walk_in_place_fastest_right
lock_facing_direction
walk_left
unlock_facing_direction
step_end
LilycoveCity_Harbor_Movement_SailorOutOfWayEast: @ 821E671
LilycoveCity_Harbor_Movement_SailorOutOfWayEast:
lock_facing_direction
walk_down
unlock_facing_direction
step_end
LilycoveCity_Harbor_EventScript_BrineyFaceSailorNorth:: @ 821E675
LilycoveCity_Harbor_EventScript_BrineyFaceSailorNorth::
applymovement LOCALID_BRINEY, Common_Movement_WalkInPlaceFastestLeft
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BrineyFaceSailorEast:: @ 821E680
LilycoveCity_Harbor_EventScript_BrineyFaceSailorEast::
applymovement LOCALID_BRINEY, Common_Movement_WalkInPlaceFastestDown
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BrineyFacePlayerNorth:: @ 821E68B
LilycoveCity_Harbor_EventScript_BrineyFacePlayerNorth::
applymovement LOCALID_BRINEY, Common_Movement_WalkInPlaceFastestDown
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BrineyFacePlayerEast:: @ 821E696
LilycoveCity_Harbor_EventScript_BrineyFacePlayerEast::
applymovement LOCALID_BRINEY, Common_Movement_WalkInPlaceFastestLeft
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BoardFerryWithBrineyAndSailorNorth:: @ 821E6A1
LilycoveCity_Harbor_EventScript_BoardFerryWithBrineyAndSailorNorth::
applymovement LOCALID_BRINEY, LilycoveCity_Harbor_Movement_BrineyBoardFerry
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyNorth
applymovement LOCALID_FERRY_SAILOR, LilycoveCity_Harbor_Movement_SailorBoardWithBrineyNorth
waitmovement 0
return
LilycoveCity_Harbor_EventScript_BoardFerryWithBrineyAndSailorEast:: @ 821E6BA
LilycoveCity_Harbor_EventScript_BoardFerryWithBrineyAndSailorEast::
applymovement LOCALID_BRINEY, LilycoveCity_Harbor_Movement_BrineyBoardFerry
applymovement OBJ_EVENT_ID_PLAYER, LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyEast
applymovement LOCALID_FERRY_SAILOR, LilycoveCity_Harbor_Movement_SailorBoardWithBrineyEast
waitmovement 0
return
LilycoveCity_Harbor_Movement_BrineyBoardFerry: @ 821E6D3
LilycoveCity_Harbor_Movement_BrineyBoardFerry:
walk_in_place_fastest_up
delay_8
set_invisible
step_end
LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyNorth: @ 821E6D7
LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyNorth:
delay_16
walk_up
delay_16
set_invisible
step_end
LilycoveCity_Harbor_Movement_SailorBoardWithBrineyNorth: @ 821E6DC
LilycoveCity_Harbor_Movement_SailorBoardWithBrineyNorth:
delay_16
delay_16
delay_16
@@ -559,7 +559,7 @@ LilycoveCity_Harbor_Movement_SailorBoardWithBrineyNorth: @ 821E6DC
set_invisible
step_end
LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyEast: @ 821E6E4
LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyEast:
delay_16
walk_right
walk_in_place_fastest_up
@@ -567,7 +567,7 @@ LilycoveCity_Harbor_Movement_PlayerBoardWithBrineyEast: @ 821E6E4
set_invisible
step_end
LilycoveCity_Harbor_Movement_SailorBoardWithBrineyEast: @ 821E6EA
LilycoveCity_Harbor_Movement_SailorBoardWithBrineyEast:
delay_16
delay_16
delay_16
@@ -576,50 +576,50 @@ LilycoveCity_Harbor_Movement_SailorBoardWithBrineyEast: @ 821E6EA
set_invisible
step_end
LilycoveCity_Harbor_Text_FerryUnavailable: @ 821E6F1
LilycoveCity_Harbor_Text_FerryUnavailable:
.string "I beg your pardon?\n"
.string "You're looking for a ship?\p"
.string "I'm sorry, the ferry service isn't\n"
.string "available at present…$"
LilycoveCity_Harbor_Text_MayISeeYourTicket: @ 821E758
LilycoveCity_Harbor_Text_MayISeeYourTicket:
.string "Hello, are you here for the ferry?\n"
.string "May I see your TICKET?$"
LilycoveCity_Harbor_Text_NoTicket: @ 821E792
LilycoveCity_Harbor_Text_NoTicket:
.string "{PLAYER} doesn't have the TICKET…\p"
.string "I'm terribly sorry.\p"
.string "You must have a TICKET to board\n"
.string "the ferry.$"
LilycoveCity_Harbor_Text_FlashTicketWhereTo: @ 821E7ED
LilycoveCity_Harbor_Text_FlashTicketWhereTo:
.string "{PLAYER} flashed the TICKET.\p"
.string "Perfect! That's all you need!\p"
.string "And where would you like to go?$"
LilycoveCity_Harbor_Text_SailAnotherTime: @ 821E842
LilycoveCity_Harbor_Text_SailAnotherTime:
.string "Please sail with us another time!$"
LilycoveCity_Harbor_Text_SlateportItIs: @ 821E864
LilycoveCity_Harbor_Text_SlateportItIs:
.string "SLATEPORT CITY it is, then!$"
LilycoveCity_Harbor_Text_BattleFrontierItIs: @ 821E880
LilycoveCity_Harbor_Text_BattleFrontierItIs:
.string "BATTLE FRONTIER it is, then!$"
LilycoveCity_Harbor_Text_PleaseBoard: @ 821E89D
LilycoveCity_Harbor_Text_PleaseBoard:
.string "Please board the ferry and wait for\n"
.string "departure.$"
LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo: @ 821E8CC
LilycoveCity_Harbor_Text_WhereWouldYouLikeToGo:
.string "Then, where would you like to go?$"
LilycoveCity_Harbor_Text_SailorFerryUnavailable: @ 821E8EE
LilycoveCity_Harbor_Text_SailorFerryUnavailable:
.string "Until they finish making the ferry,\n"
.string "we sailors have nothing to do…\p"
.string "I wish they'd get a move on, the folks\n"
.string "at the SHIPYARD in SLATEPORT.$"
LilycoveCity_Harbor_Text_SailorFerryAvailable: @ 821E976
LilycoveCity_Harbor_Text_SailorFerryAvailable:
.string "The ferry S.S. TIDAL is finally in\n"
.string "operation.\p"
.string "The folks at the SHIPYARD in SLATEPORT\n"