diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-14 21:22:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-14 21:22:14 -0400 |
commit | 4a1383d77bb1da701290848020b5ebf942182283 (patch) | |
tree | f224e4dd500f2feebe8352eb54f4c06620c24635 /include/data3.h | |
parent | 0ae3347e472686be8c7c21862afe4a62222cdcd1 (diff) |
RandomlyGoNorthOrSouth
Diffstat (limited to 'include/data3.h')
-rwxr-xr-x | include/data3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/data3.h b/include/data3.h index 3c1d34759..c73a8c991 100755 --- a/include/data3.h +++ b/include/data3.h @@ -19,5 +19,6 @@ extern const struct PairedPalettes gUnknown_0850BD78[15]; extern const u16 *const gUnknown_0850BE38[2]; extern const s16 gUnknown_0850D6DC[4]; // {0x20, 0x40, 0x60, 0x80} extern const u8 gUnknown_0850D710[4]; // {DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST} +extern const u8 gUnknown_0850D770[2]; // {DIR_SOUTH, DIR_NORTH} #endif //POKEEMERALD_DATA3_H |