menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
ChrisNameMenuHeader: ; 882b5
|
||||
db $40 ; flags
|
||||
db 00, 00 ; start coords
|
||||
db 11, 10 ; end coords
|
||||
menu_coords 0, 0, 10, TEXTBOX_Y - 1
|
||||
dw .MaleNames
|
||||
db 1 ; ????
|
||||
db 0 ; default option
|
||||
@@ -20,8 +19,7 @@ MalePlayerNameArray: ; 882c9
|
||||
|
||||
KrisNameMenuHeader: ; 882e5
|
||||
db $40 ; flags
|
||||
db 00, 00 ; start coords
|
||||
db 11, 10 ; end coords
|
||||
menu_coords 0, 0, 10, TEXTBOX_Y - 1
|
||||
dw .FemaleNames
|
||||
db 1 ; ????
|
||||
db 0 ; default option
|
||||
|
@@ -41,18 +41,14 @@ UnownWalls: ; 8aebc
|
||||
MenuDataHeaders_UnownWalls: ; 0x8aed5
|
||||
; UNOWNWORDS_ESCAPE
|
||||
db $40 ; flags
|
||||
db 04, 03 ; start coords
|
||||
db 09, 16 ; end coords
|
||||
menu_coords 3, 4, 16, 9
|
||||
; UNOWNWORDS_LIGHT
|
||||
db $40 ; flags
|
||||
db 04, 04 ; start coords
|
||||
db 09, 15 ; end coords
|
||||
menu_coords 4, 4, 15, 9
|
||||
; UNOWNWORDS_WATER
|
||||
db $40 ; flags
|
||||
db 04, 04 ; start coords
|
||||
db 09, 15 ; end coords
|
||||
menu_coords 4, 4, 15, 9
|
||||
; UNOWNWORDS_HO_OH
|
||||
db $40 ; flags
|
||||
db 04, 04 ; start coords
|
||||
db 09, 15 ; end coords
|
||||
menu_coords 4, 4, 15, 9
|
||||
; 8aee9
|
||||
|
Reference in New Issue
Block a user