diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-25 13:49:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 13:49:34 -0400 |
commit | 44f8d694ce5760fba5272936cfe3ab1fe48537a8 (patch) | |
tree | 59ef21892a02c9d266f5cac36872458bdbe0de61 /include/graphics.h | |
parent | 6539884c8850aca6c2057017dba9c3d78ca15784 (diff) | |
parent | 0e217e22d8fa3e075416cb332435c3756548357e (diff) |
Merge pull request #86 from jiangzhengwenjz/battle
battle
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 6139869c9..d8858b36f 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -974,6 +974,22 @@ extern const u8 gGraphics_TitleScreen_CopyrightPressStartMap[]; extern const u16 gGraphics_TitleScreen_FirePals[]; extern const u8 gGraphics_TitleScreen_BlankObjTiles[]; +extern const u32 gHealthboxSinglesPlayerGfx[]; +extern const u32 gHealthboxSinglesOpponentGfx[]; +extern const u32 gHealthboxDoublesPlayerGfx[]; +extern const u32 gHealthboxDoublesOpponentGfx[]; +extern const u32 gHealthboxSafariGfx[]; +extern const u32 gBlankGfxCompressed[]; +extern const u16 gBattleInterface_BallStatusBarPal[]; +extern const u16 gBattleInterface_BallDisplayPal[]; +extern const u32 gFile_graphics_interface_hp_numbers[]; + +extern const u32 gGhostFrontPic[]; +extern const u32 gGhostPalette[]; +extern const u32 gSubstituteDollGfx[]; +extern const u32 gSubstituteDollTilemap[]; +extern const u32 gSubstituteDollPal[]; + // credits extern const u32 gCreditsPokeballBgGfxTiles[]; extern const u32 gCreditsPokeballBgGfxMap[]; |