diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 11:48:51 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 11:48:51 -0600 |
commit | abebd2b8648313deeee52ef5be1d6cc0927193ad (patch) | |
tree | 2decbd77c9333fa6928ad2608d68251bb19ed1cd /include/field_effect.h | |
parent | 6add3e17944402eab6419d217c98d14d93f38a55 (diff) |
Cleanup externs in overworld.c
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index 7620cedcd..205dbb68a 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -13,6 +13,7 @@ extern bool8 (*gFieldCallback2)(void); u32 FieldEffectStart(u8); bool8 FieldEffectActiveListContains(u8 id); +void FieldEffectActiveListClear(void); void sub_80B69DC(void); u8 AddNewGameBirchObject(s16, s16, u8); void FieldEffectStop(struct Sprite *sprite, u8 id); |