Skip to content

Commit

Permalink
Fix player sprite during itemfinder sound effect
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Apr 20, 2024
1 parent 77ef29d commit 1103424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/items/item_effects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,7 @@ ItemUseItemfinder:
and a
jp nz, ItemUseNotTime
call ItemUseReloadOverworldData
call DelayFrame
farcall HiddenItemNear ; check for hidden items
ld hl, ItemfinderFoundNothingText
jr nc, .printText ; if no hidden items
Expand Down

0 comments on commit 1103424

Please sign in to comment.