From eea710b098d3044621dc2c521fad3dc7664c4758 Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Wed, 10 Jan 2024 13:40:30 +1100 Subject: [PATCH] payout at slots increased --- engine/slots/slot_machine.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm index 5b0858f8..2396ea52 100644 --- a/engine/slots/slot_machine.asm +++ b/engine/slots/slot_machine.asm @@ -574,7 +574,7 @@ SlotReward8Func: dec [hl] .skip ld b, $2 - ld de, 50 ; buffed amounts start here + ld de, 9990 ; buffed amounts start here ret SlotReward15Func: @@ -585,7 +585,7 @@ SlotReward15Func: dec [hl] .skip ld b, $4 - ld de, 100 + ld de, 9990 ret SlotReward100Func: @@ -594,7 +594,7 @@ SlotReward100Func: xor a ld [wSlotMachineFlags], a ld b, $8 - ld de, 400 + ld de, 9990 ret SlotReward300Func: @@ -610,7 +610,7 @@ SlotReward300Func: .skip ld [wSlotMachineAllowMatchesCounter], a ld b, $14 - ld de, 900 + ld de, 9990 ret YeahText: