mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
Update slot_machine.asm
This commit is contained in:
parent
7dafb284d3
commit
e301d49507
|
@ -685,7 +685,7 @@ SlotMachine_PayCoinsToPlayer:
|
|||
ld de, -5 ; this will not break anything at all - PvK (it was -1 before)
|
||||
add hl, de
|
||||
ld a, l
|
||||
ld [wPayoutCoins + 1], a
|
||||
ld [wPayoutCoins + 5], a
|
||||
ld a, h
|
||||
ld [wPayoutCoins], a
|
||||
ld hl, wTempCoins1 + 1
|
||||
|
|
Loading…
Reference in a new issue