payout at slots increased

This commit is contained in:
Thorn Avery 2024-01-10 13:40:30 +11:00
parent 9241adc1da
commit eea710b098

View file

@ -574,7 +574,7 @@ SlotReward8Func:
dec [hl] dec [hl]
.skip .skip
ld b, $2 ld b, $2
ld de, 50 ; buffed amounts start here ld de, 9990 ; buffed amounts start here
ret ret
SlotReward15Func: SlotReward15Func:
@ -585,7 +585,7 @@ SlotReward15Func:
dec [hl] dec [hl]
.skip .skip
ld b, $4 ld b, $4
ld de, 100 ld de, 9990
ret ret
SlotReward100Func: SlotReward100Func:
@ -594,7 +594,7 @@ SlotReward100Func:
xor a xor a
ld [wSlotMachineFlags], a ld [wSlotMachineFlags], a
ld b, $8 ld b, $8
ld de, 400 ld de, 9990
ret ret
SlotReward300Func: SlotReward300Func:
@ -610,7 +610,7 @@ SlotReward300Func:
.skip .skip
ld [wSlotMachineAllowMatchesCounter], a ld [wSlotMachineAllowMatchesCounter], a
ld b, $14 ld b, $14
ld de, 900 ld de, 9990
ret ret
YeahText: YeahText: