diff options
Diffstat (limited to 'include/field_screen_effect.h')
-rw-r--r-- | include/field_screen_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_screen_effect.h b/include/field_screen_effect.h index 4e4725041..5a2e42478 100644 --- a/include/field_screen_effect.h +++ b/include/field_screen_effect.h @@ -33,7 +33,7 @@ void DoMossdeepGymWarp(void); void DoPortholeWarp(void); void DoCableClubWarp(void); void DoContestHallWarp(void); -void AnimateFlash(u8 flashLevel); +void AnimateFlash(u8 newFlashLevel); void WriteBattlePyramidViewScanlineEffectBuffer(void); void DoSpinEnterWarp(void); void DoSpinExitWarp(void); |