diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-25 20:12:52 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-25 20:12:52 -0400 |
commit | f85513f76999c79c6355711fcefaf058d02c7c46 (patch) | |
tree | ad60d6edad654974f1ef82538da0a402abd69903 /include/field_effect_helpers.h | |
parent | 637774362fdbedd8a54b651e6196a1e1a4f4c093 (diff) | |
parent | 06b6cada0ddedc62063171703ba6607019751a9a (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into sound_check_menu
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); |