diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 09:59:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 09:59:40 -0400 |
commit | c99894bc60e73f303500d604cf852ee7afc46abb (patch) | |
tree | 6959fc90bc4b28e054dd4dc8f822e2f3761857e7 /include/pokemon_summary_screen.h | |
parent | 0ecc1876a9cb8e31b1aa0879bf2b9e9c87271858 (diff) |
Document Pokemon Summary Screen, 1
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r-- | include/pokemon_summary_screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index f70337677..8ee0cbafd 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -12,7 +12,7 @@ void SummaryScreen_SetUnknownTaskId(u8 a0); void SummaryScreen_DestroyUnknownTask(void); u8 GetLastViewedMonIndex(void); void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4); -void sub_8138B38(u8); +void SetPokemonSummaryScreenMode(u8); // The Pokemon Summary Screen can operate in different modes. Certain features, // such as move re-ordering, are available in the different modes. @@ -22,7 +22,7 @@ enum PokemonSummaryScreenMode PSS_MODE_UNK1, PSS_MODE_SELECT_MOVE, PSS_MODE_FORGET_MOVE, - PSS_MODE_UNK4, + PSS_MODE_TRADE, PSS_MODE_BOX, }; |