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 /engine/overworld | |
parent | 6b3735340604670d5fe1bfe4a31e59ad5c7bfb02 (diff) |
Create constants for ScrollingMenu item formats
...I should've done this quite a while ago.
Diffstat (limited to 'engine/overworld')
-rw-r--r-- | engine/overworld/decorations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/decorations.asm b/engine/overworld/decorations.asm index c601b65c3..3b40641f3 100644 --- a/engine/overworld/decorations.asm +++ b/engine/overworld/decorations.asm @@ -409,7 +409,7 @@ PopulateDecoCategoryMenu: .ScrollingMenuData: db SCROLLINGMENU_DISPLAY_ARROWS ; flags db 8, 0 ; rows, columns - db 1 ; horizontal spacing + db SCROLLINGMENU_ITEMS_NORMAL ; item format dbw 0, wd002 ; text pointer dba DecorationMenuFunction dbw 0, 0 |