Skip to content

Commit

Permalink
Don't use the macro here as well...just a tile/attribute list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne authored Sep 27, 2024
1 parent 40c0ad8 commit 04d089d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions engine/overworld/cut.asm
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,11 @@ WriteCutOrBoulderDustAnimationOAMBlock:
jp WriteOAMBlock

CutOrBoulderDustAnimationTilesAndAttributes:
dbsprite 2, -1, 0, 4, $fd, OAM_OBP1
dbsprite 2, -1, 0, 6, $ff, OAM_OBP1
; tile ID, attributes
db $FC, %10010100
db $FD, %10010100
db $FE, %10010100
db $FF, %10010100

GetCutOrBoulderDustAnimationOffsets:
ld hl, wSpritePlayerStateData1YPixels
Expand Down

0 comments on commit 04d089d

Please sign in to comment.