diff --git a/data/items/mystery_gift_items.asm b/data/items/mystery_gift_items.asm index 242035e..1a808c0 100644 --- a/data/items/mystery_gift_items.asm +++ b/data/items/mystery_gift_items.asm @@ -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 diff --git a/maps/RuinsOfAlphResearchCenter.asm b/maps/RuinsOfAlphResearchCenter.asm index 3d108c9..b5a019e 100644 --- a/maps/RuinsOfAlphResearchCenter.asm +++ b/maps/RuinsOfAlphResearchCenter.asm @@ -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 " received" + line "UNOWN DOLL!" done RuinsOfAlphResearchCenterScientist2Text: