diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-09 08:51:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-09 08:51:16 -0400 |
commit | e011ca7ac919efe05d5c965c84e14abd19dfaacd (patch) | |
tree | 9c9f3920cf3070d9d16d4c9b9374c2e8ffa56c9f /include/field_effect_helpers.h | |
parent | 113659ca87d944f2949d0cdb9e863101d040edc1 (diff) | |
parent | 99dc97f6aa48646c90def102ce2632be8c45eab9 (diff) |
Merge branch 'master' into trade
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 a1dd53a2b..11e96254d 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -27,5 +27,8 @@ void sub_8127ED0(u8, u8); void sub_8127F28(u8, u8, s16); u8 sub_8128124(u8 id); void ash(s16, s16, u16, u8); +void SetUpReflection(struct MapObject *mapObj, struct Sprite *sprite, u8 a); +u32 oe_exec_and_other_stuff(u8 fieldEffectId, struct MapObject *mapObject); +u8 sub_8126FF0(u8 localId, u8 mapNum, u8 mapGroup, s16 x, s16 y); #endif // GUARD_FIELD_EFFECT_HELPERS_H |