summaryrefslogtreecommitdiff
path: root/engine/items/mart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/items/mart.asm')
-rw-r--r--engine/items/mart.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/mart.asm b/engine/items/mart.asm
index edf8f5b5..3e7ffc0e 100644
--- a/engine/items/mart.asm
+++ b/engine/items/mart.asm
@@ -472,7 +472,7 @@ BuyMenuLoop:
ret
StandardMartAskPurchaseQuantity:
- ld a, 99
+ ld a, MAX_ITEM_STACK
ld [wItemQuantityBuffer], a
ld a, MARTTEXT_HOW_MANY
call LoadBuyMenuText