mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-05 11:04:30 +13:00
Update slot_machine.asm
This commit is contained in:
parent
05fbe2f1a7
commit
2dc6ff65be
|
|
@ -690,7 +690,7 @@ SlotMachine_PayCoinsToPlayer:
|
||||||
ld [wPayoutCoins], a
|
ld [wPayoutCoins], a
|
||||||
ld hl, wTempCoins1 + 1
|
ld hl, wTempCoins1 + 1
|
||||||
ld de, wPlayerCoins + 1
|
ld de, wPlayerCoins + 1
|
||||||
ld c, $6
|
ld c, $3
|
||||||
predef AddBCDPredef
|
predef AddBCDPredef
|
||||||
call SlotMachine_PrintCreditCoins
|
call SlotMachine_PrintCreditCoins
|
||||||
call SlotMachine_PrintPayoutCoins
|
call SlotMachine_PrintPayoutCoins
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue