pokecrystal-board/maps/RuinsOfAlphResearchCenter.asm

411 lines
7.7 KiB
NASM
Raw Normal View History

2018-01-31 08:38:45 -08:00
const_def 2 ; object constants
2015-11-26 21:22:14 -08:00
const RUINSOFALPHRESEARCHCENTER_SCIENTIST1
const RUINSOFALPHRESEARCHCENTER_SCIENTIST2
const RUINSOFALPHRESEARCHCENTER_SCIENTIST3
RuinsOfAlphResearchCenter_MapScripts:
db 2 ; scene scripts
scene_script .DummyScene0 ; SCENE_RUINSOFALPHRESEARCHCENTER_NOTHING
scene_script .GetUnownDex ; SCENE_RUINSOFALPHRESEARCHCENTER_GET_UNOWN_DEX
db 1 ; callbacks
callback MAPCALLBACK_OBJECTS, .ScientistCallback
.DummyScene0:
end
.GetUnownDex:
priorityjump .GetUnownDexScript
end
.ScientistCallback:
checkscene
2018-02-02 18:09:17 -08:00
ifequal SCENE_RUINSOFALPHRESEARCHCENTER_GET_UNOWN_DEX, .ShowScientist
return
.ShowScientist:
moveobject RUINSOFALPHRESEARCHCENTER_SCIENTIST3, 3, 7
2015-11-26 21:22:14 -08:00
appear RUINSOFALPHRESEARCHCENTER_SCIENTIST3
return
.GetUnownDexScript:
2015-11-26 21:22:14 -08:00
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x5926f
playsound SFX_BOOT_PC
pause 60
playsound SFX_SWITCH_POKEMON
pause 30
playsound SFX_TALLY
pause 30
playsound SFX_TRANSACTION
pause 30
2015-11-26 21:22:14 -08:00
spriteface RUINSOFALPHRESEARCHCENTER_SCIENTIST3, DOWN
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59278
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59274
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x592fa
playsound SFX_ITEM
2015-11-25 07:16:29 -08:00
waitsfx
2015-07-10 05:08:03 -07:00
setflag ENGINE_UNOWN_DEX
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59311
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59276
setscene SCENE_RUINSOFALPHRESEARCHCENTER_NOTHING
special RestartMapMusic
end
2015-07-10 01:45:35 -07:00
ScientistScript_0x591d1:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
checkcode VAR_UNOWNCOUNT
2018-02-02 18:09:17 -08:00
ifequal NUM_UNOWN, UnknownScript_0x591df
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59311
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x591df:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5935f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
ScientistScript_0x591e5:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
checkcode VAR_UNOWNCOUNT
2018-02-02 18:09:17 -08:00
ifequal NUM_UNOWN, UnknownScript_0x5920b
2015-07-10 05:08:03 -07:00
checkflag ENGINE_UNOWN_DEX
iftrue UnknownScript_0x59205
2013-09-24 00:48:58 -07:00
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
iftrue UnknownScript_0x591ff
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x593ed
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x591ff:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59478
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x59205:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59445
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x5920b:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x594cb
2015-11-25 07:16:29 -08:00
waitbutton
closetext
clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS
end
2015-07-10 01:45:35 -07:00
ScientistScript_0x59214:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
checkcode VAR_UNOWNCOUNT
2018-02-02 18:09:17 -08:00
ifequal NUM_UNOWN, UnknownScript_0x5922e
2013-09-24 00:48:58 -07:00
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
iftrue UnknownScript_0x59228
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5954f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x59228:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x595cb
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x5922e:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x59769
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
MapRuinsOfAlphResearchCenterSignpost1Script:
2015-12-09 15:25:44 -08:00
opentext
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
iftrue UnknownScript_0x59241
checkcode VAR_UNOWNCOUNT
2018-02-02 18:09:17 -08:00
ifequal NUM_UNOWN, UnknownScript_0x59247
2015-07-10 01:45:35 -07:00
UnknownScript_0x59241:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x597b6
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x59247:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x597d9
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
MapRuinsOfAlphResearchCenterSignpost2Script:
2015-12-09 15:25:44 -08:00
opentext
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
iftrue UnknownScript_0x5925a
checkcode VAR_UNOWNCOUNT
2018-02-02 18:09:17 -08:00
ifequal NUM_UNOWN, UnknownScript_0x59260
2015-07-10 01:45:35 -07:00
UnknownScript_0x5925a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5980e
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x59260:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x5982d
2015-11-25 07:16:29 -08:00
waitbutton
special UnownPrinter
2015-11-25 07:16:29 -08:00
closetext
end
UnreferencedScript_0x59269:
jumptext UnusedText_0x59848
MapRuinsOfAlphResearchCenterSignpost0Script:
jumptext UnknownText_0x59886
2015-07-10 01:45:35 -07:00
MovementData_0x5926f:
2016-05-14 10:46:14 -07:00
step UP
step UP
step LEFT
turn_head UP
step_end
2015-07-10 01:45:35 -07:00
MovementData_0x59274:
2016-05-14 10:46:14 -07:00
step DOWN
step_end
2015-07-10 01:45:35 -07:00
MovementData_0x59276:
2016-05-14 10:46:14 -07:00
step UP
step_end
2015-07-10 01:45:35 -07:00
UnknownText_0x59278:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x592fa:
text "<PLAYER>'s #DEX"
line "was upgraded."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x59311:
text "The UNOWN you"
line "catch will all be"
cont "recorded."
para "Check to see how"
line "many kinds exist."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5935f:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x593ed:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x59445:
text "I wonder how many"
line "kinds of #MON"
cont "are in the RUINS?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x59478:
text "#MON appeared"
line "in the RUINS?"
para "That's incredible"
line "news!"
para "We'll need to"
line "investigate this."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x594cb:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x5954f:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x595cb:
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
; unused
UnusedText_0x59669:
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
; unused
UnusedText_0x596d3:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x59769:
text "Why did those"
line "ancient patterns"
para "appear on the wall"
line "now?"
para "The mystery"
line "deepens…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x597b6:
text "RUINS OF ALPH"
para "Exploration"
line "Year 10"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x597d9:
text "Mystery #MON"
line "Name: UNOWN"
para "A total of 26"
line "kinds found."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5980e:
text "This doesn't seem"
line "to work yet."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x5982d:
text "UNOWN may be"
line "printed out."
done
; unused
UnusedText_0x59848:
text "It's a photo of"
line "the RESEARCH"
para "CENTER'S founder,"
line "PROF.SILKTREE."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x59886:
text "There are many"
line "academic books."
para "Ancient Ruins…"
line "Mysteries of the"
cont "Ancients…"
done
RuinsOfAlphResearchCenter_MapEvents:
db 0, 0 ; filler
db 2 ; 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
db 0 ; coord events
db 3 ; bg events
2018-02-01 19:22:07 -08:00
bg_event 6, 5, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost0Script
bg_event 3, 4, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost1Script
bg_event 7, 1, BGEVENT_READ, MapRuinsOfAlphResearchCenterSignpost2Script
db 3 ; object events
2018-02-01 19:22:07 -08:00
object_event 4, 5, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ScientistScript_0x591e5, -1
object_event 5, 2, SPRITE_SCIENTIST, SPRITEMOVEDATA_WANDER, 2, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ScientistScript_0x59214, -1
object_event 2, 5, SPRITE_SCIENTIST, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ScientistScript_0x591d1, EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST