Update slot_machine.asm

This commit is contained in:
May Evans 2022-09-05 17:09:42 +01:00
parent 6954e6187c
commit 05fbe2f1a7

View file

@ -689,8 +689,8 @@ SlotMachine_PayCoinsToPlayer:
ld a, h
ld [wPayoutCoins], a
ld hl, wTempCoins1 + 1
ld de, wPlayerCoins + 5
ld c, $2
ld de, wPlayerCoins + 1
ld c, $6
predef AddBCDPredef
call SlotMachine_PrintCreditCoins
call SlotMachine_PrintPayoutCoins