diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-14 08:38:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-14 08:38:21 -0400 |
commit | 0ae3347e472686be8c7c21862afe4a62222cdcd1 (patch) | |
tree | f13ca9f1e3f83651d83f4f66056b213d61b04511 /include/data3.h | |
parent | c1c12981fe5d89c85750a477229b3b31f2e6f2ee (diff) |
Rename some functions
Diffstat (limited to 'include/data3.h')
-rwxr-xr-x | include/data3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/data3.h b/include/data3.h index 35dba5942..3c1d34759 100755 --- a/include/data3.h +++ b/include/data3.h @@ -17,7 +17,7 @@ extern const struct SpritePalette gUnknown_0850BBC8[]; extern const struct PairedPalettes gUnknown_0850BD00[15]; extern const struct PairedPalettes gUnknown_0850BD78[15]; extern const u16 *const gUnknown_0850BE38[2]; -extern const s16 gUnknown_0850D6DC[4]; -extern const u8 gUnknown_0850D710[4]; +extern const s16 gUnknown_0850D6DC[4]; // {0x20, 0x40, 0x60, 0x80} +extern const u8 gUnknown_0850D710[4]; // {DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST} #endif //POKEEMERALD_DATA3_H |