summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-13 16:38:14 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-13 16:38:14 -0500
commit2ab60fa8a49dfe9e20ebb620471ba4c2ca64a4aa (patch)
treee5a1991206d3bb76c259cc14061993e83651d4bf /engine/slot_machine.asm
parent0197e6f23c0db6baf11aa1e610521f78b6352605 (diff)
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index c47e5261e..d8086a5be 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -1871,8 +1871,7 @@ Slots_AskBet: ; 9307c (24:707c)
.MenuDataHeader: ; 0x930d6
db $40 ; flags
- db 10, 14 ; start coords
- db 17, 19 ; end coords
+ menu_coords 14, 10, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1
dw .MenuData2
db 1 ; default option
; 0x930de