diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 23:05:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 23:05:53 -0400 |
commit | 5f189fa53b6791c5d0e24b85228797606f719bdc (patch) | |
tree | 23fe6e7fa1fea24a49db5f279f38b92157905832 /include/data3.h | |
parent | 0e3dbf32350d41ff871bffcdb4700dc635b243b7 (diff) |
state_to_direction memes
Diffstat (limited to 'include/data3.h')
-rwxr-xr-x | include/data3.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/data3.h b/include/data3.h index d5bccf296..a19aa6fe8 100755 --- a/include/data3.h +++ b/include/data3.h @@ -36,7 +36,9 @@ extern const u8 gUnknown_0850D8E8[4]; extern bool8 (*const gUnknown_0850DA64[])(struct MapObject *, struct Sprite *, u8, bool8(u8)); extern bool8 (*const gUnknown_0850DB5C[])(u8); extern bool8 (*const gUnknown_0850DB6C[])(u8); -extern struct Coords16 gUnknown_0850DB7C[4]; +extern const struct Coords16 gUnknown_0850DB7C[4]; +extern const u8 gUnknown_0850DC2F[4][4]; +extern const u8 gUnknown_0850DC3F[4][4]; extern const u8 gUnknown_0850DBA0[5]; |