2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const DRAGONSHRINE_ELDER1
|
|
|
|
const DRAGONSHRINE_ELDER2
|
|
|
|
const DRAGONSHRINE_ELDER3
|
|
|
|
const DRAGONSHRINE_CLAIR
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
DragonShrine_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; scene scripts
|
2018-02-01 09:40:58 -08:00
|
|
|
scene_script .DragonShrineTest ; SCENE_DEFAULT
|
2018-02-01 12:06:06 -08:00
|
|
|
scene_script .DummyScene ; 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-10 14:53:21 -08:00
|
|
|
.DragonShrineTest:
|
2019-03-10 13:39:31 -07:00
|
|
|
prioritysjump .DragonShrineTestScript
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.DummyScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.DragonShrineTestScript:
|
2018-01-13 07:25:02 -08:00
|
|
|
applymovement PLAYER, DragonShrinePlayerWalkInMovement
|
|
|
|
applymovement DRAGONSHRINE_ELDER1, DragonShrineElderStepDownMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineElderGreetingText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2015-07-17 14:17:10 -07:00
|
|
|
.Question1:
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineQuestion1Text
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-25 17:05:37 -08:00
|
|
|
loadmenu DragonShrineQuestion1_MenuHeader
|
2015-12-15 15:59:49 -08:00
|
|
|
verticalmenu
|
2015-12-24 19:58:42 -08:00
|
|
|
closewindow
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .RightAnswer
|
|
|
|
ifequal 2, .WrongAnswer
|
|
|
|
ifequal 3, .RightAnswer
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.Question2:
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineQuestion2Text
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-25 17:05:37 -08:00
|
|
|
loadmenu DragonShrineQuestion2_MenuHeader
|
2015-12-15 15:59:49 -08:00
|
|
|
verticalmenu
|
2015-12-24 19:58:42 -08:00
|
|
|
closewindow
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .RightAnswer
|
|
|
|
ifequal 2, .RightAnswer
|
|
|
|
ifequal 3, .WrongAnswer
|
2015-07-17 14:17:10 -07:00
|
|
|
.Question3:
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineQuestion3Text
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-25 17:05:37 -08:00
|
|
|
loadmenu DragonShrineQuestion3_MenuHeader
|
2015-12-15 15:59:49 -08:00
|
|
|
verticalmenu
|
2015-12-24 19:58:42 -08:00
|
|
|
closewindow
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .WrongAnswer
|
|
|
|
ifequal 2, .RightAnswer
|
|
|
|
ifequal 3, .RightAnswer
|
2015-07-17 14:17:10 -07:00
|
|
|
.Question4:
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineQuestion4Text
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-25 17:05:37 -08:00
|
|
|
loadmenu DragonShrineQuestion4_MenuHeader
|
2015-12-15 15:59:49 -08:00
|
|
|
verticalmenu
|
2015-12-24 19:58:42 -08:00
|
|
|
closewindow
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .RightAnswer
|
|
|
|
ifequal 2, .WrongAnswer
|
|
|
|
ifequal 3, .RightAnswer
|
2015-07-17 14:17:10 -07:00
|
|
|
.Question5:
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineQuestion5Text
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-02-25 17:05:37 -08:00
|
|
|
loadmenu DragonShrineQuestion5_MenuHeader
|
2015-12-15 15:59:49 -08:00
|
|
|
verticalmenu
|
2015-12-24 19:58:42 -08:00
|
|
|
closewindow
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal 1, .WrongAnswer
|
|
|
|
ifequal 2, .RightAnswer
|
|
|
|
ifequal 3, .WrongAnswer
|
2015-07-17 14:17:10 -07:00
|
|
|
.RightAnswer:
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .PassedTheTest
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineRightAnswerText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question5
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question4
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question3
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question2
|
|
|
|
.WrongAnswer:
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject DRAGONSHRINE_ELDER1, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineWrongAnswerText1
|
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 DRAGONSHRINE_ELDER1, DOWN
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineWrongAnswerText2
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-10 05:08:03 -07:00
|
|
|
setevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question5
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question4
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question3
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question2
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .Question1
|
|
|
|
.PassedTheTest:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrinePassedTestText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ENTER_DOOR
|
2015-07-21 23:49:18 -07:00
|
|
|
showemote EMOTE_SHOCK, PLAYER, 15
|
2014-04-30 03:04:35 -07:00
|
|
|
playmusic MUSIC_CLAIR
|
2015-11-26 21:22:14 -08:00
|
|
|
appear DRAGONSHRINE_CLAIR
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject PLAYER, DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2018-01-13 07:25:02 -08:00
|
|
|
applymovement DRAGONSHRINE_CLAIR, DragonShrineClairWalkInMovement
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject DRAGONSHRINE_CLAIR, RIGHT
|
|
|
|
turnobject PLAYER, LEFT
|
|
|
|
turnobject DRAGONSHRINE_ELDER1, LEFT
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineClairYouPassedText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-24 08:17:05 -08:00
|
|
|
special FadeOutMusic
|
2018-01-13 07:25:02 -08:00
|
|
|
applymovement DRAGONSHRINE_CLAIR, DragonShrineClairBigStepLeftMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineClairThatCantBeText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-13 07:25:02 -08:00
|
|
|
applymovement DRAGONSHRINE_CLAIR, DragonShrineClairSlowStepLeftMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineClairYoureLyingText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-01-13 07:25:02 -08:00
|
|
|
applymovement DRAGONSHRINE_ELDER1, DragonShrineElderWalkToClairMovement
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject DRAGONSHRINE_CLAIR, UP
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineMustIInformLanceText
|
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
|
|
|
showemote EMOTE_SHOCK, DRAGONSHRINE_CLAIR, 15
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineIUnderstandText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-28 13:50:43 -08:00
|
|
|
applymovement DRAGONSHRINE_CLAIR, DragonShrineClairTwoSlowStepsRightMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineHereRisingBadgeText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_RISINGBADGE
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_GET_BADGE
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2015-10-24 07:34:19 -07:00
|
|
|
specialphonecall SPECIALCALL_MASTERBALL
|
2018-02-01 12:06:06 -08:00
|
|
|
setscene SCENE_FINISHED
|
2018-02-01 09:40:58 -08:00
|
|
|
setmapscene DRAGONS_DEN_B1F, SCENE_DRAGONSDENB1F_CLAIR_GIVES_TM
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrinePlayerReceivedRisingBadgeText
|
2019-11-03 09:48:54 -08:00
|
|
|
promptbutton
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineRisingBadgeExplanationText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-28 13:50:43 -08:00
|
|
|
applymovement DRAGONSHRINE_ELDER1, DragonShrineElderWalkAway1Movement
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject DRAGONSHRINE_CLAIR, UP
|
2018-02-28 13:50:43 -08:00
|
|
|
applymovement DRAGONSHRINE_ELDER1, DragonShrineElderWalkAway2Movement
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject PLAYER, UP
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineElderScoldsClairText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineSpeechlessText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-28 13:50:43 -08:00
|
|
|
applymovement DRAGONSHRINE_CLAIR, DragonShrineClairWalkOutMovement
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ENTER_DOOR
|
2015-11-26 21:22:14 -08:00
|
|
|
disappear DRAGONSHRINE_CLAIR
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElder1Script:
|
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
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .DontGiveDratiniYet
|
2018-01-24 07:46:49 -08:00
|
|
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_7
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .ReceivedDratini
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_GOT_DRATINI
|
2015-07-17 14:17:10 -07:00
|
|
|
iffalse .GiveDratini
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_BEAT_RIVAL_IN_MT_MOON
|
2015-07-17 14:17:10 -07:00
|
|
|
iftrue .BeatRivalInMtMoon
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineClairsGrandfatherText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.GiveDratini:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineTakeThisDratiniText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_PARTYCOUNT
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal PARTY_LENGTH, .PartyFull
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrinePlayerReceivedDratiniText
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_CAUGHT_MON
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-10-04 11:14:51 -07:00
|
|
|
givepoke DRATINI, 15
|
2015-07-10 05:08:03 -07:00
|
|
|
checkevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
2018-01-30 11:55:27 -08:00
|
|
|
special GiveDratini
|
2015-07-10 05:08:03 -07:00
|
|
|
setevent EVENT_GOT_DRATINI
|
2018-01-24 07:46:49 -08:00
|
|
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_7
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineSymbolicDragonText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.PartyFull:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrinePartyFullText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.BeatRivalInMtMoon:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineSilverIsInTrainingText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.DontGiveDratiniYet:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineComeAgainText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-17 14:17:10 -07:00
|
|
|
.ReceivedDratini:
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineSymbolicDragonText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElder2Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineElder2Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElder3Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-01-13 07:25:02 -08:00
|
|
|
writetext DragonShrineElder3Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
DragonShrineQuestion1_MenuHeader:
|
2018-01-14 02:59:56 -08:00
|
|
|
db MENU_BACKUP_TILES ; flags
|
2018-01-13 13:38:14 -08:00
|
|
|
menu_coords 8, 4, SCREEN_WIDTH - 1, TEXTBOX_Y - 1
|
2018-01-23 13:08:43 -08:00
|
|
|
dw .MenuData
|
2013-04-30 23:32:25 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
.MenuData:
|
2018-01-14 02:59:56 -08:00
|
|
|
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
2013-04-30 23:32:25 -07:00
|
|
|
db 3 ; items
|
|
|
|
db "Pal@"
|
|
|
|
db "Underling@"
|
|
|
|
db "Friend@"
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
DragonShrineQuestion2_MenuHeader:
|
2018-01-14 02:59:56 -08:00
|
|
|
db MENU_BACKUP_TILES ; flags
|
2018-01-13 13:38:14 -08:00
|
|
|
menu_coords 9, 4, SCREEN_WIDTH - 1, TEXTBOX_Y - 1
|
2018-01-23 13:08:43 -08:00
|
|
|
dw .MenuData
|
2013-04-30 23:32:25 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
.MenuData:
|
2018-01-14 02:59:56 -08:00
|
|
|
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
2013-04-30 23:32:25 -07:00
|
|
|
db 3 ; items
|
|
|
|
db "Strategy@"
|
|
|
|
db "Raising@"
|
|
|
|
db "Cheating@"
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
DragonShrineQuestion3_MenuHeader:
|
2018-01-14 02:59:56 -08:00
|
|
|
db MENU_BACKUP_TILES ; flags
|
2018-01-13 13:38:14 -08:00
|
|
|
menu_coords 5, 4, SCREEN_WIDTH - 1, TEXTBOX_Y - 1
|
2018-01-23 13:08:43 -08:00
|
|
|
dw .MenuData
|
2013-04-30 23:32:25 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
.MenuData:
|
2018-01-14 02:59:56 -08:00
|
|
|
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
2013-04-30 23:32:25 -07:00
|
|
|
db 3 ; items
|
|
|
|
db "Weak person@"
|
|
|
|
db "Tough person@"
|
|
|
|
db "Anybody@"
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
DragonShrineQuestion4_MenuHeader:
|
2018-01-14 02:59:56 -08:00
|
|
|
db MENU_BACKUP_TILES ; flags
|
2018-01-13 13:38:14 -08:00
|
|
|
menu_coords 8, 4, SCREEN_WIDTH - 1, TEXTBOX_Y - 1
|
2018-01-23 13:08:43 -08:00
|
|
|
dw .MenuData
|
2013-04-30 23:32:25 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
.MenuData:
|
2018-01-14 02:59:56 -08:00
|
|
|
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
2013-04-30 23:32:25 -07:00
|
|
|
db 3 ; items
|
|
|
|
db "Love@"
|
|
|
|
db "Violence@"
|
|
|
|
db "Knowledge@"
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
DragonShrineQuestion5_MenuHeader:
|
2018-01-14 02:59:56 -08:00
|
|
|
db MENU_BACKUP_TILES ; flags
|
2018-01-13 13:38:14 -08:00
|
|
|
menu_coords 12, 4, SCREEN_WIDTH - 1, TEXTBOX_Y - 1
|
2018-01-23 13:08:43 -08:00
|
|
|
dw .MenuData
|
2013-04-30 23:32:25 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2018-01-23 13:08:43 -08:00
|
|
|
.MenuData:
|
2018-01-14 02:59:56 -08:00
|
|
|
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
2013-04-30 23:32:25 -07:00
|
|
|
db 3 ; items
|
|
|
|
db "Tough@"
|
|
|
|
db "Both@"
|
|
|
|
db "Weak@"
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrinePlayerWalkInMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step RIGHT
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElderStepDownMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElderWalkToClairMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step LEFT
|
|
|
|
slow_step LEFT
|
|
|
|
slow_step LEFT
|
|
|
|
turn_head DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
DragonShrineElderWalkAway1Movement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
DragonShrineElderWalkAway2Movement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step RIGHT
|
|
|
|
turn_head DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairWalkInMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
|
|
|
slow_step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairBigStepLeftMovement:
|
2013-02-16 22:54:07 -08:00
|
|
|
fix_facing
|
2016-05-14 10:46:14 -07:00
|
|
|
big_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairSlowStepLeftMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
remove_fixed_facing
|
|
|
|
step_end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
DragonShrineClairTwoSlowStepsRightMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
slow_step RIGHT
|
|
|
|
slow_step RIGHT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
DragonShrineClairWalkOutMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElderGreetingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hm… Good to see"
|
|
|
|
line "you here."
|
|
|
|
|
|
|
|
para "No need to explain"
|
|
|
|
line "why you came."
|
|
|
|
|
|
|
|
para "CLAIR sent you"
|
|
|
|
line "here, didn't she?"
|
|
|
|
|
|
|
|
para "That girl is a"
|
|
|
|
line "handful…"
|
|
|
|
|
|
|
|
para "I am sorry, but I"
|
|
|
|
line "must test you."
|
|
|
|
|
|
|
|
para "Not to worry, you"
|
|
|
|
line "are to answer only"
|
|
|
|
cont "a few questions."
|
|
|
|
|
|
|
|
para "Ready?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineQuestion1Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What are #MON"
|
|
|
|
line "to you?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineQuestion2Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What helps you to"
|
|
|
|
line "win battles?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineQuestion3Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What kind of"
|
|
|
|
line "trainer do you"
|
|
|
|
cont "wish to battle?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineQuestion4Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What is most"
|
|
|
|
line "important for"
|
|
|
|
cont "raising #MON?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineQuestion5Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Strong #MON."
|
|
|
|
line "Weak #MON."
|
|
|
|
|
|
|
|
para "Which is more"
|
|
|
|
line "important?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrinePassedTestText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hm… I see…"
|
|
|
|
|
|
|
|
para "You care deeply"
|
|
|
|
line "for #MON."
|
|
|
|
|
|
|
|
para "Very commendable."
|
|
|
|
|
|
|
|
para "That conviction is"
|
|
|
|
line "what is important!"
|
|
|
|
|
2015-06-27 21:59:17 -07:00
|
|
|
para "<PLAYER>, don't"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "lose that belief."
|
|
|
|
|
|
|
|
para "It will see you"
|
|
|
|
line "through at the"
|
|
|
|
cont "#MON LEAGUE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineMustIInformLanceText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CLAIR!"
|
|
|
|
|
|
|
|
para "This child is"
|
|
|
|
line "impeccable, in"
|
|
|
|
cont "skill and spirit!"
|
|
|
|
|
|
|
|
para "Admit defeat and"
|
|
|
|
line "confer the RISING-"
|
|
|
|
cont "BADGE!"
|
|
|
|
|
|
|
|
para "…Or must I inform"
|
|
|
|
line "LANCE of this?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElderScoldsClairText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CLAIR…"
|
|
|
|
|
|
|
|
para "Reflect upon what"
|
|
|
|
line "it is that you"
|
|
|
|
|
|
|
|
para "lack and this"
|
|
|
|
line "child has."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineComeAgainText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Come again, if you"
|
|
|
|
line "so desire."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineTakeThisDratiniText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hm… Good to see"
|
|
|
|
line "you here."
|
|
|
|
|
|
|
|
para "Your arrival is"
|
|
|
|
line "most fortunate."
|
|
|
|
|
|
|
|
para "I have something"
|
|
|
|
line "for you."
|
|
|
|
|
|
|
|
para "Take this DRATINI"
|
|
|
|
line "as proof that I"
|
|
|
|
|
|
|
|
para "have recognized"
|
|
|
|
line "your worth."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrinePlayerReceivedDratiniText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "DRATINI!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrinePartyFullText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hm? Your #MON"
|
|
|
|
line "party is full."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineSymbolicDragonText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Dragon #MON are"
|
|
|
|
line "symbolic of our"
|
|
|
|
cont "clan."
|
|
|
|
|
|
|
|
para "You have shown"
|
|
|
|
line "that you can be"
|
|
|
|
|
|
|
|
para "entrusted with"
|
|
|
|
line "one."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairsGrandfatherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CLAIR appears to"
|
|
|
|
line "have learned an"
|
|
|
|
|
|
|
|
para "invaluable lesson"
|
|
|
|
line "from you."
|
|
|
|
|
|
|
|
para "I thank you as her"
|
|
|
|
line "grandfather."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineSilverIsInTrainingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A boy close to"
|
|
|
|
line "your age is in"
|
|
|
|
cont "training here."
|
|
|
|
|
|
|
|
para "He is much like"
|
|
|
|
line "CLAIR when she was"
|
|
|
|
|
|
|
|
para "younger. It is a"
|
|
|
|
line "little worrisome…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineWrongAnswerText1:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hah? I didn't"
|
|
|
|
line "quite catch that…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineWrongAnswerText2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "What was it you"
|
|
|
|
line "said?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineRightAnswerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, I understand…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElder2Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's been quite"
|
|
|
|
line "some time since a"
|
|
|
|
|
|
|
|
para "trainer has gained"
|
|
|
|
line "our MASTER's rare"
|
|
|
|
cont "approval."
|
|
|
|
|
|
|
|
para "In fact, not since"
|
|
|
|
line "Master LANCE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineElder3Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You know young"
|
|
|
|
line "Master LANCE?"
|
|
|
|
|
|
|
|
para "He looks so much"
|
|
|
|
line "like our MASTER"
|
|
|
|
cont "did in his youth."
|
|
|
|
|
|
|
|
para "It's in their"
|
|
|
|
line "blood."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairYouPassedText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "So how did it go?"
|
|
|
|
|
|
|
|
para "I guess there's no"
|
|
|
|
line "point in asking."
|
|
|
|
|
|
|
|
para "You did fail?"
|
|
|
|
|
2018-01-18 23:30:19 -08:00
|
|
|
para "<……><……><……><……><……><……>"
|
2014-03-05 21:29:44 -08:00
|
|
|
|
|
|
|
para "…What? You passed?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairThatCantBeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "That can't be!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineClairYoureLyingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're lying!"
|
|
|
|
|
|
|
|
para "Even I haven't"
|
|
|
|
line "been approved!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineIUnderstandText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I-I understand…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineHereRisingBadgeText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Here, this is the"
|
|
|
|
line "RISINGBADGE…"
|
|
|
|
|
|
|
|
para "Hurry up! Take it!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrinePlayerReceivedRisingBadgeText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "RISINGBADGE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineRisingBadgeExplanationText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "RISINGBADGE will"
|
|
|
|
line "enable your"
|
|
|
|
|
|
|
|
para "#MON to use the"
|
|
|
|
line "move for climbing"
|
|
|
|
cont "waterfalls."
|
|
|
|
|
|
|
|
para "Also, all #MON"
|
|
|
|
line "will recognize you"
|
|
|
|
|
|
|
|
para "as a trainer and"
|
|
|
|
line "obey your every"
|
|
|
|
|
|
|
|
para "command without"
|
|
|
|
line "question."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-13 07:25:02 -08:00
|
|
|
DragonShrineSpeechlessText:
|
2018-01-18 23:30:19 -08:00
|
|
|
text "<……><……><……><……><……><……>"
|
2015-06-27 21:59:17 -07:00
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
DragonShrine_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 4, 9, DRAGONS_DEN_B1F, 2
|
|
|
|
warp_event 5, 9, DRAGONS_DEN_B1F, 2
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
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 4 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 5, 1, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder1Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
|
|
|
object_event 2, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder2Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
|
|
|
object_event 7, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder3Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
|
|
|
object_event 4, 8, SPRITE_CLAIR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_DRAGON_SHRINE_CLAIR
|