Skip to content

Commit

Permalink
Fix talking to Cherrygrove Tree without lures
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Jan 29, 2025
1 parent 0f84595 commit 8b6fe9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maps/CherrygroveBay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ CherrygroveBay_MapScriptHeader:
fruittree_event 14, 13, FRUITTREE_CHERRYGROVE_BAY_6, TAMATO_BERRY, PAL_NPC_RED

CherrygroveBayGalarianBirdsScript:
opentext
writetext .GreatTreeText
waitbutton
callasm CheckForLures
iffalse_endtext ; User has no lures, do nothing
opentext
writetext .LikeToUseItemText
yesorno
iffalse_endtext
Expand Down

0 comments on commit 8b6fe9a

Please sign in to comment.