2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
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:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; 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
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; 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:
|
|
|
|
priorityjump .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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
SailorScript_0x748c0:
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x74919
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74a55
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x7490a
|
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
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7490a:
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x74919:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74a80
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7491f:
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x7498b
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x7498b
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x7494e
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal SUNDAY, UnknownScript_0x74977
|
|
|
|
ifequal SATURDAY, UnknownScript_0x74977
|
|
|
|
ifequal TUESDAY, UnknownScript_0x74981
|
|
|
|
ifequal WEDNESDAY, UnknownScript_0x74981
|
|
|
|
ifequal THURSDAY, UnknownScript_0x74981
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7494e:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74a9c
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x74992
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ada
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
|
|
|
iffalse UnknownScript_0x7496d
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74b11
|
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
|
2015-01-20 00:01:23 -08:00
|
|
|
jump SailorScript_0x748c0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7496d:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74b41
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x74977:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ba8
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x74981:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74bce
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7498b:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x7498c:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74af6
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x74992:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74af6
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
SailorScript_0x7499c:
|
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
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x74919
|
2015-07-20 00:51:52 -07:00
|
|
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x749c0
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal SUNDAY, UnknownScript_0x749f2
|
|
|
|
ifequal SATURDAY, UnknownScript_0x749f2
|
|
|
|
ifequal TUESDAY, UnknownScript_0x749f8
|
|
|
|
ifequal WEDNESDAY, UnknownScript_0x749f8
|
|
|
|
ifequal THURSDAY, UnknownScript_0x749f8
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x749c0:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74a9c
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x7498c
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ada
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
|
|
|
iffalse UnknownScript_0x749ec
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74b11
|
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-09 19:08:03 -07:00
|
|
|
checkcode VAR_FACING
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal RIGHT, UnknownScript_0x749e5
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a3f
|
2015-01-20 00:01:23 -08:00
|
|
|
jump SailorScript_0x748c0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x749e5:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74a49
|
2015-01-20 00:01:23 -08:00
|
|
|
jump SailorScript_0x748c0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x749ec:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74b41
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x749f2:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ba8
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x749f8:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74bce
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
OlivinePortSailorScript:
|
|
|
|
jumptextfaceplayer OlivinePortSailorText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
FishingGuruScript_0x74a01:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74bf4
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
FishingGuruScript_0x74a0c:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74c35
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
YoungsterScript_0x74a17:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74c76
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
CooltrainerFScript_0x74a22:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ca2
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74a55:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74a80:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74a9c:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74ada:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74af6:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74b11:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74b41:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74ba8:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74bce:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74bf4:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74c35:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74c76:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x74ca2:
|
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
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
OlivinePortSailorText:
|
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
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; 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
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; coord events
|
2018-02-01 19:22:07 -08:00
|
|
|
coord_event 7, 15, SCENE_DEFAULT, UnknownScript_0x7491f
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; 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
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 7 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 7, 23, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x748c0, EVENT_OLIVINE_PORT_SAILOR_AT_GANGWAY
|
|
|
|
object_event 7, 15, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortSailorScript, 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, SailorScript_0x7499c, 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, FishingGuruScript_0x74a01, EVENT_OLIVINE_PORT_SPRITES_BEFORE_HALL_OF_FAME
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 13, 14, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, FishingGuruScript_0x74a0c, EVENT_OLIVINE_PORT_SPRITES_BEFORE_HALL_OF_FAME
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 4, 15, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, YoungsterScript_0x74a17, EVENT_OLIVINE_PORT_SPRITES_AFTER_HALL_OF_FAME
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 11, 15, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CooltrainerFScript_0x74a22, EVENT_OLIVINE_PORT_SPRITES_AFTER_HALL_OF_FAME
|