summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-04-06 17:14:07 -0700
committerGitHub <noreply@github.com>2018-04-06 17:14:07 -0700
commit18a6fb5c3fcdc852a8ee805ba02b2807938e1de8 (patch)
tree8b31e761c5b2b03e2b5200baec6755f6a3273fe5 /src/scrcmd.c
parented5847cb41c48357d83b92823e08393a1ca54bdd (diff)
parent9e4bf55716fb5a27bc2f6eee4a489e48327eac3f (diff)
Merge pull request #586 from PikalaxALT/nakamura
Nakamura debug menu
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;
}