diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-12 20:23:23 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-12 20:23:23 -0500 |
commit | 2c87516ca3efa260b96b92ededb24d75edfe49e8 (patch) | |
tree | 026828079ecef0018fc71701a54099e205c40b0e /include/data2.h | |
parent | 02104e52ddfcbd2a8a00af5d8b169b732e84a7cb (diff) |
more labels and fix build
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/data2.h b/include/data2.h index 7a58e3a8e..53a90944d 100644 --- a/include/data2.h +++ b/include/data2.h @@ -3,12 +3,7 @@ #include "sprite.h" -struct UnknownStructD2 -{ - u32 unk0; - u32 unk4; - u32 unk8; -}; +struct UnknownTaskStruct; struct MonCoords { @@ -47,7 +42,7 @@ extern u8 gSpeciesNames[][11]; extern const u8 gMoveNames[][13]; extern const u8 gAbilityNames[][13]; extern const u8 gTypeNames[][7]; -extern const struct UnknownStructD2 gUnknown_081F9674; +extern const struct UnknownTaskStruct gUnknown_081F9674; extern const u8 gUnknown_081F96C8[]; extern struct CompressedSpriteSheet gUnknown_081FAEA4; extern struct CompressedSpritePalette gUnknown_081FAEAC; |