summaryrefslogtreecommitdiff
path: root/include/field_effect_helpers.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-18 13:01:55 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-18 13:01:55 -0400
commit5d04fe94d9eed2980ac0b439b0e45af13c792037 (patch)
treebf9f0c1eaecbcf25e9de4ef6d5c99c16f132e5a4 /include/field_effect_helpers.h
parent02af81bc95367d4557189fda0f1dccccf16c852a (diff)
parent13ff901d46f1726d5c0680cf8593484e0e9bbc4d (diff)
Merge remote-tracking branch 'origin/master' into field_map_obj_data
Diffstat (limited to 'include/field_effect_helpers.h')
-rwxr-xr-x[-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 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