2020-07-24 06:49:26 -07:00
|
|
|
object_const_def
|
2015-11-26 21:22:14 -08:00
|
|
|
const OLIVINEPORT_SAILOR1
|
|
|
|
const OLIVINEPORT_SAILOR2
|
|
|
|
const OLIVINEPORT_SAILOR3
|
|
|
|
const OLIVINEPORT_FISHING_GURU1
|
|
|
|
const OLIVINEPORT_FISHING_GURU2
|
|
|
|
const OLIVINEPORT_YOUNGSTER
|
|
|
|
const OLIVINEPORT_COOLTRAINER_F
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
OlivinePort_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2018-02-01 09:40:58 -08:00
|
|
|
scene_script .DummyScene0 ; SCENE_DEFAULT
|
|
|
|
scene_script .LeaveFastShip ; SCENE_OLIVINEPORT_LEAVE_SHIP
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.DummyScene0:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.LeaveFastShip:
|
2019-03-10 13:39:31 -07:00
|
|
|
prioritysjump .LeaveFastShipScript
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.LeaveFastShipScript:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a32
|
2015-11-26 21:22:14 -08:00
|
|
|
appear OLIVINEPORT_SAILOR1
|
2018-02-01 09:40:58 -08:00
|
|
|
setscene SCENE_DEFAULT
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2015-07-23 09:59:19 -07:00
|
|
|
blackoutmod OLIVINE_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortSailorAtGangwayScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-03-01 14:17:08 -08:00
|
|
|
iftrue OlivinePortAlreadyRodeScript
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortSailorGetOnBoardText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_SAILOR1, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear OLIVINEPORT_SAILOR1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a30
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeOutPalettes
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse .FirstTime
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
|
|
|
setevent EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_BEAT_COOLTRAINERM_SEAN
|
|
|
|
clearevent EVENT_BEAT_COOLTRAINERF_CAROL
|
|
|
|
clearevent EVENT_BEAT_GENTLEMAN_EDWARD
|
|
|
|
clearevent EVENT_BEAT_BEAUTY_CASSIE
|
|
|
|
clearevent EVENT_BEAT_PSYCHIC_RODNEY
|
|
|
|
clearevent EVENT_BEAT_SUPER_NERD_SHAWN
|
|
|
|
clearevent EVENT_BEAT_SAILOR_GARRETT
|
|
|
|
clearevent EVENT_BEAT_FISHER_JONAH
|
|
|
|
clearevent EVENT_BEAT_BLACKBELT_WAI
|
2018-03-01 14:17:08 -08:00
|
|
|
.FirstTime:
|
2015-07-11 23:00:17 -07:00
|
|
|
clearevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
|
2015-11-26 21:22:14 -08:00
|
|
|
appear OLIVINEPORT_SAILOR1
|
2018-02-01 09:40:58 -08:00
|
|
|
setmapscene FAST_SHIP_1F, SCENE_FASTSHIP1F_ENTER_SHIP
|
2018-01-09 15:45:25 -08:00
|
|
|
warp FAST_SHIP_1F, 25, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortAlreadyRodeScript:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortCantBoardText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortWalkUpToShipScript:
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_SAILOR3, RIGHT
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-03-01 14:17:08 -08:00
|
|
|
iftrue .skip
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2018-03-01 14:17:08 -08:00
|
|
|
iftrue .skip
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject PLAYER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse .FirstTime
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_WEEKDAY
|
2018-03-01 14:17:08 -08:00
|
|
|
ifequal SUNDAY, .NextShipMonday
|
|
|
|
ifequal SATURDAY, .NextShipMonday
|
|
|
|
ifequal TUESDAY, .NextShipFriday
|
|
|
|
ifequal WEDNESDAY, .NextShipFriday
|
|
|
|
ifequal THURSDAY, .NextShipFriday
|
|
|
|
.FirstTime:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortAskBoardText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse OlivinePortNotRidingMoveAwayScript
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortAskTicketText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse .NoTicket
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortFlashTicketText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a37
|
2019-03-10 13:39:31 -07:00
|
|
|
sjump OlivinePortSailorAtGangwayScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NoTicket:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortNoTicketText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a34
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NextShipMonday:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortMondayShipText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a34
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NextShipFriday:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortFridayShipText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a34
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.skip:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortNotRidingScript:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortComeAgainText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortNotRidingMoveAwayScript:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortComeAgainText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a34
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortSailorAfterHOFScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-03-01 14:17:08 -08:00
|
|
|
iftrue OlivinePortAlreadyRodeScript
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse .FirstTime
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_WEEKDAY
|
2018-03-01 14:17:08 -08:00
|
|
|
ifequal SUNDAY, .NextShipMonday
|
|
|
|
ifequal SATURDAY, .NextShipMonday
|
|
|
|
ifequal TUESDAY, .NextShipFriday
|
|
|
|
ifequal WEDNESDAY, .NextShipFriday
|
|
|
|
ifequal THURSDAY, .NextShipFriday
|
|
|
|
.FirstTime:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortAskBoardText
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse OlivinePortNotRidingScript
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortAskTicketText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
2018-03-01 14:17:08 -08:00
|
|
|
iffalse .NoTicket
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortFlashTicketText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_FACING
|
2018-03-01 14:17:08 -08:00
|
|
|
ifequal RIGHT, .Right
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a3f
|
2019-03-10 13:39:31 -07:00
|
|
|
sjump OlivinePortSailorAtGangwayScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.Right:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a49
|
2019-03-10 13:39:31 -07:00
|
|
|
sjump OlivinePortSailorAtGangwayScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NoTicket:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortNoTicketText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NextShipMonday:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortMondayShipText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
.NextShipFriday:
|
2019-10-20 15:24:17 -07:00
|
|
|
writetext OlivinePortFridayShipText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortSailorBeforeHOFScript:
|
|
|
|
jumptextfaceplayer OlivinePortSailorBeforeHOFText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortFishingGuru1Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:17:08 -08:00
|
|
|
writetext OlivinePortFishingGuru1Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_FISHING_GURU1, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortFishingGuru2Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:17:08 -08:00
|
|
|
writetext OlivinePortFishingGuru2Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_FISHING_GURU2, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortYoungsterScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:17:08 -08:00
|
|
|
writetext OlivinePortYoungsterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_YOUNGSTER, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortCooltrainerFScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:17:08 -08:00
|
|
|
writetext OlivinePortCooltrainerFText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject OLIVINEPORT_COOLTRAINER_F, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
OlivinePortHiddenProtein:
|
2018-01-23 09:59:21 -08:00
|
|
|
hiddenitem PROTEIN, EVENT_OLIVINE_PORT_HIDDEN_PROTEIN
|
2016-04-10 11:42:14 -07:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a30:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a32:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a34:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
turn_head LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a37:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a3f:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x74a49:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
step RIGHT
|
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortSailorGetOnBoardText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We're departing"
|
|
|
|
line "soon. Please get"
|
|
|
|
cont "on board."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortCantBoardText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Sorry. You can't"
|
|
|
|
line "board now."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortAskBoardText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Welcome to FAST"
|
|
|
|
line "SHIP S.S.AQUA."
|
|
|
|
|
|
|
|
para "Will you be board-"
|
|
|
|
line "ing today?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortAskTicketText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "May I see your"
|
|
|
|
line "S.S.TICKET?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortComeAgainText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We hope to see you"
|
|
|
|
line "again!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortFlashTicketText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> flashed"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "the S.S.TICKET."
|
|
|
|
|
|
|
|
para "That's it."
|
|
|
|
line "Thank you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortNoTicketText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> tried to"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "show the S.S."
|
|
|
|
cont "TICKET…"
|
|
|
|
|
|
|
|
para "…But no TICKET!"
|
|
|
|
|
|
|
|
para "Sorry!"
|
|
|
|
line "You may board only"
|
|
|
|
|
|
|
|
para "if you have an"
|
|
|
|
line "S.S.TICKET."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortMondayShipText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail next Monday."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
OlivinePortFridayShipText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail next Friday."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortFishingGuru1Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SHELLDER are easy"
|
|
|
|
line "to catch here."
|
|
|
|
|
|
|
|
para "They're kind of"
|
|
|
|
line "rare elsewhere."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortFishingGuru2Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "How many RODS do"
|
|
|
|
line "you have?"
|
|
|
|
|
|
|
|
para "Different RODS"
|
|
|
|
line "catch different"
|
|
|
|
cont "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "S.S.AQUA uses jets"
|
|
|
|
line "to skim over the"
|
|
|
|
cont "waves!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortCooltrainerFText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are lots of"
|
|
|
|
line "#MON in KANTO."
|
|
|
|
|
|
|
|
para "I wish I could go…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:17:08 -08:00
|
|
|
OlivinePortSailorBeforeHOFText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We don't want you"
|
|
|
|
line "to fall into the"
|
|
|
|
|
|
|
|
para "sea, so you're not"
|
|
|
|
line "allowed in."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
OlivinePort_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 11, 7, OLIVINE_PORT_PASSAGE, 5
|
|
|
|
warp_event 7, 23, FAST_SHIP_1F, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2018-03-01 14:17:08 -08:00
|
|
|
coord_event 7, 15, SCENE_DEFAULT, OlivinePortWalkUpToShipScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 1, 22, BGEVENT_ITEM, OlivinePortHiddenProtein
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|
2018-03-01 14:17:08 -08:00
|
|
|
object_event 7, 23, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortSailorAtGangwayScript, EVENT_OLIVINE_PORT_SAILOR_AT_GANGWAY
|
|
|
|
object_event 7, 15, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortSailorBeforeHOFScript, EVENT_OLIVINE_PORT_SPRITES_BEFORE_HALL_OF_FAME
|
|
|
|
object_event 6, 15, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortSailorAfterHOFScript, EVENT_OLIVINE_PORT_SPRITES_AFTER_HALL_OF_FAME
|
|
|
|
object_event 4, 14, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortFishingGuru1Script, EVENT_OLIVINE_PORT_SPRITES_BEFORE_HALL_OF_FAME
|
|
|
|
object_event 13, 14, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortFishingGuru2Script, EVENT_OLIVINE_PORT_SPRITES_BEFORE_HALL_OF_FAME
|
|
|
|
object_event 4, 15, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortYoungsterScript, EVENT_OLIVINE_PORT_SPRITES_AFTER_HALL_OF_FAME
|
|
|
|
object_event 11, 15, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortCooltrainerFScript, EVENT_OLIVINE_PORT_SPRITES_AFTER_HALL_OF_FAME
|