diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-18 18:57:25 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-18 18:57:25 -0400 |
commit | b596322ca2a4fa575311397158ce2ecb0053781b (patch) | |
tree | 3933fc893f3a424829d048c183c879ed9974379f /src/scrcmd.c | |
parent | 459fca289caa2be09864412c82a868862978f082 (diff) |
Initial script_menu documentation
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 560784c47..4c8895ab8 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1624,7 +1624,7 @@ bool8 ScrCmd_bufferstdstring(struct ScriptContext *ctx) u8 stringVarIndex = ScriptReadByte(ctx); u16 index = VarGet(ScriptReadHalfword(ctx)); - StringCopy(sScriptStringVars[stringVarIndex], gUnknown_0858BAF0[index]); + StringCopy(sScriptStringVars[stringVarIndex], gStdStrings[index]); return FALSE; } |