diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-28 13:04:50 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-28 13:04:50 -0400 |
commit | d1d59596f10f97acc58a523d3d99e3ba570b2536 (patch) | |
tree | a256d8a65e8cb765a61d3271596581b464a491e2 /src/scrcmd.c | |
parent | b1c7689dcc47a7b0acce810739342f30970b7340 (diff) |
Sync obtain_item.inc
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index fa13fa522..4d3f7ca2c 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1513,7 +1513,7 @@ bool8 ScrCmd_bufferstdstring(struct ScriptContext *ctx) u8 stringVarIndex = ScriptReadByte(ctx); u16 index = VarGet(ScriptReadHalfword(ctx)); - StringCopy(sScriptStringVars[stringVarIndex], gUnknown_083CE048[index]); + StringCopy(sScriptStringVars[stringVarIndex], gStdStrings[index]); return FALSE; } |