diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-22 00:22:48 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-22 00:22:48 -0600 |
commit | 71d3e605290b2069d3571478a3736b04d658decb (patch) | |
tree | db74a25f42002112023bec54a7ba25eaebc8d459 /include/graphics.h | |
parent | cb4bb3fbd53b92efebaa27a0cdf4f763d58a9488 (diff) |
save work
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index b3417a30f..f94450f86 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -48,6 +48,14 @@ extern const u8 gContest2Pal[]; extern const u8 gMonFootprint_QuestionMark[]; +extern const u8 gContestNextTurnGfx[]; +extern const u8 gContestNextTurnNumbersGfx[]; +extern const u8 gContestNextTurnRandomGfx[]; +extern const u8 gBattleAnimSpriteSheet_264[]; +extern const u8 gBattleAnimSpritePalette_264[]; +extern const u8 gBattleAnimSpritePalette_265[]; +extern const u8 gBattleAnimSpritePalette_067[]; +extern const u8 gBattleAnimSpritePalette_068[]; extern const u8 gContestApplauseGfx[]; extern const u8 gContestApplauseMeterGfx[]; extern const u16 gContestPal[]; |