Remove c1x*/c2x* comments, use struct offset constants

This commit is contained in:
Rangi 2020-07-07 11:57:03 -04:00
parent 13129459f1
commit 1e593d8f8c
12 changed files with 304 additions and 247 deletions

View file

@ -84,7 +84,7 @@ CalcPositionOfPlayerRelativeToNPC:
ld hl, wSpriteStateData1
ldh a, [hNPCSpriteOffset]
add l
add wSpritePlayerStateData1YPixels - wSpritePlayerStateData1
add SPRITESTATEDATA1_YPIXELS
ld l, a
jr nc, .noCarry
inc h