diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-06 13:59:20 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-06 13:59:20 -0500 |
commit | ccb5c0f324e2b9002a687c9111b2675bc6bd101d (patch) | |
tree | 84d587d63154d9a8da3e9983aae2042f09767737 /src/scrcmd.c | |
parent | 498ad1e6af6b219aa54b827e59325b6fbcb54343 (diff) | |
parent | 26f7ba482384ad4f63063797a527b7fb33572aa1 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into region_map
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; } |