pokecrystal-board/maps/GoldenrodMagnetTrainStation.asm

182 lines
4.2 KiB
NASM
Raw Normal View History

object_const_def ; object_event constants
2015-11-26 21:22:14 -08:00
const GOLDENRODMAGNETTRAINSTATION_OFFICER
const GOLDENRODMAGNETTRAINSTATION_GENTLEMAN
GoldenrodMagnetTrainStation_MapScripts:
db 1 ; scene scripts
scene_script .DummyScene ; SCENE_DEFAULT
db 0 ; callbacks
.DummyScene:
end
2018-03-01 10:18:51 -08:00
GoldenrodMagnetTrainStationOfficerScript:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue .MagnetTrainToSaffron
writetext GoldenrodMagnetTrainStationOfficerTheTrainHasntComeInText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.MagnetTrainToSaffron:
writetext GoldenrodMagnetTrainStationOfficerAreYouComingAboardText
yesorno
iffalse .DecidedNotToRide
checkitem PASS
iffalse .PassNotInBag
writetext GoldenrodMagnetTrainStationOfficerRightThisWayText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
applymovement GOLDENRODMAGNETTRAINSTATION_OFFICER, GoldenrodMagnetTrainStationOfficerApproachTrainDoorMovement
applymovement PLAYER, GoldenrodMagnetTrainStationPlayerApproachAndEnterTrainMovement
setval FALSE
special MagnetTrain
warpcheck
2015-11-11 20:38:57 -08:00
newloadmap MAPSETUP_TRAIN
2015-07-25 17:18:59 -07:00
applymovement PLAYER, .MovementBoardTheTrain
wait 20
end
.MovementBoardTheTrain:
2016-05-14 10:46:14 -07:00
turn_head DOWN
step_end
.PassNotInBag:
writetext GoldenrodMagnetTrainStationOfficerYouDontHaveARailPassText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
.DecidedNotToRide:
writetext GoldenrodMagnetTrainStationOfficerHopeToSeeYouAgainText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
Script_ArriveFromSaffron:
applymovement GOLDENRODMAGNETTRAINSTATION_OFFICER, GoldenrodMagnetTrainStationOfficerApproachTrainDoorMovement
applymovement PLAYER, GoldenrodMagnetTrainStationPlayerLeaveTrainAndEnterStationMovement
applymovement GOLDENRODMAGNETTRAINSTATION_OFFICER, GoldenrodMagnetTrainStationOfficerReturnToBoardingGateMovement
2015-12-09 15:25:44 -08:00
opentext
writetext GoldenrodMagnetTrainStationOfficerArrivedInGoldenrodText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2017-12-17 16:48:04 -08:00
GoldenrodMagnetTrainStationGentlemanScript:
jumptextfaceplayer GoldenrodMagnetTrainStationGentlemanText
GoldenrodMagnetTrainStationOfficerApproachTrainDoorMovement:
2016-05-14 10:46:14 -07:00
step UP
step UP
step RIGHT
turn_head LEFT
step_end
GoldenrodMagnetTrainStationOfficerReturnToBoardingGateMovement:
2016-05-14 10:46:14 -07:00
step LEFT
step DOWN
step DOWN
step_end
GoldenrodMagnetTrainStationPlayerApproachAndEnterTrainMovement:
2016-05-14 10:46:14 -07:00
step UP
step UP
step UP
step LEFT
step LEFT
step LEFT
step UP
step UP
step_end
GoldenrodMagnetTrainStationPlayerLeaveTrainAndEnterStationMovement:
2016-05-14 10:46:14 -07:00
step LEFT
step LEFT
step DOWN
step DOWN
step DOWN
step DOWN
turn_head UP
step_end
GoldenrodMagnetTrainStationOfficerTheTrainHasntComeInText:
text "The train hasn't"
line "come in…"
para "I know! I'll carry"
line "the passengers on"
cont "my back!"
para "That won't work."
done
GoldenrodMagnetTrainStationOfficerAreYouComingAboardText:
text "We'll soon depart"
line "for SAFFRON."
para "Are you coming"
line "aboard?"
done
GoldenrodMagnetTrainStationOfficerRightThisWayText:
text "May I see your"
line "rail PASS, please?"
para "OK. Right this"
line "way, please."
done
GoldenrodMagnetTrainStationOfficerYouDontHaveARailPassText:
text "Sorry. You don't"
line "have a rail PASS."
done
GoldenrodMagnetTrainStationOfficerHopeToSeeYouAgainText:
text "We hope to see you"
line "again!"
done
GoldenrodMagnetTrainStationOfficerArrivedInGoldenrodText:
text "We have arrived in"
line "GOLDENROD."
para "We hope to see you"
line "again."
done
2017-12-17 16:48:04 -08:00
GoldenrodMagnetTrainStationGentlemanText:
text "I'm the PRESIDENT."
para "My dream was to"
line "build a train that"
para "is faster than any"
line "#MON."
para "It really brings"
line "JOHTO much closer"
cont "to KANTO."
done
GoldenrodMagnetTrainStation_MapEvents:
db 0, 0 ; filler
db 4 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 8, 17, GOLDENROD_CITY, 5
warp_event 9, 17, GOLDENROD_CITY, 5
warp_event 6, 5, SAFFRON_MAGNET_TRAIN_STATION, 4
warp_event 11, 5, SAFFRON_MAGNET_TRAIN_STATION, 3
db 1 ; coord events
2018-02-01 19:22:07 -08:00
coord_event 11, 6, SCENE_DEFAULT, Script_ArriveFromSaffron
db 0 ; bg events
db 2 ; object events
2018-03-01 10:18:51 -08:00
object_event 9, 9, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodMagnetTrainStationOfficerScript, -1
object_event 11, 14, SPRITE_GENTLEMAN, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodMagnetTrainStationGentlemanScript, EVENT_GOLDENROD_TRAIN_STATION_GENTLEMAN