summaryrefslogtreecommitdiff
path: root/include/field_effect_helpers.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-06-19 15:29:24 +0200
committerGitHub <noreply@github.com>2017-06-19 15:29:24 +0200
commit11ad653b57d811dbe8df831d4987128da39bdcb5 (patch)
tree9e9a793c7dc9a4af7992e6b65c0418d16b25a400 /include/field_effect_helpers.h
parent48a15638c63f2b3d4b2d12d346e466ddca006570 (diff)
parent13ff901d46f1726d5c0680cf8593484e0e9bbc4d (diff)
Merge pull request #1 from pret/master
be up to date with the master
Diffstat (limited to 'include/field_effect_helpers.h')
-rw-r--r--include/field_effect_helpers.h16
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