summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-16 13:54:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-16 13:54:33 -0400
commit66fbc9753fa8411d715fdad1067eb98c68ace27a (patch)
treede0d14547867f7753a9b803f861205feaa0b255f /include/fieldmap.h
parentee3dc1edda08ae6e2bab34b8555ec410f1a930a9 (diff)
sub_8091F94
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
new file mode 100644
index 000000000..7057fe889
--- /dev/null
+++ b/include/fieldmap.h
@@ -0,0 +1,15 @@
+//
+// Created by scott on 9/16/2017.
+//
+
+#ifndef POKEEMERALD_FIELDMAP_H
+#define POKEEMERALD_FIELDMAP_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+u8 MapGridGetMetatileBehaviorAt(s16, s16);
+
+#endif //POKEEMERALD_FIELDMAP_H