diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 14:00:31 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 14:00:31 -0500 |
commit | 5b12c6f1e7f1d02c4a47d0069c87b795bf5c2ccc (patch) | |
tree | e520f5c382fa2b3bac99508a0b795b135317dec7 /src | |
parent | 2b65a30c6af22ee5c74e75c7021ac27991b0d21c (diff) |
combine battle interface graphics files
Diffstat (limited to 'src')
-rw-r--r-- | src/data/graphics.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/data/graphics.c b/src/data/graphics.c index 7aa3a4384..ce2f02b2c 100644 --- a/src/data/graphics.c +++ b/src/data/graphics.c @@ -289,16 +289,7 @@ const u8 unused_basic_frame_bin[] = INCBIN_U8("graphics/unused/basic_frame.bin.l const u8 gUnknown_08D1212C[] = INCBIN_U8("graphics/battle_interface/window.gbapal"); const u8 gUnknown_08D1214C[] = INCBIN_U8("graphics/battle_interface/hpbar.gbapal"); -const u8 gHealthboxElementsGfxTable[] = INCBIN_U8("graphics/battle_interface/hpbar.4bpp"); -const u8 gHealthboxElementsGfxTable_ExpBar[] = INCBIN_U8("graphics/battle_interface/expbar.4bpp"); -const u8 gHealthboxElementsGfxTable_StatusPsn[] = INCBIN_U8("graphics/battle_interface/status_psn.4bpp"); -const u8 gHealthboxElementsGfxTable_StatusPar[] = INCBIN_U8("graphics/battle_interface/status_par.4bpp"); -const u8 gHealthboxElementsGfxTable_StatusSlp[] = INCBIN_U8("graphics/battle_interface/status_slp.4bpp"); -const u8 gHealthboxElementsGfxTable_StatusFrz[] = INCBIN_U8("graphics/battle_interface/status_frz.4bpp"); -const u8 gHealthboxElementsGfxTable_StatusBrn[] = INCBIN_U8("graphics/battle_interface/status_brn.4bpp"); -const u8 gHealthboxElementsGfxTable_Misc[] = INCBIN_U8("graphics/battle_interface/misc.4bpp"); -const u8 gHealthboxElementsGfxTable_HpBarAnim[] = INCBIN_U8("graphics/battle_interface/hpbar_anim.4bpp"); -const u8 gHealthboxElementsGfxTable_MiscFrameEnd[] = INCBIN_U8("graphics/battle_interface/misc_frameend.4bpp"); +const u8 gHealthboxElementsGfxTable[][32] = INCBIN_U8("graphics/battle_interface/healthbox_elements.4bpp"); const u8 Tiles_D129AC[] = INCBIN_U8("graphics/battle_interface/ball_display.4bpp"); |