diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-23 11:13:36 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-23 11:13:36 -0400 |
commit | 506013fe4cf2fc368ed4a175223c1883a88416f2 (patch) | |
tree | a10d533fd1eddfa18ad4d959abdc4a41976a3d79 /include | |
parent | 06265cbe852d4d21e4ad18012723a56e54f5fe1e (diff) |
Another set of functions related to adjusting coordinates
Diffstat (limited to 'include')
-rwxr-xr-x | include/field_map_obj.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 80add1403..3a56ed636 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -77,4 +77,6 @@ extern const u8 gUnknown_08375584[4]; extern const u8 gUnknown_0837567B[9]; +extern const struct Coords16 gDirectionToVector[]; + #endif // GUARD_FIELD_MAP_OBJ_H |