Skip to content

Commit

Permalink
Updated Label
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Mar 22, 2024
1 parent db7e4e7 commit 27d2ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/Route43.asm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ TrainerPicnickerTiffany:
checkflag ENGINE_TIFFANY_READY_FOR_REMATCH
iftrue .WantsBattle
checkflag ENGINE_TIFFANY_HAS_SILK_SCARF
iftrue .HasPinkBow
iftrue .HasSilkScarf
checkcellnum PHONE_PICNICKER_TIFFANY
iftrue .TiffanyDefeated
checkevent EVENT_TIFFANY_ASKED_FOR_PHONE_NUMBER
Expand Down Expand Up @@ -249,7 +249,7 @@ TrainerPicnickerTiffany:
clearflag ENGINE_TIFFANY_READY_FOR_REMATCH
end

.HasPinkBow:
.HasSilkScarf:
scall .Gift
verbosegiveitem SILK_SCARF
iffalse .NoRoom
Expand Down

0 comments on commit 27d2ce5

Please sign in to comment.