Remove address comments
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
.set LOCALID_SAILOR, 1
|
||||
.set LOCALID_SS_TIDAL, 2
|
||||
|
||||
FarawayIsland_Entrance_MapScripts:: @ 8267C8E
|
||||
FarawayIsland_Entrance_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FarawayIsland_Entrance_OnTransition
|
||||
.byte 0
|
||||
|
||||
FarawayIsland_Entrance_OnTransition: @ 8267C94
|
||||
FarawayIsland_Entrance_OnTransition:
|
||||
setflag FLAG_ARRIVED_ON_FARAWAY_ISLAND
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_SetCloudsWeather:: @ 8267C98
|
||||
FarawayIsland_Entrance_EventScript_SetCloudsWeather::
|
||||
setweather WEATHER_SUNNY_CLOUDS
|
||||
doweather
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_ClearWeather:: @ 8267C9D
|
||||
FarawayIsland_Entrance_EventScript_ClearWeather::
|
||||
setweather WEATHER_NONE
|
||||
doweather
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_Sailor:: @ 8267CA2
|
||||
FarawayIsland_Entrance_EventScript_Sailor::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox FarawayIsland_Entrance_Text_SailorReturn, MSGBOX_YESNO
|
||||
@@ -38,12 +38,12 @@ FarawayIsland_Entrance_EventScript_Sailor:: @ 8267CA2
|
||||
release
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_AsYouLike:: @ 8267CE7
|
||||
FarawayIsland_Entrance_EventScript_AsYouLike::
|
||||
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
FarawayIsland_Entrance_EventScript_Sign:: @ 8267CF1
|
||||
FarawayIsland_Entrance_EventScript_Sign::
|
||||
msgbox FarawayIsland_Entrance_Text_Sign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user