mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
replace uses of minus one
This commit is contained in:
parent
02bd91b707
commit
e607199397
6 changed files with 12 additions and 7 deletions
|
|
@ -179,7 +179,7 @@ LoadCoinsToSubtract: ; 528b1 (14:68b1)
|
|||
ld hl,wd141 ; first prize's price
|
||||
add hl,de ; get selected prize's price
|
||||
xor a
|
||||
ld [hCoins - 1],a
|
||||
ld [hUnusedCoinsByte],a
|
||||
ld a,[hli]
|
||||
ld [hCoins],a
|
||||
ld a,[hl]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue