diff options
author | huderlem <huderlem@gmail.com> | 2019-09-22 09:09:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 09:09:23 -0500 |
commit | 9d4fc9234be10ccad76987e08512373bb097d8e0 (patch) | |
tree | 26f450f8f4180de278e828cf1a9cced341f91c2f /src/scrcmd.c | |
parent | 1ffa890d27273590f5d9b99b15c3747dc06106d8 (diff) | |
parent | 8e4e344c7d086ef252b60d7d722741854a05ee79 (diff) |
Merge pull request #812 from GriffinRichards/document-scriptmenu
Document script_menu and LilycoveCity_Harbor
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; } |