Add more collision nybble constants

This commit is contained in:
Rangi
2018-06-28 22:35:29 -04:00
parent 4eb8165158
commit e2cf3eb7bd
3 changed files with 6 additions and 4 deletions

View File

@@ -142,9 +142,9 @@ Function6f5f:
Function6f7f:
ld d, a
and $f0
cp $b0
cp HI_NYBBLE_SIDE_WALLS
jr z, .done
cp $c0
cp HI_NYBBLE_UNUSED_C0
jr z, .done
xor a
ret