summaryrefslogtreecommitdiff
path: root/include/field_poison.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-05 12:42:30 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-05 12:42:30 -0600
commit19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (patch)
treee9a928ac0d8eaaca476d8704b95fbf5f6838d994 /include/field_poison.h
parentcaa13f877797edbb7a1e13bf00b537bafbd4315a (diff)
parent00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff)
fix merge conflicts
Diffstat (limited to 'include/field_poison.h')
-rw-r--r--include/field_poison.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/field_poison.h b/include/field_poison.h
new file mode 100644
index 000000000..d1a4c823b
--- /dev/null
+++ b/include/field_poison.h
@@ -0,0 +1,19 @@
+#ifndef GUARD_FIELD_POISON_H
+#define GUARD_FIELD_POISON_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+enum {
+ FLDPSN_NONE,
+ FLDPSN_PSN,
+ FLDPSN_FNT
+};
+
+void sub_80F972C(void);
+unsigned int overworld_poison(void);
+
+#endif //GUARD_FIELD_POISON_H