Decompile field_screen_effect

This commit is contained in:
Martin Griffin
2019-12-27 14:50:07 +00:00
parent 4d7a5b165f
commit 8fb5ce5790
12 changed files with 304 additions and 660 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ bool8 ScrCmd_setworldmapflag(struct ScriptContext *ctx)
bool8 ScrCmd_animateflash(struct ScriptContext *ctx)
{
sub_807F028(ScriptReadByte(ctx));
AnimateFlash(ScriptReadByte(ctx));
ScriptContext1_Stop();
return TRUE;
}