2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const VERMILIONPORT_SAILOR1
|
|
|
|
const VERMILIONPORT_SAILOR2
|
|
|
|
const VERMILIONPORT_SUPER_NERD
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
VermilionPort_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_VERMILIONPORT_LEAVE_SHIP
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; callbacks
|
2018-01-12 21:47:38 -08:00
|
|
|
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
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
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.FlyPoint:
|
2015-06-25 22:30:16 -07:00
|
|
|
setflag ENGINE_FLYPOINT_VERMILION
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.LeaveFastShipScript:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef3
|
2015-11-26 21:22:14 -08:00
|
|
|
appear VERMILIONPORT_SAILOR1
|
2018-02-01 09:40:58 -08:00
|
|
|
setscene SCENE_DEFAULT
|
2015-07-18 12:46:38 -07:00
|
|
|
setevent EVENT_FAST_SHIP_CABINS_SE_SSE_CAPTAINS_CABIN_TWIN_1
|
|
|
|
setevent EVENT_FAST_SHIP_CABINS_SE_SSE_GENTLEMAN
|
|
|
|
setevent EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
|
|
|
clearevent EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M
|
2015-07-20 00:51:52 -07:00
|
|
|
setevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2015-07-23 09:59:19 -07:00
|
|
|
blackoutmod VERMILION_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
SailorScript_0x74dc4:
|
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_0x74e1a
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f06
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface VERMILIONPORT_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 VERMILIONPORT_SAILOR1
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef1
|
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-18 12:46:38 -07:00
|
|
|
setevent EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
|
|
|
clearevent EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
2013-09-24 00:48:58 -07:00
|
|
|
clearevent EVENT_BEAT_POKEMANIAC_ETHAN
|
|
|
|
clearevent EVENT_BEAT_BURGLAR_COREY
|
|
|
|
clearevent EVENT_BEAT_BUG_CATCHER_KEN
|
|
|
|
clearevent EVENT_BEAT_GUITARIST_CLYDE
|
|
|
|
clearevent EVENT_BEAT_POKEFANM_JEREMY
|
|
|
|
clearevent EVENT_BEAT_POKEFANF_GEORGIA
|
|
|
|
clearevent EVENT_BEAT_SAILOR_KENNETH
|
|
|
|
clearevent EVENT_BEAT_TEACHER_SHIRLEY
|
|
|
|
clearevent EVENT_BEAT_SCHOOLBOY_NATE
|
|
|
|
clearevent EVENT_BEAT_SCHOOLBOY_RICKY
|
2015-07-11 23:00:17 -07:00
|
|
|
setevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
|
2015-11-26 21:22:14 -08:00
|
|
|
appear VERMILIONPORT_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-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e1a:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f31
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e20:
|
2015-11-26 21:22:14 -08:00
|
|
|
spriteface VERMILIONPORT_SAILOR2, 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_0x74e86
|
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_0x74e86
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal MONDAY, UnknownScript_0x74e72
|
|
|
|
if_equal TUESDAY, UnknownScript_0x74e72
|
|
|
|
if_equal THURSDAY, UnknownScript_0x74e7c
|
|
|
|
if_equal FRIDAY, UnknownScript_0x74e7c
|
|
|
|
if_equal SATURDAY, UnknownScript_0x74e7c
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f4d
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x74e8d
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f8b
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
|
|
|
iffalse UnknownScript_0x74e68
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74fc2
|
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_0x74ef8
|
2015-01-20 00:01:23 -08:00
|
|
|
jump SailorScript_0x74dc4
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e68:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ff2
|
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_0x74ef5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e72:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75059
|
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_0x74ef5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e7c:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75080
|
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_0x74ef5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e86:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e87:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74fa7
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownScript_0x74e8d:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74fa7
|
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_0x74ef5
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
SailorScript_0x74e97:
|
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_0x74e1a
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2018-01-23 20:40:25 -08:00
|
|
|
if_equal MONDAY, .NextShipWednesday
|
|
|
|
if_equal TUESDAY, .NextShipWednesday
|
|
|
|
if_equal THURSDAY, .NextShipSunday
|
|
|
|
if_equal FRIDAY, .NextShipSunday
|
|
|
|
if_equal SATURDAY, .NextShipSunday
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f4d
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x74e87
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74f8b
|
2015-11-29 19:29:45 -08:00
|
|
|
buttonsound
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem S_S_TICKET
|
2018-01-23 20:40:25 -08:00
|
|
|
iffalse .NoTicket
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74fc2
|
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_0x74efe
|
2015-01-20 00:01:23 -08:00
|
|
|
jump SailorScript_0x74dc4
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-23 20:40:25 -08:00
|
|
|
.NoTicket:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x74ff2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 20:40:25 -08:00
|
|
|
.NextShipWednesday:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75059
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 20:40:25 -08:00
|
|
|
.NextShipSunday:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x75080
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
SuperNerdScript_0x74ee6:
|
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_0x750a6
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 08:21:58 -08:00
|
|
|
VermilionPortHiddenIron:
|
2018-01-23 09:59:21 -08:00
|
|
|
hiddenitem IRON, EVENT_VERMILION_PORT_HIDDEN_IRON
|
2016-04-10 11:42:14 -07:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x74ef1:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x74ef3:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x74ef5:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
turn_head LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x74ef8:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
MovementData_0x74efe:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74f06:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74f31:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74f4d:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74f8b:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74fa7:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74fc2:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x74ff2:
|
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-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x75059:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail on Wednesday."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x75080:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail next Sunday."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
UnknownText_0x750a6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You came from"
|
|
|
|
line "JOHTO?"
|
|
|
|
|
|
|
|
para "I hear many rare"
|
|
|
|
line "#MON live over"
|
|
|
|
cont "there."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
VermilionPort_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 18:54:00 -08:00
|
|
|
warp_event 9, 5, VERMILION_PORT_PASSAGE, 5
|
|
|
|
warp_event 7, 17, 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 09:40:58 -08:00
|
|
|
coord_event 7, 11, SCENE_DEFAULT, UnknownScript_0x74e20
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; bg events
|
2017-12-28 11:31:25 -08:00
|
|
|
bg_event 16, 13, BGEVENT_ITEM, VermilionPortHiddenIron
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 7, 17, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x74dc4, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
|
|
|
object_event 6, 11, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SailorScript_0x74e97, -1
|
|
|
|
object_event 11, 11, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, SuperNerdScript_0x74ee6, -1
|