summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-06 08:35:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-06 08:35:16 -0400
commit63dd0ea397ff01787753f182541ed8324f2d498b (patch)
tree336d75ccbb3d77e434233c7e2a9ce30ef7b727b1
parent675bdb52508deb085813588203baa7cd9c9de24c (diff)
Spawn source files for Field Map Obj
-rw-r--r--include/field_map_obj.h10
-rw-r--r--src/field_map_obj.c16
2 files changed, 26 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
new file mode 100644
index 000000000..ebc445794
--- /dev/null
+++ b/include/field_map_obj.h
@@ -0,0 +1,10 @@
+#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
+#define POKEEMERALD_FIELD_MAP_OBJ_H
+
+// Exported struct declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+
+#endif //POKEEMERALD_FIELD_MAP_OBJ_H
diff --git a/src/field_map_obj.c b/src/field_map_obj.c
new file mode 100644
index 000000000..ec9a7c002
--- /dev/null
+++ b/src/field_map_obj.c
@@ -0,0 +1,16 @@
+// Includes
+
+#include "global.h"
+#include "field_map_obj.h"
+
+// Static struct declarations
+
+// Static RAM declarations
+
+// Static ROM declarations
+
+// ROM data
+
+// Code
+
+