From ba202ed8ea596b8646cfab4b582b7c6a676041be Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Fri, 4 Oct 2024 01:30:08 +0100 Subject: [PATCH] Clair now informs the player the SURF PAGER can climb waterfalls --- maps/DragonShrine.asm | 20 +++++++------------- maps/DragonsDenB1F.asm | 29 +++++++++++++++++------------ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/maps/DragonShrine.asm b/maps/DragonShrine.asm index b9ab00ed0..552481b7d 100644 --- a/maps/DragonShrine.asm +++ b/maps/DragonShrine.asm @@ -640,21 +640,15 @@ DragonShrinePlayerReceivedRisingBadgeText: done DragonShrineRisingBadgeExplanationText: - text "RISINGBADGE will" - line "enable your" + text "Now that you have" + line "the RISINGBADGE," - para "#MON to use the" - line "move for climbing" - cont "waterfalls." + para "all #MON will" + line "recognize you as" - para "Also, all #MON" - line "will recognize you" - - para "as a trainer and" - line "obey your every" - - para "command without" - line "question." + para "a trainer and obey" + line "your every command" + cont "without question." done DragonShrineSpeechlessText: diff --git a/maps/DragonsDenB1F.asm b/maps/DragonsDenB1F.asm index 9d9b8ed8d..50493cfa7 100644 --- a/maps/DragonsDenB1F.asm +++ b/maps/DragonsDenB1F.asm @@ -54,7 +54,6 @@ DragonsDenB1F_ClairScene: writetext ClairText_GiveDragonbreathDragonDen promptbutton giveitem TM_DRAGONBREATH - iffalse .BagFull getitemname STRING_BUFFER_3, TM_DRAGONBREATH writetext Text_ReceivedTM24 playsound SFX_GET_TM @@ -63,15 +62,16 @@ DragonsDenB1F_ClairScene: setevent EVENT_GOT_TM24_DRAGONBREATH writetext ClairText_DescribeDragonbreathDragonDen promptbutton + writetext ClairText_PagerUpgrade + playsound SFX_ITEM + waitsfx + writetext ClairText_PagerExplain + promptbutton writetext ClairText_WhatsTheMatterDragonDen waitbutton closetext sjump .FinishClair -.BagFull: - writetext ClairText_NoRoom - waitbutton - closetext .FinishClair: applymovement DRAGONSDENB1F_CLAIR, MovementDragonsDen_ClairWalksAway special FadeOutMusic @@ -230,17 +230,22 @@ ClairText_DescribeDragonbreathDragonDen: para "If you don't want" line "it, you don't have" cont "to take it." + + para "But I am obligated" + line "to give you this." done -ClairText_NoRoom: - text "Oh? You don't have" - line "any room for this." +ClairText_PagerUpgrade: + text "The SURF PAGER" + line "was upgraded!" + done - para "I'm going back to" - line "the GYM, so make" +ClairText_PagerExplain: + text "With that, your" + line "SURF PAGER will" - para "room, then come" - line "see me there." + para "allow you to also" + line "climb waterfalls." done ClairText_WhatsTheMatterDragonDen: