diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-16 14:55:16 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-16 14:55:16 +0100 |
commit | 3aff112127ddb67882bfce31d046eb886e0aa2c1 (patch) | |
tree | 35d66e84a564628fb6eb2f7b7d1520b3f30d2c8e /include/field_effect_helpers.h | |
parent | a9abb930aacdafd5de8e4cbedb3d66c5184f8cef (diff) |
Begin synchronising with pokeruby
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r-- | include/field_effect_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 9c354159b..105dcd610 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -17,7 +17,7 @@ u8 FindTallGrassFieldEffectSpriteId(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s void sub_8155F80(struct Sprite*); void UpdateShadowFieldEffect(struct Sprite*); void UpdateTallGrassFieldEffect(struct Sprite*); -void sub_81561D0(struct Sprite*); +void WaitFieldEffectSpriteAnim(struct Sprite*); void UpdateAshFieldEffect(struct Sprite*); void UpdateSurfBlobFieldEffect(struct Sprite*); void sub_8156194(struct Sprite*); |