You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create constants for ScrollingMenu item formats
...I should've done this quite a while ago.
This commit is contained in:
@@ -2269,9 +2269,9 @@ _ChangeBox_MenuHeader:
|
||||
db 1 ; default option
|
||||
|
||||
.MenuData
|
||||
db MENU_UNUSED_1 | MENU_UNUSED_3 ; flags
|
||||
db 4, 0
|
||||
db 1
|
||||
db SCROLLINGMENU_CALL_FUNCTION3_NO_SWITCH | SCROLLINGMENU_ENABLE_FUNCTION3 ; flags
|
||||
db 4, 0 ; rows, columns
|
||||
db SCROLLINGMENU_ITEMS_NORMAL ; item format
|
||||
dba .boxes
|
||||
dba .boxnames
|
||||
dba NULL
|
||||
|
@@ -543,8 +543,8 @@ MailboxPC:
|
||||
|
||||
.TopMenuData:
|
||||
db SCROLLINGMENU_DISPLAY_ARROWS ; flags
|
||||
db 4, 0 ; rows/columns?
|
||||
db 1 ; horizontal spacing?
|
||||
db 4, 0 ; rows, columns
|
||||
db SCROLLINGMENU_ITEMS_NORMAL ; item format
|
||||
dbw 0, wMailboxCount ; text pointer
|
||||
dba MailboxPC_PrintMailAuthor
|
||||
dba NULL
|
||||
|
Reference in New Issue
Block a user