Unown Doll...thing

This'll be replaced with something better eventually.
This commit is contained in:
Llinos Evans 2024-07-29 11:18:21 +01:00
parent cb1ab6d41d
commit a0ac80db46
2 changed files with 19 additions and 2 deletions

View file

@ -34,6 +34,6 @@ MysteryGiftItems:
db HP_UP
db PP_UP
db RARE_CANDY
db BLUESKY_MAIL
db MIRAGE_MAIL
db BLUESKY_MAIL ; Unobtainable
db MIRAGE_MAIL ; Unobtainable
.End

View file

@ -104,6 +104,14 @@ RuinsOfAlphResearchCenterScientist1Script:
waitbutton
closetext
clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS
; This will be replaced with something in Sinjoh Ruins (eventually)
ld c, DECOFLAG_UNOWN_DOLL
farcall SetSpecificDecorationFlag
opentext
writetext RoAGotUnownDoll
waitbutton
closetext
end
RuinsOfAlphResearchCenterScientist2Script:
@ -275,6 +283,15 @@ RuinsOfAlphResearchCenterScientist1Text_GotAllUnown:
para "as a habitat for"
line "#MON."
para "As my way of say-"
line "ing thanks, take"
cont "this!"
done
RoAGotUnownDoll:
text "<PLAYER> received"
line "UNOWN DOLL!"
done
RuinsOfAlphResearchCenterScientist2Text: