summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-09-17 13:26:17 -0400
committerscnorton <scnorton@biociphers.org>2017-09-17 13:26:17 -0400
commit4b04e92e8b236d91ea5cc45813f914f10a86b748 (patch)
tree84cc2ad05a2987c93942551b12c1f27d8ce309cb /include
parent7af98338830aaeb33be4c28dc26f14cc788f9df7 (diff)
Ten more functions (remaining function count is 99)
Diffstat (limited to 'include')
-rw-r--r--include/field_effect_helpers.h1
-rw-r--r--include/trainer_see.h7
2 files changed, 8 insertions, 0 deletions
diff --git a/include/field_effect_helpers.h b/include/field_effect_helpers.h
index 6504a84f1..e80daf3bd 100644
--- a/include/field_effect_helpers.h
+++ b/include/field_effect_helpers.h
@@ -11,5 +11,6 @@
// Exported ROM declarations
u8 sub_8154228(void);
+bool8 sub_8155DA0(struct MapObject *);
#endif //GUARD_FIELD_EFFECT_HELPERS_H
diff --git a/include/trainer_see.h b/include/trainer_see.h
new file mode 100644
index 000000000..3f39783b8
--- /dev/null
+++ b/include/trainer_see.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_TRAINER_SEE_H
+#define GUARD_TRAINER_SEE_H
+
+void sub_80B4578(struct MapObject *);
+void sub_8155D78(struct MapObject *);
+
+#endif //GUARD_TRAINER_SEE_H