diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-05 20:11:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 20:11:10 -0700 |
commit | 9238533346fd97c67e48fee33a204d1e8e2dd0a7 (patch) | |
tree | e9a140e919d72891ea825b64fc72a9cfa175ce88 /include/pokemon_summary_screen.h | |
parent | 99c98097753008b1f824a676b36f34ac2857effe (diff) | |
parent | f309f3272ae04be643ee3d1dd9f3fc3e5fc6c699 (diff) |
Merge pull request #648 from yenatch/master
fix WarpEvent and label some of pokemon_summary_screen
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 f1dbe0089..29bdd332e 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -63,7 +63,6 @@ void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u8 sub_809FA30(void); u8 GetPrimaryStatus(u32); u8 GetMonStatusAndPokerus(); -u8 *sub_80A1E9C(u8 *dest, const u8 *src, u8); u8 *PokemonSummaryScreen_CopyPokemonLevel(u8 *dest, u8 level); u8 PokemonSummaryScreen_CheckOT(struct Pokemon *pokemon); bool8 CheckPartyPokerus(struct Pokemon *, u8); |