summaryrefslogtreecommitdiff
path: root/include/field_screen_effect.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-06 13:59:20 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-06 13:59:20 -0500
commitccb5c0f324e2b9002a687c9111b2675bc6bd101d (patch)
tree84d587d63154d9a8da3e9983aae2042f09767737 /include/field_screen_effect.h
parent498ad1e6af6b219aa54b827e59325b6fbcb54343 (diff)
parent26f7ba482384ad4f63063797a527b7fb33572aa1 (diff)
Merge branch 'master' of github.com:pret/pokefirered into region_map
Diffstat (limited to 'include/field_screen_effect.h')
-rw-r--r--include/field_screen_effect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/field_screen_effect.h b/include/field_screen_effect.h
index 86fab62e0..e48745a7b 100644
--- a/include/field_screen_effect.h
+++ b/include/field_screen_effect.h
@@ -4,11 +4,11 @@
#include "global.h"
void sub_80AF79C(void);
-void sub_807F028(u8);
+void AnimateFlash(u8);
void sub_80B0244(void);
void sub_807E3EC(void);
-void sub_807F114(void);
-void sub_807F204(u8 taskId);
+void DoOutwardBarnDoorWipe(void);
+void Task_BarnDoorWipe(u8 taskId);
void sub_807DC00(void);
#endif // GUARD_FIELD_SCREEN_EFFECT_H