diff options
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-x | engine/slot_machine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 3a46687f..5e86237c 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -133,8 +133,8 @@ MainSlotMachineLoop: .skip2 ld hl, OneMoreGoSlotMachineText call PrintText - coord hl, 14, 12 - lb bc, 13, 15 + coord hl, 13, 12 + lb bc, 13, 14 xor a ; YES_NO_MENU ld [wTwoOptionMenuID], a ld a, TWO_OPTION_MENU @@ -445,7 +445,7 @@ SlotMachine_CheckForMatches: ld a, [hli] ld h, [hl] ld l, a - ld de, wcf4b + ld de, wcf50 ld bc, 4 call CopyData pop hl |