diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 05:31:17 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 05:31:17 +0800 |
commit | 1caed4e6320570e9815ef43a4f0ebd14cc52c066 (patch) | |
tree | 0461d66291d97b28b2f6e994a35d01538b5af299 /include/data2.h | |
parent | 0985206a2998d69c984c6bb4494dec442209c4ca (diff) |
updated headers
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/data2.h b/include/data2.h index e383b1c9a..cc4998f32 100644 --- a/include/data2.h +++ b/include/data2.h @@ -19,4 +19,10 @@ extern const u8 gMoveNames[][13]; extern const u8 gAbilityNames[][13]; extern const u8 gTypeNames[][7]; +extern const struct CompressedSpritePalette gMonPaletteTable[]; +extern const struct CompressedSpritePalette gMonShinyPaletteTable[]; +extern const union AnimCmd *const *const gTrainerBackAnimsPtrTable[]; +extern const union AnimCmd *const *const gTrainerFrontAnimsPtrTable[]; +extern const union AnimCmd *const gUnknown_82349BC[]; + #endif // GUARD_DATA2_H |