summaryrefslogtreecommitdiff
path: root/include/pokemon_summary_screen.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-21 09:04:10 -0500
committerGitHub <noreply@github.com>2019-11-21 09:04:10 -0500
commit1234d0252cbe2b0001784b10b75f0d339824632d (patch)
tree04bd826b0a6313c2223b907956581d661d602066 /include/pokemon_summary_screen.h
parent1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff)
parenta1b21100524b01231c3e571621bb36ae25a20e2e (diff)
Merge pull request #161 from PikalaxALT/dism_more_data
Evolution Scene and other data dism
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r--include/pokemon_summary_screen.h2
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);