summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/data3.h1
-rwxr-xr-xinclude/field_map_obj.h14
2 files changed, 15 insertions, 0 deletions
diff --git a/include/data3.h b/include/data3.h
index 9ab32e8ce..debca9b73 100755
--- a/include/data3.h
+++ b/include/data3.h
@@ -23,5 +23,6 @@ extern const u8 gUnknown_0850D710[4]; // {DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EA
extern const u8 gUnknown_0850D770[2]; // {DIR_SOUTH, DIR_NORTH}
extern const u8 gUnknown_0850D790[2]; // {DIR_WEST, DIR_EAST}
extern const u8 gUnknown_0850D7F0[2]; // {DIR_NORTH, DIR_WEST}
+extern const u8 gUnknown_0850D808[2]; // {DIR_NORTH, DIR_EAST}
#endif //POKEEMERALD_DATA3_H
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index f91b8f9e3..43446ea84 100755
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -6,6 +6,20 @@
// Exported struct declarations
+enum SpinnerRunnerFollowPatterns {
+ RUNFOLLOW_ANY,
+ RUNFOLLOW_NORTH_SOUTH,
+ RUNFOLLOW_EAST_WEST,
+ RUNFOLLOW_NORTH_WEST,
+ RUNFOLLOW_NORTH_EAST,
+ RUNFOLLOW_SOUTH_WEST,
+ RUNFOLLOW_SOUTH_EAST,
+ RUNFOLLOW_NORTH_SOUTH_WEST,
+ RUNFOLLOW_NORTH_SOUTH_EAST,
+ RUNFOLLOW_NORTH_EAST_WEST,
+ RUNFOLLOW_SOUTH_EAST_WEST
+};
+
// Exported RAM declarations
// Exported ROM declarations