pokemon_summary_screen.c, part 4.

This commit is contained in:
luckytyphlosion
2020-06-23 22:06:21 -04:00
parent d096f37d75
commit a04106a011
6 changed files with 192 additions and 875 deletions
+9
View File
@@ -45,6 +45,15 @@ enum PokemonSummaryScreenState3270
PSS_STATE3270_6
};
enum PokemonSummaryScreenStat
{
PSS_STAT_ATK,
PSS_STAT_DEF,
PSS_STAT_SPA,
PSS_STAT_SPD,
PSS_STAT_SPE
};
s32 GetLastViewedMonIndex(void);
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
void sub_8138B38(u8);