diff options
author | Evan <eroelke@gmail.com> | 2019-11-21 09:31:40 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-21 09:31:40 -0700 |
commit | 407d22af8e685076bc92f837266786dfe78e7123 (patch) | |
tree | 11a039ad7737c105d4b81ae653ba899d342b6e57 /include/pokemon_summary_screen.h | |
parent | e6bc189a033bb2019233dc99f2c1114053c7650d (diff) | |
parent | 1234d0252cbe2b0001784b10b75f0d339824632d (diff) |
fix PR merge conflicts
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 b800e3d30..2655405e5 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -10,7 +10,7 @@ extern const u8 *const gNatureNamePointers[]; void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u16); void ShowPokemonSummaryScreenSet40EF(u8 mode, struct BoxPokemon *mons, u8 monIndex, u8 maxMonIndex, void (*callback)(void)); -u8 sub_8138B2C(void); +u8 GetMoveSlotToReplace(void); void SummaryScreen_SetUnknownTaskId(u8 a0); void SummaryScreen_DestroyUnknownTask(void); |