summaryrefslogtreecommitdiff
path: root/include/field_effect.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-02 20:38:33 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-02 20:38:33 +0100
commiteb00e8ba4acab773b5bcebbc622563c60abb512d (patch)
treece56dc294c2aa39ac48e12503ab7189e1e5d56cb /include/field_effect.h
parentba176dfe0729e8c8c46a8f79c2f1b6e732ee13c8 (diff)
more work on battle transition
Diffstat (limited to 'include/field_effect.h')
-rw-r--r--include/field_effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_effect.h b/include/field_effect.h
index 772b20d37..2d1d3b3b0 100644
--- a/include/field_effect.h
+++ b/include/field_effect.h
@@ -75,5 +75,6 @@ u32 FieldEffectStart(u8);
bool8 FieldEffectActiveListContains(u8 id);
void sub_80B69DC(void);
void FieldEffectStop(struct Sprite *sprite, u8 id);
+u8 CreateTrainerSprite(u8 trainerSpriteID, s16 x, s16 y, u8 subpriority, u8 *buffer);
#endif //GUARD_FIELD_EFFECTS_H