diff options
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 01a193ab3..f99da32e5 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3337,9 +3337,16 @@ extern struct BattleAnimBackground gBattleAnimBackgroundTilemap_17; extern struct BattleAnimBackground gBattleAnimBackgroundTilemap_20; extern struct BattleAnimBackground gBattleAnimBackgroundTilemap_21; +// data/graphics.s +extern const u8 gBattleWindowLargeGfx[]; +extern const u8 gBattleWindowSmallGfx[]; +extern const u8 gBattleWindowSmall2Gfx[]; +extern const u8 gBattleWindowSmall3Gfx[]; +extern const u8 gBattleWindowLarge2Gfx[]; +extern const u8 gBlankGfxCompressed[]; extern const u8 gBattleGfx_BallStatusBar[]; -extern const u8 gUnknown_08D1212C[]; -extern const u8 gUnknown_08D1214C[]; +extern const u16 gUnknown_08D1212C[]; +extern const u16 gUnknown_08D1214C[]; extern const u8 Tiles_D129AC[]; #endif // GUARD_GRAPHICS_H |