diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-05 18:37:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 18:37:03 -0700 |
commit | 781d0ca44c8eab2b7751fe8f337d6acde7fe8582 (patch) | |
tree | 0668eb03388e9404e134e24b3dcd753f7bc47050 /include/graphics.h | |
parent | 62388f3bfd5b1abd9fa369628b805e683e64c302 (diff) | |
parent | d975a85c84616155e226b2d5120aee9adcae16b5 (diff) |
Merge pull request #539 from progreon/various_data
Decompiling various data
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index b779c2dcd..e0d202202 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3345,4 +3345,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 u16 gUnknown_08D1212C[]; +extern const u16 gUnknown_08D1214C[]; +extern const u8 Tiles_D129AC[]; + #endif // GUARD_GRAPHICS_H |