diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:47:36 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:47:36 -0500 |
| commit | 62f64aa793c25b96109a5bf9c1fdf57257f4524f (patch) | |
| tree | 307167c2c752535f66c397707a5ef44726b499f5 /engine/overworld/cut.asm | |
| parent | Sync more with pokered (diff) | |
| download | pokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.tar.gz pokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.tar.xz pokeyellow-62f64aa793c25b96109a5bf9c1fdf57257f4524f.zip | |
Define OAM_HIGH_PALS for %100 in OAM attributes
Diffstat (limited to 'engine/overworld/cut.asm')
| -rwxr-xr-x | engine/overworld/cut.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/cut.asm b/engine/overworld/cut.asm index e36b8d88..564ad65a 100755 --- a/engine/overworld/cut.asm +++ b/engine/overworld/cut.asm @@ -124,8 +124,8 @@ WriteCutOrBoulderDustAnimationOAMBlock: jp WriteOAMBlock CutOrBoulderDustAnimationTilesAndAttributes: - dbsprite 2, -1, 4, 4, $fd, OAM_OBP1 | %100 - dbsprite 2, -1, 4, 6, $ff, OAM_OBP1 | %100 + dbsprite 2, -1, 4, 4, $fd, OAM_OBP1 | OAM_HIGH_PALS + dbsprite 2, -1, 4, 6, $ff, OAM_OBP1 | OAM_HIGH_PALS GetCutOrBoulderDustAnimationOffsets: ld hl, wSpritePlayerStateData1YPixels |
