2020-07-24 06:49:26 -07:00
|
|
|
object_const_def
|
2015-11-26 21:22:14 -08:00
|
|
|
const RUINSOFALPHRESEARCHCENTER_SCIENTIST1
|
|
|
|
const RUINSOFALPHRESEARCHCENTER_SCIENTIST2
|
|
|
|
const RUINSOFALPHRESEARCHCENTER_SCIENTIST3
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RuinsOfAlphResearchCenter_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2022-08-09 15:04:18 -07:00
|
|
|
scene_script RuinsOfAlphResearchCenterNoopScene, SCENE_RUINSOFALPHRESEARCHCENTER_NOOP
|
|
|
|
scene_script RuinsOfAlphResearchCenterGetUnownDexScene, SCENE_RUINSOFALPHRESEARCHCENTER_GET_UNOWN_DEX
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2022-08-09 15:04:18 -07:00
|
|
|
callback MAPCALLBACK_OBJECTS, RuinsOfAlphResearchCenterScientistCallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
RuinsOfAlphResearchCenterNoopScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
RuinsOfAlphResearchCenterGetUnownDexScene:
|
|
|
|
sdefer RuinsOfAlphResearchCenterGetUnownDexScript
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
RuinsOfAlphResearchCenterScientistCallback:
|
2017-12-24 10:46:34 -08:00
|
|
|
checkscene
|
2018-02-02 18:09:17 -08:00
|
|
|
ifequal SCENE_RUINSOFALPHRESEARCHCENTER_GET_UNOWN_DEX, .ShowScientist
|
2020-07-17 05:37:03 -07:00
|
|
|
endcallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 14:53:21 -08:00
|
|
|
.ShowScientist:
|
2018-01-09 15:45:25 -08:00
|
|
|
moveobject RUINSOFALPHRESEARCHCENTER_SCIENTIST3, 3, 7
|
2015-11-26 21:22:14 -08:00
|
|
|
appear RUINSOFALPHRESEARCHCENTER_SCIENTIST3
|
2020-07-17 05:37:03 -07:00
|
|
|
endcallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2022-08-09 15:04:18 -07:00
|
|
|
RuinsOfAlphResearchCenterGetUnownDexScript:
|
2020-10-04 15:15:38 -07:00
|
|
|
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, RuinsOfAlphResearchCenterApproachesComputerMovement
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_BOOT_PC
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 60
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_SWITCH_POKEMON
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TALLY
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TRANSACTION
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 30
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject RUINSOFALPHRESEARCHCENTER_SCIENTIST3, DOWN
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterModifiedDexText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2020-10-04 15:15:38 -07:00
|
|
|
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, RuinsOfAlphResearchCenterApproachesPlayerMovement
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterDexUpgradedText
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ITEM
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_UNOWN_DEX
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist3Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2020-10-04 15:15:38 -07:00
|
|
|
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, RuinsOfAlphResearchCenterLeavesPlayerMovement
|
2022-07-29 14:43:10 -07:00
|
|
|
setscene SCENE_RUINSOFALPHRESEARCHCENTER_NOOP
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 11:20:27 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist3Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_UNOWNCOUNT
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal NUM_UNOWN, .PrinterAvailable
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist3Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.PrinterAvailable:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist3_PrinterAvailable
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-03-01 11:20:27 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist1Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_UNOWNCOUNT
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal NUM_UNOWN, .GotAllUnown
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_UNOWN_DEX
|
2018-02-02 08:31:43 -08:00
|
|
|
iftrue .GotUnownDex
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
2018-02-02 08:31:43 -08:00
|
|
|
iftrue .UnownAppeared
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist1Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.UnownAppeared:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist1Text_UnownAppeared
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.GotUnownDex:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist1Text_GotUnownDex
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.GotAllUnown:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist1Text_GotAllUnown
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-18 12:46:38 -07:00
|
|
|
clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-03-01 11:20:27 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist2Script:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_UNOWNCOUNT
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal NUM_UNOWN, .GotAllUnown
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
2018-02-02 08:31:43 -08:00
|
|
|
iftrue .UnownAppeared
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist2Text
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.UnownAppeared:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist2Text_UnownAppeared
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.GotAllUnown:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterScientist2Text_GotAllUnown
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterComputer:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
2018-02-02 08:31:43 -08:00
|
|
|
iftrue .SkipChecking
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_UNOWNCOUNT
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal NUM_UNOWN, .GotAllUnown
|
2018-02-02 08:31:43 -08:00
|
|
|
.SkipChecking:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterComputerText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.GotAllUnown:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterComputerText_GotAllUnown
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterPrinter:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-07-18 12:46:38 -07:00
|
|
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
2018-02-02 08:31:43 -08:00
|
|
|
iftrue .SkipChecking
|
2019-03-10 12:31:59 -07:00
|
|
|
readvar VAR_UNOWNCOUNT
|
2018-02-25 17:39:54 -08:00
|
|
|
ifequal NUM_UNOWN, .PrinterAvailable
|
2018-02-02 08:31:43 -08:00
|
|
|
.SkipChecking:
|
2018-03-01 14:33:43 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterPrinterText_DoesntWork
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2018-02-02 08:31:43 -08:00
|
|
|
.PrinterAvailable:
|
2018-02-27 16:33:38 -08:00
|
|
|
writetext RuinsOfAlphResearchCenterUnownPrinterText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2018-01-24 08:17:05 -08:00
|
|
|
special UnownPrinter
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2020-10-26 12:45:57 -07:00
|
|
|
RuinsOfAlphResearchCenterPhoto: ; unreferenced
|
2018-02-27 16:33:38 -08:00
|
|
|
jumptext RuinsOfAlphResearchCenterProfSilktreePhotoText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterBookshelf:
|
|
|
|
jumptext RuinsOfAlphResearchCenterAcademicBooksText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-10-04 15:15:38 -07:00
|
|
|
RuinsOfAlphResearchCenterApproachesComputerMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
step UP
|
|
|
|
step LEFT
|
|
|
|
turn_head UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2020-10-04 15:15:38 -07:00
|
|
|
RuinsOfAlphResearchCenterApproachesPlayerMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2020-10-04 15:15:38 -07:00
|
|
|
RuinsOfAlphResearchCenterLeavesPlayerMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterModifiedDexText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Done!"
|
|
|
|
|
|
|
|
para "I modified your"
|
|
|
|
line "#DEX."
|
|
|
|
|
|
|
|
para "I added an"
|
|
|
|
line "optional #DEX"
|
|
|
|
|
|
|
|
para "to store UNOWN"
|
|
|
|
line "data."
|
|
|
|
|
|
|
|
para "It records them in"
|
|
|
|
line "the sequence that"
|
|
|
|
cont "they were caught."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterDexUpgradedText:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER>'s #DEX"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "was upgraded."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist3Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The UNOWN you"
|
|
|
|
line "catch will all be"
|
|
|
|
cont "recorded."
|
|
|
|
|
|
|
|
para "Check to see how"
|
|
|
|
line "many kinds exist."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist3_PrinterAvailable:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You caught all the"
|
|
|
|
line "UNOWN variations?"
|
|
|
|
|
|
|
|
para "That's a great"
|
|
|
|
line "achievement!"
|
|
|
|
|
|
|
|
para "I've set up the"
|
|
|
|
line "printer here for"
|
|
|
|
cont "handling UNOWN."
|
|
|
|
|
|
|
|
para "Feel free to use"
|
|
|
|
line "it anytime."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist1Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The RUINS are"
|
|
|
|
line "about 1500 years"
|
|
|
|
cont "old."
|
|
|
|
|
|
|
|
para "But it's not known"
|
|
|
|
line "why they were"
|
|
|
|
cont "built--or by whom."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist1Text_GotUnownDex:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I wonder how many"
|
|
|
|
line "kinds of #MON"
|
|
|
|
cont "are in the RUINS?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist1Text_UnownAppeared:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON appeared"
|
|
|
|
line "in the RUINS?"
|
|
|
|
|
|
|
|
para "That's incredible"
|
|
|
|
line "news!"
|
|
|
|
|
|
|
|
para "We'll need to"
|
|
|
|
line "investigate this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist1Text_GotAllUnown:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Our investigation,"
|
|
|
|
line "with your help, is"
|
|
|
|
|
|
|
|
para "giving us insight"
|
|
|
|
line "into the RUINS."
|
|
|
|
|
|
|
|
para "The RUINS appear"
|
|
|
|
line "to have been built"
|
|
|
|
|
|
|
|
para "as a habitat for"
|
|
|
|
line "#MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist2Text:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are odd pat-"
|
|
|
|
line "terns drawn on the"
|
|
|
|
|
|
|
|
para "walls of the"
|
|
|
|
line "RUINS."
|
|
|
|
|
|
|
|
para "They must be the"
|
|
|
|
line "keys for unravel-"
|
|
|
|
cont "ing the mystery"
|
|
|
|
cont "of the RUINS."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist2Text_UnownAppeared:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The strange #-"
|
|
|
|
line "MON you saw in the"
|
|
|
|
cont "RUINS?"
|
|
|
|
|
|
|
|
para "They appear to be"
|
|
|
|
line "very much like the"
|
|
|
|
|
|
|
|
para "drawings on the"
|
|
|
|
line "walls there."
|
|
|
|
|
|
|
|
para "Hmm…"
|
|
|
|
|
|
|
|
para "That must mean"
|
|
|
|
line "there are many"
|
|
|
|
cont "kinds of them…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-10-26 12:45:57 -07:00
|
|
|
RuinsOfAlphResearchCenterUnusedText1: ; unreferenced
|
2014-03-05 21:29:44 -08:00
|
|
|
text "We think something"
|
|
|
|
line "caused the cryptic"
|
|
|
|
|
|
|
|
para "patterns to appear"
|
|
|
|
line "in the RUINS."
|
|
|
|
|
|
|
|
para "We've focused our"
|
|
|
|
line "studies on that."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-10-26 12:45:57 -07:00
|
|
|
RuinsOfAlphResearchCenterUnusedText2: ; unreferenced
|
2014-03-05 21:29:44 -08:00
|
|
|
text "According to my"
|
|
|
|
line "research…"
|
|
|
|
|
|
|
|
para "Those mysterious"
|
|
|
|
line "patterns appeared"
|
|
|
|
|
|
|
|
para "when the #COM"
|
|
|
|
line "CENTER was built."
|
|
|
|
|
|
|
|
para "It must mean that"
|
|
|
|
line "radio waves have"
|
|
|
|
|
|
|
|
para "some sort of a"
|
|
|
|
line "link…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterScientist2Text_GotAllUnown:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Why did those"
|
|
|
|
line "ancient patterns"
|
|
|
|
|
|
|
|
para "appear on the wall"
|
|
|
|
line "now?"
|
|
|
|
|
|
|
|
para "The mystery"
|
|
|
|
line "deepens…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterComputerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "RUINS OF ALPH"
|
|
|
|
|
|
|
|
para "Exploration"
|
|
|
|
line "Year 10"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterComputerText_GotAllUnown:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Mystery #MON"
|
|
|
|
line "Name: UNOWN"
|
|
|
|
|
2021-03-21 15:14:31 -07:00
|
|
|
para "A total of {d:NUM_UNOWN}"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "kinds found."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-03-01 14:33:43 -08:00
|
|
|
RuinsOfAlphResearchCenterPrinterText_DoesntWork:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "This doesn't seem"
|
|
|
|
line "to work yet."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterUnownPrinterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "UNOWN may be"
|
|
|
|
line "printed out."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterProfSilktreePhotoText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's a photo of"
|
|
|
|
line "the RESEARCH"
|
|
|
|
|
|
|
|
para "CENTER'S founder,"
|
|
|
|
line "PROF.SILKTREE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-27 16:33:38 -08:00
|
|
|
RuinsOfAlphResearchCenterAcademicBooksText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are many"
|
|
|
|
line "academic books."
|
|
|
|
|
|
|
|
para "Ancient Ruins…"
|
|
|
|
line "Mysteries of the"
|
|
|
|
cont "Ancients…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
RuinsOfAlphResearchCenter_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, RUINS_OF_ALPH_OUTSIDE, 6
|
|
|
|
warp_event 3, 7, RUINS_OF_ALPH_OUTSIDE, 6
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-27 16:33:38 -08:00
|
|
|
bg_event 6, 5, BGEVENT_READ, RuinsOfAlphResearchCenterBookshelf
|
|
|
|
bg_event 3, 4, BGEVENT_READ, RuinsOfAlphResearchCenterComputer
|
|
|
|
bg_event 7, 1, BGEVENT_READ, RuinsOfAlphResearchCenterPrinter
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|
2018-03-01 11:20:27 -08:00
|
|
|
object_event 4, 5, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RuinsOfAlphResearchCenterScientist1Script, -1
|
|
|
|
object_event 5, 2, SPRITE_SCIENTIST, SPRITEMOVEDATA_WANDER, 2, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RuinsOfAlphResearchCenterScientist2Script, -1
|
|
|
|
object_event 2, 5, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, RuinsOfAlphResearchCenterScientist3Script, EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|