diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-13 16:38:14 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-13 16:38:14 -0500 |
| commit | 2ab60fa8a49dfe9e20ebb620471ba4c2ca64a4aa (patch) | |
| tree | e5a1991206d3bb76c259cc14061993e83651d4bf /mobile/mobile_5c.asm | |
| parent | 0197e6f23c0db6baf11aa1e610521f78b6352605 (diff) | |
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Diffstat (limited to 'mobile/mobile_5c.asm')
| -rwxr-xr-x | mobile/mobile_5c.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index 38f1f679c..251c56adc 100755 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -673,8 +673,7 @@ Function171c66: ; 171c66 (5c:5c66) MenuDataHeader_171c6b: ; 171c6b db $40 ; flags - db 12, 0 ; start coords - db 17, 19 ; end coords + menu_coords 0, 12, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1 dw NULL db 0 ; default option ; 171c73 |
