diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-11 10:58:30 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-11 10:58:30 -0500 |
commit | 9d2f1af103fb52ec5d06e185a4ddf25d91554549 (patch) | |
tree | 2f96b6d0c0a3a4c6811d0513d3bae05420c1041a /include/pokemon_summary_screen.h | |
parent | 3310aadb548f11b356a6fb10a049aff6704dc82b (diff) |
through PrintSafariMonInfo
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 6f96fa86d..3695d46df 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -34,6 +34,5 @@ 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 |