diff options
author | huderlem <huderlem@gmail.com> | 2019-03-08 13:28:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 13:28:49 -0600 |
commit | d637317e324a9055ae42286046dd4b081f39d51a (patch) | |
tree | 99c243e92cae64a2b60b5c4b86e161db9072a7b0 /include/field_effect_helpers.h | |
parent | bd157b301dea3526a4c373737dc8167d9a02b168 (diff) | |
parent | 5886f82ef5593fda68687c2e44b2feef76028ce3 (diff) |
Merge pull request #592 from Phlosioneer/extern-cleanup
Extern cleanup
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r-- | include/field_effect_helpers.h | 1 |
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 |