From 05fbe2f1a729dd2c135a2e0fbd05e368561e3421 Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:09:42 +0100 Subject: [PATCH] Update slot_machine.asm --- 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 6cc3fbdb..ab9e84fb 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -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