summaryrefslogtreecommitdiff
path: root/engine/mart.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/mart.asm')
-rwxr-xr-xengine/mart.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/mart.asm b/engine/mart.asm
index 2f1b9c6a6..f4b89bd22 100755
--- a/engine/mart.asm
+++ b/engine/mart.asm
@@ -525,7 +525,7 @@ StandardMartAskPurchaseQuantity:
; 15d97
MartConfirmPurchase: ; 15d97
- predef Predef_PartyMonItemName
+ predef PartyMonItemName
ld a, MARTTEXT_COSTS_THIS_MUCH
call LoadBuyMenuText
call YesNoBox
@@ -863,7 +863,7 @@ SellMenu: ; 15eb3
ld a, [wMartItemID]
ld hl, NumItems
call TossItem
- predef Predef_PartyMonItemName
+ predef PartyMonItemName
hlcoord 1, 14
lb bc, 3, 18
call ClearBox