summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-21 21:15:54 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-21 21:15:54 -0400
commit6ee1bd06218bd80ca9cce754d34ba8cdd9701dc8 (patch)
tree57f2fe829364eec01a5033f439399d225a6b4cd6 /src/scrcmd.c
parent8df72e4da6223f5d284029cb8503850523978a76 (diff)
Decompile event_data.s
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index ae994fceb..7a70d09c7 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1263,8 +1263,8 @@ bool8 ScrCmd_release(struct ScriptContext *ctx)
bool8 ScrCmd_textcolor(struct ScriptContext *ctx)
{
- gUnknown_20370DC = gUnknown_20370DA;
- gUnknown_20370DA = ScriptReadByte(ctx);
+ gSpecialVar_PrevTextColor = gSpecialVar_TextColor;
+ gSpecialVar_TextColor = ScriptReadByte(ctx);
return FALSE;
}