diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:02:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:02:59 -0400 |
commit | 45b4b7ed85022c7771ee1adab8336f2b438b845e (patch) | |
tree | 9bcb35cfef25ddd2be992333dbff92c232b36d3d /include/pokemon_summary_screen.h | |
parent | 5e786fcdd9f414eb9614331ea13af21de6f667d0 (diff) | |
parent | 2f31720f6b58f0d929adb3cf69f257f30621c03c (diff) |
Merge pull request #329 from camthesaxman/decompile_choose_party
decompile choose_party
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 3f7ed8fad..71259c887 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -3,7 +3,7 @@ extern const u8 *const gNatureNames[]; -void ShowPokemonSummaryScreen(struct Pokemon *, u8, u8, void (*)(u8), int); +void ShowPokemonSummaryScreen(struct Pokemon *, u8, u8, void (*)(void), int); void sub_809D9F0(struct Pokemon *party, u8, u8, void *, u32); void sub_809D9F0(struct Pokemon *, u8, u8, void *, u32); u8 sub_809FA30(void); |