summaryrefslogtreecommitdiff
path: root/include/pokemon_summary_screen.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-10 16:32:32 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-10 16:32:32 -0500
commit3e79c7890fe3196f3c9142a796e18f9b628dd762 (patch)
tree47c9cbd6107cdab808f6e1d5472c92b64a98fe59 /include/pokemon_summary_screen.h
parent1a246cc567f91d3975a7b9ca26a74afd06245bc9 (diff)
through UpdateLvlInHealthbox
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r--include/pokemon_summary_screen.h1
1 files changed, 1 insertions, 0 deletions
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