Remove address comments
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.set LOCALID_SAILOR, 1
|
||||
.set LOCALID_SS_TIDAL, 2
|
||||
|
||||
SouthernIsland_Exterior_MapScripts:: @ 82429C8
|
||||
SouthernIsland_Exterior_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, SouthernIsland_Exterior_OnTransition
|
||||
.byte 0
|
||||
|
||||
SouthernIsland_Exterior_OnTransition: @ 82429CE
|
||||
SouthernIsland_Exterior_OnTransition:
|
||||
setflag FLAG_LANDMARK_SOUTHERN_ISLAND
|
||||
end
|
||||
|
||||
SouthernIsland_Exterior_EventScript_Sailor:: @ 82429D2
|
||||
SouthernIsland_Exterior_EventScript_Sailor::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox EventTicket_Text_SouthernIslandSailBack, MSGBOX_YESNO
|
||||
@@ -28,31 +28,31 @@ SouthernIsland_Exterior_EventScript_Sailor:: @ 82429D2
|
||||
release
|
||||
end
|
||||
|
||||
SouthernIsland_Exterior_EventScript_AsYouLike:: @ 8242A17
|
||||
SouthernIsland_Exterior_EventScript_AsYouLike::
|
||||
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Ferry_EventScript_DepartIslandSouth:: @ 8242A21
|
||||
Ferry_EventScript_DepartIslandSouth::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardSouth
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
Ferry_EventScript_DepartIslandWest:: @ 8242A2C
|
||||
Ferry_EventScript_DepartIslandWest::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Ferry_EventScript_DepartIslandBoardWest
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
Ferry_EventScript_DepartIslandBoardSouth: @ 8242A37
|
||||
Ferry_EventScript_DepartIslandBoardSouth:
|
||||
walk_down
|
||||
step_end
|
||||
|
||||
Ferry_EventScript_DepartIslandBoardWest: @ 8242A39
|
||||
Ferry_EventScript_DepartIslandBoardWest:
|
||||
walk_left
|
||||
walk_in_place_fastest_down
|
||||
step_end
|
||||
|
||||
SouthernIsland_Exterior_EventScript_Sign:: @ 8242A3C
|
||||
SouthernIsland_Exterior_EventScript_Sign::
|
||||
msgbox SouthernIsland_Exterior_Text_Sign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user