diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-23 14:01:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:01:11 -0400 |
commit | d21090cf044c3693f020f9580fa1dbefe3d4556f (patch) | |
tree | 553c15314325bfad9c75bc026121ca26aceb5f9e /include/graphics.h | |
parent | dbf3de7755136f434a1fc07496d2a685e752ef08 (diff) | |
parent | b80442645dc880216a35a780e5bed232aea1f92a (diff) |
Merge pull request #406 from hjk321/index-graphics
Document, Index, and Prettify Graphics, Part 1 (A-H)
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 533b88b4b..6b2c87bad 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4861,7 +4861,7 @@ extern const u32 gFile_graphics_battle_interface_ball_status_bar_sheet[]; extern const u8 gHealthboxElementsGfxTable[][32]; extern const u16 gBattleInterface_BallStatusBarPal[]; extern const u16 gBattleInterface_BallDisplayPal[]; -extern const u16 gUnknown_8D12404[]; +extern const u16 gBattleInterface_SummaryBallDisplayGfx[]; // item_menu extern const u32 gUnknown_8E830CC[]; |