summaryrefslogtreecommitdiff
path: root/include/field_effect_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-25 17:37:07 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-25 17:37:07 -0400
commitc032dc02319139771d8fed40c14297ee81b18b34 (patch)
tree4b2ba18b26fae04c23fe29b04d4e5e1cd0d2cbcf /include/field_effect_helpers.h
parentf1841ef24d63aa2425d4316b9f49408d90c29bdb (diff)
through AlignFishingAnimationFrames
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r--include/field_effect_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h
index a1fbe49b2..4505b2e48 100644
--- a/include/field_effect_helpers.h
+++ b/include/field_effect_helpers.h
@@ -24,5 +24,6 @@ u32 StartFieldEffectForObjectEvent(u8, struct ObjectEvent*);
u8 FindTallGrassFieldEffectSpriteId(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s16 y);
void ShowWarpArrowSprite(u8 spriteId, u8 direction, s16 x, s16 y);
void SetSpriteInvisible(u8 spriteId);
+void sub_80DC4A4(u8 spriteId, u8 value, s16 data1);
#endif //GUARD_FIELD_EFFECT_HELPERS_H