Skip to content

Commit

Permalink
Replaced Silk Scarf from Mary with BrightPowder
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 1, 2024
1 parent c239b3d commit 35668ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion constants/event_flags.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions maps/RadioTower4F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 35668ff

Please sign in to comment.