Skip to content

Commit

Permalink
Bugfix: Screen fade does not work correctly when capturing with a Saf…
Browse files Browse the repository at this point in the history
…ari Ball
  • Loading branch information
SoupPotato committed May 10, 2024
1 parent 9446bf9 commit 25ffd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/items/item_effects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ PokeBallEffect:
ret

.used_safari_ball
call ClearBGPalettes
call ClearTilemap
ld hl, wSafariBallsRemaining
dec [hl]
ret
Expand Down

0 comments on commit 25ffd42

Please sign in to comment.