From e301d495078e9ea025bdb689ee266a4c5b698623 Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:43:40 +0100 Subject: [PATCH] Update slot_machine.asm --- engine/slots/slot_machine.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index 2cbf73e3..33508a46 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -685,7 +685,7 @@ SlotMachine_PayCoinsToPlayer: ld de, -5 ; this will not break anything at all - PvK (it was -1 before) add hl, de ld a, l - ld [wPayoutCoins + 1], a + ld [wPayoutCoins + 5], a ld a, h ld [wPayoutCoins], a ld hl, wTempCoins1 + 1