From 6b4fd2fd8e04b9acfb4ef0d5795e1d239d3ec2fd Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:29:28 +0100 Subject: [PATCH] back to normal, refer to this when changing the payout scrolling --- engine/slots/slot_machine.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index 9c2e74a0..6dd7e6c9 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -682,7 +682,7 @@ SlotMachine_PayCoinsToPlayer: ld h, a or l ret z - ld de, -5 ; this will not break anything at all - PvK (it was -1 before) + ld de, -1 add hl, de ld a, l ld [wPayoutCoins + 1], a @@ -690,7 +690,7 @@ SlotMachine_PayCoinsToPlayer: ld [wPayoutCoins], a ld hl, wTempCoins1 + 1 ld de, wPlayerCoins + 1 - ld c, $3 + ld c, $2 predef AddBCDPredef call SlotMachine_PrintCreditCoins call SlotMachine_PrintPayoutCoins