Skip to content

Commit

Permalink
Fix gfx_RotateSpriteC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobly0 committed Jul 15, 2019
1 parent df5ef1d commit abc5db5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/graphx/graphx.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4253,15 +4253,16 @@ gfx_RotateSpriteC:
mlt bc
add hl,bc
ex de,hl
lea bc,ix+1
ld c,ixl
ld b,0
inc bc
.outer:
lea hl,iy
dec iy
ld a,ixh
.inner:
add hl,bc
inc c
inc bc
ldd
dec a
jr nz,.inner
Expand Down

0 comments on commit abc5db5

Please sign in to comment.