diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:22 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:58:05 -0500 |
commit | c1130592faa26f4e555142c48bdc02c1378ff1ee (patch) | |
tree | 0833c750d4786219b814a3ff2a57799137027934 /src/field_screen_effect.c | |
parent | 65d3b583748bf1a8e03bc55baa31760bd5bdc384 (diff) |
Drop some overworld prefixes
Diffstat (limited to 'src/field_screen_effect.c')
-rw-r--r-- | src/field_screen_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_screen_effect.c b/src/field_screen_effect.c index c27ec6c4c..b17617eff 100644 --- a/src/field_screen_effect.c +++ b/src/field_screen_effect.c @@ -974,7 +974,7 @@ static u8 StartUpdateOrbFlashEffect(s32 centerX, s32 centerY, s32 initialFlashRa // A higher flashLevel value is a smaller flash radius (more darkness). 0 is full brightness void AnimateFlash(u8 flashLevel) { - u8 curFlashLevel = Overworld_GetFlashLevel(); + u8 curFlashLevel = GetFlashLevel(); bool8 fullBrightness = FALSE; if (!flashLevel) fullBrightness = TRUE; |