diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-04 04:22:19 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-08-21 17:06:55 -0500 |
commit | 23979c4d7d6f7b10107f94781add4c9d3b0c7e52 (patch) | |
tree | a2cb38fab2ebd88cc9a9964c32d96dff259991be /src/scrcmd.c | |
parent | d68497f823b44381f7302b40faf34f639da3bab1 (diff) |
initial documentation commit
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 e31be848a..0326a56a4 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1633,7 +1633,7 @@ bool8 ScrCmd_buffercontesttype(struct ScriptContext *ctx) u8 stringVarIndex = ScriptReadByte(ctx); u16 index = VarGet(ScriptReadHalfword(ctx)); - sub_818E868(sScriptStringVars[stringVarIndex], index); + BufferContestName(sScriptStringVars[stringVarIndex], index); return FALSE; } |