More sprite movement data flag constants

This commit is contained in:
Rangi
2018-05-23 19:06:04 -04:00
parent c5d18de8ff
commit c85b32ed80
5 changed files with 21 additions and 12 deletions

View File

@@ -684,7 +684,7 @@ DoPlayerMovement:: ; 80000
ld hl, OBJECT_PALETTE
add hl, bc
bit 6, [hl]
bit STRENGTH_BOULDER_F, [hl]
jr z, .not_boulder
ld hl, OBJECT_FLAGS2
@@ -696,7 +696,7 @@ DoPlayerMovement:: ; 80000
ld hl, OBJECT_RANGE
add hl, bc
ld a, [hl]
and $fc
and %11111100
or d
ld [hl], a