diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 10:23:14 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-11 10:23:14 -0500 |
commit | 73327f0d44195f26d1af8b894326e1b98b609681 (patch) | |
tree | ea851c33d270d2fde837dd372105e1562a912950 /include/field_effect_helpers.h | |
parent | 4018acfae12ab5d39aaff9acdeaa5d713d1def0e (diff) |
Decompile field_ground_effect into event_object_movement.c
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r-- | include/field_effect_helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 3c9e00b62..faf6290e4 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -15,5 +15,8 @@ bool8 sub_8155DA0(struct MapObject *); void sub_8155D78(struct MapObject *); void sub_81555AC(u8, u8); void ash(s16, s16, u16, s16); +void SetUpReflection(struct MapObject*, struct Sprite*, u8); +u32 StartFieldEffectForEventObject(u8, struct MapObject*); +u8 sub_81546C8(u8, u8, u8, s16, s16); #endif //GUARD_FIELD_EFFECT_HELPERS_H |