Skip to content

Commit

Permalink
Fix flicker on tree again
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Sep 1, 2024
1 parent 0cab885 commit 280aa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/events/field_moves.asm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ShakeHeadbuttTree:

ld a, LOW(wShadowOAMSprite36)
ld [wCurSpriteOAMAddr], a
farcall DoNextFrameForAllSprites_OW
farcall DoNextFrameForAllSprites
call HideHeadbuttTree
ld a, 32
ld [wFrameCounter], a
Expand Down Expand Up @@ -229,7 +229,7 @@ OWCutAnimation:

ld a, LOW(wShadowOAMSprite36)
ld [wCurSpriteOAMAddr], a
callfar DoNextFrameForAllSprites_OW
callfar DoNextFrameForAllSprites
ld a, [wOverworldRunTimer]
and %1
jr z, .skip_weather
Expand Down

0 comments on commit 280aa34

Please sign in to comment.