diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-10 16:32:32 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-10 16:32:32 -0500 |
commit | 3e79c7890fe3196f3c9142a796e18f9b628dd762 (patch) | |
tree | 47c9cbd6107cdab808f6e1d5472c92b64a98fe59 /include | |
parent | 1a246cc567f91d3975a7b9ca26a74afd06245bc9 (diff) |
through UpdateLvlInHealthbox
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 3 | ||||
-rw-r--r-- | include/pokemon_summary_screen.h | 1 |
2 files changed, 4 insertions, 0 deletions
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 diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 3695d46df..6f96fa86d 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -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 |