summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/field_map_obj.h5
-rw-r--r--include/mauville_old_man.h10
2 files changed, 13 insertions, 2 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index 97c55f12a..5eaee20d9 100644
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -1,12 +1,13 @@
#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
#define POKEEMERALD_FIELD_MAP_OBJ_H
+#define NUM_OBJECT_GRAPHICS_INFO 239
+#define SPRITE_VAR 240
+
// Exported struct declarations
// Exported RAM declarations
-
-
// Exported ROM declarations
void sub_808D438(void);
diff --git a/include/mauville_old_man.h b/include/mauville_old_man.h
new file mode 100644
index 000000000..5ed7b203b
--- /dev/null
+++ b/include/mauville_old_man.h
@@ -0,0 +1,10 @@
+//
+// Created by Scott Norton on 9/8/17.
+//
+
+#ifndef POKEEMERALD_MAUVILLE_OLD_MAN_H
+#define POKEEMERALD_MAUVILLE_OLD_MAN_H
+
+u8 sub_81201C8(void);
+
+#endif //POKEEMERALD_MAUVILLE_OLD_MAN_H