summaryrefslogtreecommitdiff
path: root/include/field_ground_effect.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2017-05-22 20:05:20 -0400
committerGitHub <noreply@github.com>2017-05-22 20:05:20 -0400
commitde9f64061f83aab80e62b0fa69f9ed182704dfc9 (patch)
tree6c8548fce969b5bd9d457c5a0301d3ba886bac22 /include/field_ground_effect.h
parentcb975fbf00519c90c05c0dfaaf3f7a22ad8449ab (diff)
parent70b04997a09a45552a257623867acc1a8be6141e (diff)
Merge pull request #5 from PikalaxALT/pikalaxalt/field_map_obj
Pikalaxalt/field map obj
Diffstat (limited to 'include/field_ground_effect.h')
-rw-r--r--include/field_ground_effect.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h
new file mode 100644
index 000000000..590923041
--- /dev/null
+++ b/include/field_ground_effect.h
@@ -0,0 +1,10 @@
+//
+// Created by Scott Norton on 5/22/17.
+//
+
+#ifndef POKERUBY_FIELD_GROUND_EFFECT_H
+#define POKERUBY_FIELD_GROUND_EFFECT_H
+
+bool8 IsZCoordMismatchAt(u8 z, s16 x, s16 y);
+
+#endif //POKERUBY_FIELD_GROUND_EFFECT_H