diff options
author | Martin Griffin <martinrgriffin@gmail.com> | 2019-12-27 14:50:07 +0000 |
---|---|---|
committer | Martin Griffin <martinrgriffin@gmail.com> | 2019-12-27 16:31:07 +0000 |
commit | 8fb5ce57900a607348d7d6d01ce9f699867d0c2b (patch) | |
tree | 8e729050f6f175f7ae8824b015219774e6a53ab9 /src/scrcmd.c | |
parent | 4d7a5b165f96dd1788364523eb160041157d3004 (diff) |
Decompile field_screen_effect
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 a88655e17..fad30a6a8 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -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; } |