summaryrefslogtreecommitdiff
path: root/engine/menu_2.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/menu_2.asm
parent0197e6f23c0db6baf11aa1e610521f78b6352605 (diff)
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Diffstat (limited to 'engine/menu_2.asm')
-rw-r--r--engine/menu_2.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/menu_2.asm b/engine/menu_2.asm
index fc1b511b0..cbced7320 100644
--- a/engine/menu_2.asm
+++ b/engine/menu_2.asm
@@ -54,15 +54,13 @@ PlaceMoneyDataHeader: ; 24b01
MenuDataHeader_0x24b15: ; 0x24b15
db $40 ; flags
- db 00, 11 ; start coords
- db 02, 19 ; end coords
+ menu_coords 11, 0, SCREEN_WIDTH - 1, 2
dw NULL
db 1 ; default option
MenuDataHeader_0x24b1d: ; 0x24b1d
db $40 ; flags
- db 11, 00 ; start coords
- db 13, 08 ; end coords
+ menu_coords 0, 11, 8, 13
dw NULL
db 1 ; default option