2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const VICTORYROADGATE_OFFICER
|
|
|
|
const VICTORYROADGATE_BLACK_BELT1
|
|
|
|
const VICTORYROADGATE_BLACK_BELT2
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
VictoryRoadGate_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
|
2018-02-01 12:06:06 -08:00
|
|
|
scene_script .DummyScene1 ; SCENE_FINISHED
|
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-24 10:46:34 -08:00
|
|
|
.DummyScene1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
VictoryRoadGateBadgeCheckScene:
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject PLAYER, LEFT
|
2019-03-10 13:39:31 -07:00
|
|
|
sjump VictoryRoadGateBadgeCheckScript
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateOfficerScript:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateBadgeCheckScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-10 14:53:21 -08:00
|
|
|
writetext VictoryRoadGateOfficerText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_BADGES
|
2018-02-02 18:09:17 -08:00
|
|
|
ifgreater NUM_JOHTO_BADGES - 1, .AllEightBadges
|
2017-12-10 14:53:21 -08:00
|
|
|
writetext VictoryRoadGateNotEnoughBadgesText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2017-12-10 14:53:21 -08:00
|
|
|
applymovement PLAYER, VictoryRoadGateStepDownMovement
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.AllEightBadges:
|
|
|
|
writetext VictoryRoadGateEightBadgesText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-01 12:06:06 -08:00
|
|
|
setscene SCENE_FINISHED
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateLeftBlackBeltScript:
|
|
|
|
jumptextfaceplayer VictoryRoadGateLeftBlackBeltText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateRightBlackBeltScript:
|
|
|
|
jumptextfaceplayer VictoryRoadGateRightBlackBeltText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateStepDownMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateOfficerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Only trainers who"
|
|
|
|
line "have proven them-"
|
|
|
|
cont "selves may pass."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateNotEnoughBadgesText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You don't have all"
|
|
|
|
line "the GYM BADGES of"
|
|
|
|
cont "JOHTO."
|
|
|
|
|
|
|
|
para "I'm sorry, but I"
|
|
|
|
line "can't let you go"
|
|
|
|
cont "through."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateEightBadgesText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh! The eight"
|
|
|
|
line "BADGES of JOHTO!"
|
|
|
|
|
|
|
|
para "Please, go right"
|
|
|
|
line "on through!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateLeftBlackBeltText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This way leads to"
|
|
|
|
line "MT.SILVER."
|
|
|
|
|
|
|
|
para "You'll see scary-"
|
|
|
|
line "strong #MON out"
|
|
|
|
cont "there."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
VictoryRoadGateRightBlackBeltText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Off to the #MON"
|
|
|
|
line "LEAGUE, are you?"
|
|
|
|
|
|
|
|
para "The ELITE FOUR are"
|
|
|
|
line "so strong it's"
|
|
|
|
|
|
|
|
para "scary, and they're"
|
|
|
|
line "ready for you!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
VictoryRoadGate_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 8 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 17, 7, ROUTE_22, 1
|
|
|
|
warp_event 18, 7, ROUTE_22, 1
|
|
|
|
warp_event 9, 17, ROUTE_26, 1
|
2018-02-01 18:54:00 -08:00
|
|
|
warp_event 10, 17, ROUTE_26, 1
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 9, 0, VICTORY_ROAD, 1
|
|
|
|
warp_event 10, 0, VICTORY_ROAD, 1
|
|
|
|
warp_event 1, 7, ROUTE_28, 2
|
|
|
|
warp_event 2, 7, ROUTE_28, 2
|
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 10, 11, SCENE_DEFAULT, VictoryRoadGateBadgeCheckScene
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 8, 11, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VictoryRoadGateOfficerScript, -1
|
|
|
|
object_event 7, 5, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VictoryRoadGateLeftBlackBeltScript, EVENT_OPENED_MT_SILVER
|
|
|
|
object_event 12, 5, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, VictoryRoadGateRightBlackBeltScript, EVENT_FOUGHT_SNORLAX
|