summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-04 08:49:05 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-05 22:43:26 -0400
commit56d822f9e3fe9ed65377151c0b839e4eaa7caea9 (patch)
treeb12164fe944f4d340bcbed1aa1e599d8d1d4f757 /src/shop.c
parentb5dbdbc4b918b1fd3b60084ea92ce9ad6830733b (diff)
Renaming
Diffstat (limited to 'src/shop.c')
-rw-r--r--src/shop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c
index 87dbbeb97..42cda5e2e 100644
--- a/src/shop.c
+++ b/src/shop.c
@@ -691,7 +691,7 @@ static void Task_DoItemPurchase(u8 taskId)
}
else // a normal mart is only type 0, so types 1 and 2 are decoration marts.
{
- if (IsThereStorageSpaceForDecoration(gMartInfo.itemList[gMartInfo.choicesAbove + gMartInfo.cursor]))
+ if (GiveDecoration(gMartInfo.itemList[gMartInfo.choicesAbove + gMartInfo.cursor]))
{
if (gMartInfo.martType == MART_TYPE_1)
DisplayItemMessageOnField(taskId, gOtherText_HereYouGo2, Shop_DoItemTransaction, 0xC3E1);