diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-12-17 02:40:30 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-12-17 02:40:30 -0500 |
commit | 076d07f6fe24691d6d9d8872c049b18e2e16fa57 (patch) | |
tree | fe67ff21237b8e988484e2a53eecaa50f01844ab /include/graphics.h | |
parent | 71a7a8a0759373a8dafcccee82fa2d37cb285b85 (diff) | |
parent | d1e6e705ccf05f93933ae4494b1d388550d81d26 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_party_menu
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 99f896b6b..55020cacd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4238,6 +4238,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[]; @@ -4753,4 +4754,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 |