diff options
author | yenatch <yenatch@gmail.com> | 2017-05-23 21:21:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 21:21:59 -0400 |
commit | 9640df02dd8651d5b05cf3767f6c7e16a697db3b (patch) | |
tree | df7fed98e02c4113507f6994e615b8f8074dd69e /src/pokemon_summary_screen.c | |
parent | 21ffe2fa910ede21f0f18a3013ed8ba29c70011e (diff) | |
parent | 3f7d0a195afd90c182cd631e14f5acb5d29be34b (diff) |
Merge pull request #303 from marijnvdwerf/clean/includes
Clean/includes
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 5f96512f0..56a56e455 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -4,22 +4,11 @@ #include "menu.h" #include "pokemon.h" #include "string_util.h" +#include "strings2.h" extern struct Pokemon *unk_2018000; extern u8 *(gNatureNames[]); -extern const u8 gOtherText_Terminator4[]; -extern const u8 gOtherText_Nature[]; - -extern const u8 gOtherText_Met[]; -extern const u8 gOtherText_Egg2[]; -extern const u8 gOtherText_ObtainedInTrade[]; -extern const u8 gOtherText_FatefulEncounter[]; -extern const u8 gOtherText_Met2[]; -extern const u8 gOtherText_EggDayCare[]; -extern const u8 gOtherText_EggNicePlace[]; -extern const u8 gOtherText_EggObtainedInTrade[]; -extern const u8 gOtherText_EggHotSprings[]; u8 *sub_80A1E9C(u8 *dest, u8 *src, u8); u8 PokemonSummaryScreen_CheckOT(struct Pokemon *pokemon); |