diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-21 21:15:54 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-21 21:15:54 -0400 |
commit | 6ee1bd06218bd80ca9cce754d34ba8cdd9701dc8 (patch) | |
tree | 57f2fe829364eec01a5033f439399d225a6b4cd6 /src/scrcmd.c | |
parent | 8df72e4da6223f5d284029cb8503850523978a76 (diff) |
Decompile event_data.s
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 4 |
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; } |