From 7dafb284d38b8a2f1efd120f55c6e746323b7323 Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:42:38 +0100 Subject: [PATCH] Revert "does this fix it" This reverts commit 41c59a7f88ade7bb38c0ba67506e5ba7bcc06715. --- 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 6cc3fbdb..2cbf73e3 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -689,7 +689,7 @@ SlotMachine_PayCoinsToPlayer: ld a, h ld [wPayoutCoins], a ld hl, wTempCoins1 + 1 - ld de, wPlayerCoins + 5 + ld de, wPlayerCoins + 1 ld c, $2 predef AddBCDPredef call SlotMachine_PrintCreditCoins