diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 02:24:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 02:24:30 -0400 |
commit | 06b6cada0ddedc62063171703ba6607019751a9a (patch) | |
tree | 8fe5903f463eb9a2dad9dbd57ff732eb35fbc954 /include/field_effect_helpers.h | |
parent | fa2d7e06844e352c29a63ca8e21cdc8a107a3451 (diff) | |
parent | 2964f3839ee68ab1d7dea394fc5673e12e6fc19f (diff) |
Merge pull request #331 from PikalaxALT/field_map_obj_data
Field map obj data
Diffstat (limited to 'include/field_effect_helpers.h')
-rwxr-xr-x[-rw-r--r--] | include/field_effect_helpers.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 56838fc3a..32438a9ad 100644..100755 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -3,6 +3,23 @@ void sub_812869C(struct MapObject *); bool8 sub_81286C4(struct MapObject *); +void oamc_shadow(struct Sprite *); +void sub_8087638(struct Sprite *); +void sub_808788C(struct Sprite *); +void sub_8127334(struct Sprite *); +void sub_8127584(struct Sprite *); +void sub_81276B4(struct Sprite *); +void sub_8127A7C(struct Sprite *); +void sub_8127D84(struct Sprite *); +void sub_8127F7C(struct Sprite *); +void sub_81282E0(struct Sprite *); +void sub_8128410(struct Sprite *); +void sub_81285AC(struct Sprite *); +void sub_8128774(struct Sprite *); +void sub_81287C4(struct Sprite *); +void sub_8128800(struct Sprite *); +void unc_grass_normal(struct Sprite *); +void unc_grass_tall(struct Sprite *); u8 sub_8126B54(void); void objid_set_invisible(u8); void sub_8126BC4(u8 unk_1B, u8 r6, s16 x, s16 y); |