diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-23 15:11:58 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-23 15:11:58 -0500 |
commit | 35c3e8ec7b30d7bc02bef631347ce8eb6e87aa62 (patch) | |
tree | ca7c917d789784b944c909cc954acc92bd5236b4 /include/data2.h | |
parent | 5e786fcdd9f414eb9614331ea13af21de6f667d0 (diff) |
decompile LinkOpponentHandleGetAttributes - sub_80398B0
Diffstat (limited to 'include/data2.h')
-rw-r--r-- | include/data2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/data2.h b/include/data2.h index f292472ef..8ddd8c361 100644 --- a/include/data2.h +++ b/include/data2.h @@ -44,4 +44,14 @@ extern const struct SpriteTemplate gSpriteTemplate_81FAF0C; extern void *const gUnknown_081FAF4C[]; extern struct BattleMove gBattleMoves[]; +// data/graphics/trainers/front_pic_coords.inc +extern const struct MonCoords gTrainerFrontPicCoords[]; + +// data/graphics/trainers/front_pic_table.inc +extern const struct CompressedSpriteSheet gTrainerFrontPicTable[]; + +// data/graphics/trainers/front_pic_palette_table.inc +extern const struct CompressedSpritePalette gTrainerFrontPicPaletteTable[]; + + #endif // GUARD_DATA2_H |