Update slot_machine.asm

This commit is contained in:
May Evans 2022-09-05 17:17:59 +01:00
parent 05fbe2f1a7
commit 2dc6ff65be

View file

@ -690,7 +690,7 @@ SlotMachine_PayCoinsToPlayer:
ld [wPayoutCoins], a
ld hl, wTempCoins1 + 1
ld de, wPlayerCoins + 1
ld c, $6
ld c, $3
predef AddBCDPredef
call SlotMachine_PrintCreditCoins
call SlotMachine_PrintPayoutCoins