mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
back to normal, refer to this when changing the payout scrolling
This commit is contained in:
parent
2dc6ff65be
commit
6b4fd2fd8e
|
@ -682,7 +682,7 @@ SlotMachine_PayCoinsToPlayer:
|
||||||
ld h, a
|
ld h, a
|
||||||
or l
|
or l
|
||||||
ret z
|
ret z
|
||||||
ld de, -5 ; this will not break anything at all - PvK (it was -1 before)
|
ld de, -1
|
||||||
add hl, de
|
add hl, de
|
||||||
ld a, l
|
ld a, l
|
||||||
ld [wPayoutCoins + 1], a
|
ld [wPayoutCoins + 1], a
|
||||||
|
@ -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, $3
|
ld c, $2
|
||||||
predef AddBCDPredef
|
predef AddBCDPredef
|
||||||
call SlotMachine_PrintCreditCoins
|
call SlotMachine_PrintCreditCoins
|
||||||
call SlotMachine_PrintPayoutCoins
|
call SlotMachine_PrintPayoutCoins
|
||||||
|
|
Loading…
Reference in a new issue