2019-04-21 17:42:25 -04:00
|
|
|
object_const_def ; object_event constants
|
2015-11-27 00:22:14 -05:00
|
|
|
const VERMILIONPORT_SAILOR1
|
|
|
|
const VERMILIONPORT_SAILOR2
|
|
|
|
const VERMILIONPORT_SUPER_NERD
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
VermilionPort_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; scene scripts
|
2018-02-01 12:40:58 -05:00
|
|
|
scene_script .DummyScene0 ; SCENE_DEFAULT
|
|
|
|
scene_script .LeaveFastShip ; SCENE_VERMILIONPORT_LEAVE_SHIP
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; callbacks
|
2018-01-13 00:47:38 -05:00
|
|
|
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-24 13:46:34 -05:00
|
|
|
.DummyScene0:
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2017-12-10 17:53:21 -05:00
|
|
|
.LeaveFastShip:
|
2019-03-10 16:39:31 -04:00
|
|
|
prioritysjump .LeaveFastShipScript
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2016-04-10 14:42:14 -04:00
|
|
|
.FlyPoint:
|
2015-06-25 23:30:16 -06:00
|
|
|
setflag ENGINE_FLYPOINT_VERMILION
|
2013-02-17 01:54:07 -05:00
|
|
|
return
|
|
|
|
|
2017-12-10 17:53:21 -05:00
|
|
|
.LeaveFastShipScript:
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef3
|
2015-11-27 00:22:14 -05:00
|
|
|
appear VERMILIONPORT_SAILOR1
|
2018-02-01 12:40:58 -05:00
|
|
|
setscene SCENE_DEFAULT
|
2015-07-18 15:46:38 -04: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 03:51:52 -04:00
|
|
|
setevent EVENT_FAST_SHIP_FIRST_TIME
|
2018-01-24 10:46:49 -05:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2015-07-23 12:59:19 -04:00
|
|
|
blackoutmod VERMILION_CITY
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-03-01 17:17:08 -05:00
|
|
|
VermilionPortSailorAtGangwayScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-01-24 10:46:49 -05:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-02-03 22:37:08 -05:00
|
|
|
iftrue VermilionPortAlreadyRodeScript
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortDepartingText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2018-02-25 20:05:37 -05:00
|
|
|
turnobject VERMILIONPORT_SAILOR1, DOWN
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 10
|
2014-04-30 06:04:35 -04:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2015-11-27 00:22:14 -05:00
|
|
|
disappear VERMILIONPORT_SAILOR1
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef1
|
2014-04-30 06:04:35 -04:00
|
|
|
playsound SFX_EXIT_BUILDING
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeOutPalettes
|
2015-11-25 10:16:29 -05:00
|
|
|
waitsfx
|
2015-07-18 15:46:38 -04:00
|
|
|
setevent EVENT_FAST_SHIP_PASSENGERS_EASTBOUND
|
|
|
|
clearevent EVENT_FAST_SHIP_PASSENGERS_WESTBOUND
|
2013-09-24 03:48:58 -04: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-12 02:00:17 -04:00
|
|
|
setevent EVENT_FAST_SHIP_DESTINATION_OLIVINE
|
2015-11-27 00:22:14 -05:00
|
|
|
appear VERMILIONPORT_SAILOR1
|
2018-02-01 12:40:58 -05:00
|
|
|
setmapscene FAST_SHIP_1F, SCENE_FASTSHIP1F_ENTER_SHIP
|
2018-01-09 18:45:25 -05:00
|
|
|
warp FAST_SHIP_1F, 25, 1
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
VermilionPortAlreadyRodeScript:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortCantBoardText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
VermilionPortWalkUpToShipScript:
|
2018-02-25 20:05:37 -05:00
|
|
|
turnobject VERMILIONPORT_SAILOR2, RIGHT
|
2018-01-24 10:46:49 -05:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-02-03 22:37:08 -05:00
|
|
|
iftrue .skip
|
2018-01-24 10:46:49 -05:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2018-02-03 22:37:08 -05:00
|
|
|
iftrue .skip
|
2018-02-25 20:05:37 -05:00
|
|
|
turnobject PLAYER, LEFT
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2019-03-10 15:31:59 -04:00
|
|
|
readvar VAR_WEEKDAY
|
2018-02-25 20:39:54 -05:00
|
|
|
ifequal MONDAY, .NextShipWednesday
|
|
|
|
ifequal TUESDAY, .NextShipWednesday
|
|
|
|
ifequal THURSDAY, .NextShipSunday
|
|
|
|
ifequal FRIDAY, .NextShipSunday
|
|
|
|
ifequal SATURDAY, .NextShipSunday
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortAskBoardingText
|
2013-02-17 01:54:07 -05:00
|
|
|
yesorno
|
2018-02-03 22:37:08 -05:00
|
|
|
iffalse VermilionPortNotRidingMoveAwayScript
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortAskTicketText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
checkitem S_S_TICKET
|
2018-02-03 22:37:08 -05:00
|
|
|
iffalse .NoTicket
|
|
|
|
writetext VermilionPortSSTicketText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2018-01-24 10:46:49 -05:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef8
|
2019-03-10 16:39:31 -04:00
|
|
|
sjump VermilionPortSailorAtGangwayScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
.NoTicket:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortNoTicketText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef5
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
.NextShipWednesday:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortSailMondayText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef5
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
.NextShipSunday:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortSailSundayText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef5
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
.skip:
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
VermilionPortNotRidingScript:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortComeAgainText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
VermilionPortNotRidingMoveAwayScript:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortComeAgainText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74ef5
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
VermilionPortSailorScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-01-24 10:46:49 -05:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2018-02-03 22:37:08 -05:00
|
|
|
iftrue VermilionPortAlreadyRodeScript
|
2019-03-10 15:31:59 -04:00
|
|
|
readvar VAR_WEEKDAY
|
2018-02-02 21:09:17 -05:00
|
|
|
ifequal MONDAY, .NextShipWednesday
|
|
|
|
ifequal TUESDAY, .NextShipWednesday
|
|
|
|
ifequal THURSDAY, .NextShipSunday
|
|
|
|
ifequal FRIDAY, .NextShipSunday
|
|
|
|
ifequal SATURDAY, .NextShipSunday
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortAskBoardingText
|
2013-02-17 01:54:07 -05:00
|
|
|
yesorno
|
2018-02-03 22:37:08 -05:00
|
|
|
iffalse VermilionPortNotRidingScript
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortAskTicketText
|
2019-11-03 12:48:54 -05:00
|
|
|
promptbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
checkitem S_S_TICKET
|
2018-01-23 23:40:25 -05:00
|
|
|
iffalse .NoTicket
|
2018-02-03 22:37:08 -05:00
|
|
|
writetext VermilionPortSSTicketText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2018-01-24 10:46:49 -05:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x74efe
|
2019-03-10 16:39:31 -04:00
|
|
|
sjump VermilionPortSailorAtGangwayScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-23 23:40:25 -05:00
|
|
|
.NoTicket:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortNoTicketText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 23:40:25 -05:00
|
|
|
.NextShipWednesday:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortSailMondayText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 23:40:25 -05:00
|
|
|
.NextShipSunday:
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortSailSundayText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
VermilionPortSuperNerdScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2019-10-20 22:24:17 +00:00
|
|
|
writetext VermilionPortSuperNerdText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-12-15 11:21:58 -05:00
|
|
|
VermilionPortHiddenIron:
|
2018-01-23 12:59:21 -05:00
|
|
|
hiddenitem IRON, EVENT_VERMILION_PORT_HIDDEN_IRON
|
2016-04-10 14:42:14 -04:00
|
|
|
|
2015-06-25 23:30:16 -06:00
|
|
|
MovementData_0x74ef1:
|
2016-05-14 13:46:14 -04:00
|
|
|
step DOWN
|
2013-02-17 01:54:07 -05:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 23:30:16 -06:00
|
|
|
MovementData_0x74ef3:
|
2016-05-14 13:46:14 -04:00
|
|
|
step UP
|
2013-02-17 01:54:07 -05:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 23:30:16 -06:00
|
|
|
MovementData_0x74ef5:
|
2016-05-14 13:46:14 -04:00
|
|
|
step RIGHT
|
|
|
|
turn_head LEFT
|
2013-02-17 01:54:07 -05:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 23:30:16 -06:00
|
|
|
MovementData_0x74ef8:
|
2016-05-14 13:46:14 -04:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-17 01:54:07 -05:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 23:30:16 -06:00
|
|
|
MovementData_0x74efe:
|
2016-05-14 13:46:14 -04:00
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-17 01:54:07 -05:00
|
|
|
step_end
|
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortDepartingText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "We're departing"
|
|
|
|
line "soon. Please get"
|
|
|
|
cont "on board."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortCantBoardText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Sorry. You can't"
|
|
|
|
line "board now."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortAskBoardingText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Welcome to FAST"
|
|
|
|
line "SHIP S.S.AQUA."
|
|
|
|
|
|
|
|
para "Will you be board-"
|
|
|
|
line "ing today?"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortAskTicketText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "May I see your"
|
|
|
|
line "S.S.TICKET?"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortComeAgainText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "We hope to see you"
|
|
|
|
line "again!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-02-03 22:37:08 -05:00
|
|
|
VermilionPortSSTicketText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> flashed"
|
2014-03-06 00:29:44 -05:00
|
|
|
line "the S.S.TICKET."
|
|
|
|
|
|
|
|
para "That's it."
|
|
|
|
line "Thank you!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortNoTicketText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> tried to"
|
2014-03-06 00:29:44 -05: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-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortSailMondayText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail on Wednesday."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortSailSundayText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "The FAST SHIP will"
|
|
|
|
line "sail next Sunday."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2019-10-20 22:24:17 +00:00
|
|
|
VermilionPortSuperNerdText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "You came from"
|
|
|
|
line "JOHTO?"
|
|
|
|
|
|
|
|
para "I hear many rare"
|
|
|
|
line "#MON live over"
|
|
|
|
cont "there."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
VermilionPort_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; warp events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 9, 5, VERMILION_PORT_PASSAGE, 5
|
|
|
|
warp_event 7, 17, FAST_SHIP_1F, 1
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; coord events
|
2018-02-25 20:39:54 -05:00
|
|
|
coord_event 7, 11, SCENE_DEFAULT, VermilionPortWalkUpToShipScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 1 ; bg events
|
2017-12-28 14:31:25 -05:00
|
|
|
bg_event 16, 13, BGEVENT_ITEM, VermilionPortHiddenIron
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 3 ; object events
|
2018-03-01 17:17:08 -05:00
|
|
|
object_event 7, 17, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VermilionPortSailorAtGangwayScript, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
|
2018-02-28 17:47:31 -05:00
|
|
|
object_event 6, 11, SPRITE_SAILOR, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VermilionPortSailorScript, -1
|
|
|
|
object_event 11, 11, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VermilionPortSuperNerdScript, -1
|