summaryrefslogtreecommitdiff
path: root/src/scrcmd.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/scrcmd.c
parentb5dbdbc4b918b1fd3b60084ea92ce9ad6830733b (diff)
Renaming
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index e5272bc9c..29c1f982e 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -548,7 +548,7 @@ bool8 ScrCmd_givedecoration(struct ScriptContext *ctx)
{
u32 decoration = VarGet(ScriptReadHalfword(ctx));
- gSpecialVar_Result = IsThereStorageSpaceForDecoration(decoration);
+ gSpecialVar_Result = GiveDecoration(decoration);
return FALSE;
}