diff options
author | yenatch <yenatch@gmail.com> | 2017-06-16 23:59:58 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-16 23:59:58 -0400 |
commit | 8b97aa28047d5bbc24448b47cbda901a3adb9d0e (patch) | |
tree | 9e9a793c7dc9a4af7992e6b65c0418d16b25a400 /include/field_effect_helpers.h | |
parent | dda361afb7e2abafc15a498968580be6d1a83cfe (diff) | |
parent | f568060cae85a1e8c70a0216ea5d1c6e79d6a528 (diff) |
Merge remote-tracking branch 'marijn/clean/headers'
Diffstat (limited to 'include/field_effect_helpers.h')
-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 62f492bdc..56838fc3a 100644 --- a/include/field_effect_helpers.h +++ b/include/field_effect_helpers.h @@ -1,11 +1,13 @@ -// -// 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 *); +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 |