summaryrefslogtreecommitdiff
path: root/include/field_effect_helpers.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
commit3ceb1667c9b5e81934c7d608efc08905f21c372e (patch)
tree345a20d3189cfbf8ad00824f16872883dfdb1975 /include/field_effect_helpers.h
parent3b04cfa437b093a21cdc5021843b5f52a124861e (diff)
Reduce externs
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 6022467e4..6ea9771e6 100644
--- a/include/field_effect_helpers.h
+++ b/include/field_effect_helpers.h
@@ -34,5 +34,6 @@ void UpdateSparkleFieldEffect(struct Sprite*);
void SetSpriteInvisible(u8 spriteId);
void ShowWarpArrowSprite(u8 spriteId, u8 direction, s16 x, s16 y);
void sub_8155604(u8 spriteId, u8 value, s16 data1);
+void sub_81555D8(u8 spriteId, u8 value);
#endif //GUARD_FIELD_EFFECT_HELPERS_H