Decompile event_data.s

This commit is contained in:
PikalaxALT
2019-10-21 21:15:54 -04:00
parent 8df72e4da6
commit 6ee1bd0621
18 changed files with 363 additions and 958 deletions
+2 -2
View File
@@ -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;
}