diff options
Diffstat (limited to 'include/field_effect_helpers.h')
-rwxr-xr-x[-rw-r--r--] | include/field_effect_helpers.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h index 277478222..32438a9ad 100644..100755 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -1,9 +1,5 @@ -// -// Created by scott on 5/25/2017. -// - -#ifndef POKERUBY_FIELD_EFFECT_HELPERS_H -#define POKERUBY_FIELD_EFFECT_HELPERS_H +#ifndef GUARD_FIELD_EFFECT_HELPERS_H +#define GUARD_FIELD_EFFECT_HELPERS_H void sub_812869C(struct MapObject *); bool8 sub_81286C4(struct MapObject *); @@ -24,5 +20,11 @@ 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); +void sub_8127ED0(u8, u8); +void sub_8127F28(u8, u8, s16); +u8 sub_8128124(u8 id); -#endif //POKERUBY_FIELD_EFFECT_HELPERS_H +#endif // GUARD_FIELD_EFFECT_HELPERS_H |