diff options
Diffstat (limited to 'engine/billspc.asm')
-rwxr-xr-x | engine/billspc.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/billspc.asm b/engine/billspc.asm index 53f2c176e..f9c6a4c5f 100755 --- a/engine/billspc.asm +++ b/engine/billspc.asm @@ -1510,7 +1510,7 @@ BillsPC_UpdateSelectionCursor: ; e2e01 (38:6e01) inc hl ld [de], a ; y inc de -rept SPRITEOAMSTRUCT_LENGTH +- 1 +rept SPRITEOAMSTRUCT_LENGTH + -1 ld a, [hli] ld [de], a inc de @@ -1560,7 +1560,7 @@ BillsPC_UpdateInsertCursor: ; e2e8c inc hl ld [de], a ; y inc de -rept SPRITEOAMSTRUCT_LENGTH +- 1 +rept SPRITEOAMSTRUCT_LENGTH + -1 ld a, [hli] ld [de], a inc de |