diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-06-09 02:31:24 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-06-09 02:31:24 +0200 |
commit | c048b24d255f5f5ac71f5e9d2f4d4864a06edeaf (patch) | |
tree | 5078ac0d0b7c74c82bf1b18d7e33c92882e6f572 /wram.asm | |
parent | 6b3735340604670d5fe1bfe4a31e59ad5c7bfb02 (diff) |
Create constants for ScrollingMenu item formats
...I should've done this quite a while ago.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1481,7 +1481,7 @@ NEXTU ; cf92 ; Scrolling Menu wMenuData_ScrollingMenuHeight:: db ; cf92 wMenuData_ScrollingMenuWidth:: db ; cf93 -wMenuData_ScrollingMenuSpacing:: db ; cf94 +wMenuData_ScrollingMenuItemFormat:: db ; cf94 wMenuData_ItemsPointerBank:: db ; cf95 wMenuData_ItemsPointerAddr:: dw ; cf97 wMenuData_ScrollingMenuFunction1:: ds 3 ; cf98 |