Skip to content

Commit

Permalink
Wrong OAM
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne authored Sep 27, 2024
1 parent 04d089d commit f1b46dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/overworld/cut.asm
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ WriteCutOrBoulderDustAnimationOAMBlock:

CutOrBoulderDustAnimationTilesAndAttributes:
; tile ID, attributes
db $FC, %10010100
db $FD, %10010100
db $FE, %10010100
db $FF, %10010100
db $FC, OAM_OBP1
db $FD, OAM_OBP1
db $FE, OAM_OBP1
db $FF, OAM_OBP1

GetCutOrBoulderDustAnimationOffsets:
ld hl, wSpritePlayerStateData1YPixels
Expand Down

0 comments on commit f1b46dc

Please sign in to comment.