You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
This commit is contained in:
@@ -70,8 +70,7 @@ _BillsPC: ; e3fd
|
||||
|
||||
.MenuDataHeader: ; 0xe46f
|
||||
db $40 ; flags
|
||||
db 00, 00 ; start coords
|
||||
db 17, 19 ; end coords
|
||||
menu_coords 0, 0, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1
|
||||
dw .MenuData2
|
||||
db 1 ; default option
|
||||
|
||||
|
||||
Reference in New Issue
Block a user