diff options
Diffstat (limited to 'engine/overworld/cut.asm')
| -rw-r--r-- | engine/overworld/cut.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/cut.asm b/engine/overworld/cut.asm index 76821045..1b5b85bd 100644 --- a/engine/overworld/cut.asm +++ b/engine/overworld/cut.asm @@ -125,10 +125,10 @@ WriteCutOrBoulderDustAnimationOAMBlock: .OAMBlock: ; tile ID, attributes - db $fc, OAM_OBP1 | OAM_HIGH_PALS - db $fd, OAM_OBP1 | OAM_HIGH_PALS - db $fe, OAM_OBP1 | OAM_HIGH_PALS - db $ff, OAM_OBP1 | OAM_HIGH_PALS + db $fc, OAM_PAL1 | OAM_HIGH_PALS + db $fd, OAM_PAL1 | OAM_HIGH_PALS + db $fe, OAM_PAL1 | OAM_HIGH_PALS + db $ff, OAM_PAL1 | OAM_HIGH_PALS GetCutOrBoulderDustAnimationOffsets: ld hl, wSpritePlayerStateData1YPixels |
