Finish rest of event_object_movement

This commit is contained in:
ultima-soul
2020-03-13 19:44:09 -07:00
parent 99e4de062a
commit 96b7836d48
12 changed files with 1058 additions and 2077 deletions
+3
View File
@@ -19,5 +19,8 @@ void sub_80DC478(u8, u8);
void StartAshFieldEffect(s16, s16, u16, s16);
void sub_80DCBB8(struct ObjectEvent *);
bool8 sub_80DCBE0(struct ObjectEvent *);
void SetUpReflection(struct ObjectEvent*, struct Sprite*, u8);
u32 StartFieldEffectForObjectEvent(u8, struct ObjectEvent*);
u8 FindTallGrassFieldEffectSpriteId(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s16 y);
#endif //GUARD_FIELD_EFFECT_HELPERS_H