diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-06-17 07:29:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 07:29:30 -0400 |
commit | f1bab45624a3a2d5f6bf5b63e912382de0a30abd (patch) | |
tree | a119b4a04697bba53c0f9617283ed9a467fc6236 /engine/items/mart.asm | |
parent | fbc2c55cdb2f18a933af3daf9294750f254c23a5 (diff) | |
parent | 7e84f7240328af68723f8419d5079daea32cf21d (diff) |
Merge pull request #638 from mid-kid/master
beep boop
Diffstat (limited to 'engine/items/mart.asm')
-rw-r--r-- | engine/items/mart.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/mart.asm b/engine/items/mart.asm index 6341e9e6e..0209aac23 100644 --- a/engine/items/mart.asm +++ b/engine/items/mart.asm @@ -600,7 +600,7 @@ MenuHeader_Buy: .MenuData db SCROLLINGMENU_DISPLAY_ARROWS | SCROLLINGMENU_ENABLE_FUNCTION3 ; flags db 4, 8 ; rows, columns - db 1 ; horizontal spacing + db SCROLLINGMENU_ITEMS_NORMAL ; item format dbw 0, wCurMart dba PlaceMenuItemName dba .PrintBCDPrices |