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 /engine/events/std_scripts.asm | |
parent | 0197e6f23c0db6baf11aa1e610521f78b6352605 (diff) |
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Diffstat (limited to 'engine/events/std_scripts.asm')
-rw-r--r-- | engine/events/std_scripts.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index 708165046..6e76c6189 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -1871,8 +1871,7 @@ CoinVendor_IntroScript: ; 0xbcde0 .MenuDataHeader: db $40 ; flags - db 04, 00 ; start coords - db 11, 15 ; end coords + menu_coords 0, 4, 15, TEXTBOX_Y - 1 dw .MenuData2 db 1 ; default option |