diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-13 21:33:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 21:33:54 -0600 |
commit | 2c6849bee81f2c05cbf0df1f88c6d5460e7b1e2d (patch) | |
tree | bbea5b11d19d277815e51c237b4a7d3dfe8f3a74 /include/graphics.h | |
parent | 170b6ef44992f4b7decb31451a3756b6bd4e2d46 (diff) |
Decompile battle_anim_8170478.c (#445)
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index e2889ed86..33a26068b 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4233,6 +4233,7 @@ extern const u32 gBattleAnimSpriteSheet_132[]; extern const u32 gBattleAnimSpriteSheet_133[]; extern const u32 gBattleAnimSpriteSheet_134[]; extern const u32 gBattleAnimSpriteSheet_135[]; +extern const u32 gBattleAnimSpriteSheet_Particles[]; extern const u32 gBattleAnimSpriteSheet_136[]; extern const u32 gBattleAnimSpriteSheet_137[]; extern const u32 gBattleAnimSpriteSheet_138[]; @@ -4748,4 +4749,9 @@ extern const u32 gCableCarDoor_Gfx[]; extern const u32 gCableCarCord_Gfx[]; extern const u16 gCableCar_Pal[]; +// Battle Anim +extern const u32 gUnknown_08C2DDA4[]; +extern const u32 gUnknown_08C2EA50[]; +extern const u32 gUnknown_08C2EA9C[]; + #endif //GUARD_GRAPHICS_H |