summaryrefslogtreecommitdiff
path: root/include/pokemon_summary_screen.h
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-07-03 17:42:40 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2020-07-03 17:42:40 -0400
commitf8247cdd793147a6f8d55971027558ad32fd4014 (patch)
treed260f933eb554097fa460bf89a0cc34b78c7742d /include/pokemon_summary_screen.h
parent9453c154d70e22f806a057aef4584bed8ca7986a (diff)
pokemon_summary_screen.c, part 9.
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r--include/pokemon_summary_screen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h
index c28dccfee..5e3603bfe 100644
--- a/include/pokemon_summary_screen.h
+++ b/include/pokemon_summary_screen.h
@@ -32,6 +32,8 @@ enum PokemonSummaryScreenPage
PSS_PAGE_SKILLS,
PSS_PAGE_MOVES,
PSS_PAGE_MOVES_INFO,
+ PSS_PAGE_UNK4,
+ PSS_PAGE_MOVE_DELETER,
};
enum PokemonSummaryScreenState3270
@@ -54,7 +56,7 @@ enum PokemonSummaryScreenStat
PSS_STAT_SPE
};
-s32 GetLastViewedMonIndex(void);
+u8 GetLastViewedMonIndex(void);
void ShowPokemonSummaryScreen(struct Pokemon * party, u8 cursorPos, u8 lastIdx, void (*callback)(void), u8 a4);
void sub_8138B38(u8);