From 35668ffd6d76ff64294cc5519bb7474b351955da Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Mon, 1 Jan 2024 16:50:35 +0000 Subject: [PATCH] Replaced Silk Scarf from Mary with BrightPowder --- constants/event_flags.asm | 2 +- maps/RadioTower4F.asm | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/constants/event_flags.asm b/constants/event_flags.asm index dc5139c67..9b07e2860 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -78,7 +78,7 @@ const EVENT_GOT_SHUCKIE const EVENT_MANIA_TOOK_SHUCKIE_OR_LET_YOU_KEEP_HIM const EVENT_GOT_SUNNY_DAY_FROM_RADIO_TOWER - const EVENT_GOT_SILK_SCARF_FROM_MARY + const EVENT_GOT_BRIGHTPOWDER_FROM_MARY const EVENT_USED_BASEMENT_KEY const EVENT_RECEIVED_CARD_KEY const EVENT_GOT_TM08_ROCK_SMASH diff --git a/maps/RadioTower4F.asm b/maps/RadioTower4F.asm index 20ae7f17b..f793444c6 100644 --- a/maps/RadioTower4F.asm +++ b/maps/RadioTower4F.asm @@ -18,8 +18,8 @@ RadioTower4FFisherScript: RadioTower4FDJMaryScript: faceplayer opentext - checkevent EVENT_GOT_SILK_SCARF_FROM_MARY - iftrue .GotPinkBow + checkevent EVENT_GOT_BRIGHTPOWDER_FROM_MARY + iftrue .GotBrightPowder checkevent EVENT_CLEARED_RADIO_TOWER iftrue .ClearedRockets writetext RadioTower4FDJMaryText @@ -30,15 +30,15 @@ RadioTower4FDJMaryScript: .ClearedRockets: writetext RadioTower4FDJMaryText_ClearedRockets promptbutton - verbosegiveitem SILK_SCARF + verbosegiveitem BRIGHTPOWDER iffalse .NoRoom - writetext RadioTower4FDJMaryText_GivePinkBow + writetext RadioTower4FDJMaryText_GiveBrightPowder waitbutton closetext - setevent EVENT_GOT_SILK_SCARF_FROM_MARY + setevent EVENT_GOT_BRIGHTPOWDER_FROM_MARY end -.GotPinkBow: +.GotBrightPowder: writetext RadioTower4FDJMaryText_After waitbutton .NoRoom: @@ -128,12 +128,12 @@ RadioTower4FDJMaryText_ClearedRockets: line "as my thanks?" done -RadioTower4FDJMaryText_GivePinkBow: - text "MARY: It's just" - line "right for #MON" +RadioTower4FDJMaryText_GiveBrightPowder: + text "MARY: When a" + line "#MON holds that," - para "that know normal-" - line "type moves." + para "it lowers the" + line "foe's ACCURACY." done RadioTower4FDJMaryText_After: