diff options
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 288e60d4e..18a4fa5c1 100644 --- a/engine/overworld/decorations.asm +++ b/engine/overworld/decorations.asm @@ -412,7 +412,7 @@ PopulateDecoCategoryMenu: db SCROLLINGMENU_DISPLAY_ARROWS ; flags db 8, 0 ; rows, columns db SCROLLINGMENU_ITEMS_NORMAL ; item format - dbw 0, wDecoNameBuffer ; text pointer + dbw 0, wNumOwnedDecoCategories dba DecorationMenuFunction dbw 0, NULL dbw 0, NULL |