diff options
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 1912a2399..e14aa72d5 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -1,6 +1,13 @@ #ifndef GUARD_GRAPHICS_H #define GUARD_GRAPHICS_H +struct BattleAnimBackground +{ + void *image; + void *palette; + void *tilemap; +}; + // data/graphics.s extern const u8 gInterfaceGfx_PokeBall[]; extern const u8 gInterfacePal_PokeBall[]; |