Skip to content

Commit

Permalink
Mass rename pss -> summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ravepossum committed Nov 23, 2024
1 parent 7a5768b commit b2a6189
Show file tree
Hide file tree
Showing 9 changed files with 1,272 additions and 1,272 deletions.
472 changes: 236 additions & 236 deletions include/applications/pokemon_summary_screen/main.h

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions include/applications/pokemon_summary_screen/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

#include "applications/pokemon_summary_screen/main.h"

enum PSSPoffinFeedMsg {
PSS_MSG_COOLNESS_ENHANCED = 0,
PSS_MSG_BEAUTY_ENHANCED,
PSS_MSG_CUTENESS_ENHANCED,
PSS_MSG_SMARTNESS_ENHANCED,
PSS_MSG_TOUGHNESS_ENHANCED,
enum SummaryPoffinFeedMsg {
SUMMARY_MSG_COOLNESS_ENHANCED = 0,
SUMMARY_MSG_BEAUTY_ENHANCED,
SUMMARY_MSG_CUTENESS_ENHANCED,
SUMMARY_MSG_SMARTNESS_ENHANCED,
SUMMARY_MSG_TOUGHNESS_ENHANCED,

PSS_MSG_NOTHING_CHANGED = 0xFE,
PSS_MSG_MON_WONT_EAT_MORE = 0xFF,
SUMMARY_MSG_NOTHING_CHANGED = 0xFE,
SUMMARY_MSG_MON_WONT_EAT_MORE = 0xFF,
};

void PokemonSummaryScreen_DrawStaticWindows(PokemonSummaryScreen *summaryScreen);
Expand All @@ -33,6 +33,6 @@ void PokemonSummaryScreen_SwapMoveNameAndPP(PokemonSummaryScreen *summaryScreen)
void PokemonSummaryScreen_PrintHMMovesCantBeForgotten(PokemonSummaryScreen *summaryScreen);
void PokemonSummaryScreen_PrintContestMoveAttributes(PokemonSummaryScreen *summaryScreen, u32 move);
void PokemonSummaryScreen_ClearContestAttributeWindows(PokemonSummaryScreen *summaryScreen);
void PokemonSummaryScreen_PrintPoffinFeedMsg(PokemonSummaryScreen *summaryScreen, enum PSSPoffinFeedMsg msg);
void PokemonSummaryScreen_PrintPoffinFeedMsg(PokemonSummaryScreen *summaryScreen, enum SummaryPoffinFeedMsg msg);

#endif // POKEPLATINUM_POKEMON_SUMMARY_SCREEN_WINDOW_H
Loading

0 comments on commit b2a6189

Please sign in to comment.