through UpdateLvlInHealthbox

This commit is contained in:
PikalaxALT
2020-01-10 16:32:32 -05:00
parent 1a246cc567
commit 3e79c7890f
6 changed files with 423 additions and 1231 deletions
+3
View File
@@ -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
+1
View File
@@ -34,5 +34,6 @@ enum PokemonSummaryScreenPage
s32 GetLastViewedMonIndex(void);
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
extern const u8 *gNatureNames[];
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H