mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Unown Doll...thing
This'll be replaced with something better eventually.
This commit is contained in:
parent
cb1ab6d41d
commit
a0ac80db46
|
@ -34,6 +34,6 @@ MysteryGiftItems:
|
||||||
db HP_UP
|
db HP_UP
|
||||||
db PP_UP
|
db PP_UP
|
||||||
db RARE_CANDY
|
db RARE_CANDY
|
||||||
db BLUESKY_MAIL
|
db BLUESKY_MAIL ; Unobtainable
|
||||||
db MIRAGE_MAIL
|
db MIRAGE_MAIL ; Unobtainable
|
||||||
.End
|
.End
|
||||||
|
|
|
@ -104,6 +104,14 @@ RuinsOfAlphResearchCenterScientist1Script:
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
clearevent EVENT_RUINS_OF_ALPH_OUTSIDE_TOURIST_YOUNGSTERS
|
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
|
end
|
||||||
|
|
||||||
RuinsOfAlphResearchCenterScientist2Script:
|
RuinsOfAlphResearchCenterScientist2Script:
|
||||||
|
@ -275,6 +283,15 @@ RuinsOfAlphResearchCenterScientist1Text_GotAllUnown:
|
||||||
|
|
||||||
para "as a habitat for"
|
para "as a habitat for"
|
||||||
line "#MON."
|
line "#MON."
|
||||||
|
|
||||||
|
para "As my way of say-"
|
||||||
|
line "ing thanks, take"
|
||||||
|
cont "this!"
|
||||||
|
done
|
||||||
|
|
||||||
|
RoAGotUnownDoll:
|
||||||
|
text "<PLAYER> received"
|
||||||
|
line "UNOWN DOLL!"
|
||||||
done
|
done
|
||||||
|
|
||||||
RuinsOfAlphResearchCenterScientist2Text:
|
RuinsOfAlphResearchCenterScientist2Text:
|
||||||
|
|
Loading…
Reference in a new issue