summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-06 13:35:48 -0500
committerGitHub <noreply@github.com>2020-01-06 13:35:48 -0500
commit26f7ba482384ad4f63063797a527b7fb33572aa1 (patch)
treedf807e701efce9007c5ae8cb7583c0375a3c6f14 /src/scrcmd.c
parentab4fa0e76e4478804266cddf6604308a77cdcb3b (diff)
parentda2ff948a68548a44a0e0d48f869f2217ce06e2d (diff)
Merge pull request #204 from mrgriffin/field-screen-effect
Decompile field_screen_effect
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
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;
}