From 3e79c7890fe3196f3c9142a796e18f9b628dd762 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Jan 2020 16:32:32 -0500 Subject: through UpdateLvlInHealthbox --- include/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index dc0389420..03c9e5de6 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4854,4 +4854,7 @@ extern const u32 gFireRedTrainerCard_Gfx[]; extern const u16 gEmeraldTrainerCard_Pal[]; extern const u32 gEmeraldTrainerCard_Gfx[]; +// battle_interface +extern const u8 gHealthboxElementsGfxTable[][32]; + #endif //GUARD_GRAPHICS_H -- cgit v1.2.3 From 3310aadb548f11b356a6fb10a049aff6704dc82b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Jan 2020 21:34:44 -0500 Subject: Much battle_interface data to C --- include/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 03c9e5de6..a668364bd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4855,6 +4855,10 @@ extern const u16 gEmeraldTrainerCard_Pal[]; extern const u32 gEmeraldTrainerCard_Gfx[]; // battle_interface +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[]; #endif //GUARD_GRAPHICS_H -- cgit v1.2.3