Skip to content

Commit

Permalink
update comment next to pokemon.h setting
Browse files Browse the repository at this point in the history
  • Loading branch information
khbsd committed Jan 15, 2025
1 parent f465472 commit 1015f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define P_SUMMARY_SCREEN_MOVE_RELEARNER TRUE // If TRUE, shows an option for Pokémon to relearn moves on the summary screen moves page.
#define P_SUMMARY_MOVE_RELEARNER_FULL_PP TRUE // If TRUE, the move relearner in the summary screen restores relearned moves' PP to full.
#define P_SUMMARY_SCREEN_RENAME TRUE // If TRUE, an option to change Pokémon nicknames replaces the cancel prompt on the summary screen info page.
#define P_SUMMARY_SCREEN_IV_EV_INFO TRUE // If TRUE, will allow player to view the IVs in the skills section of the pokemon summary screen by pressing 'R'.
#define P_SUMMARY_SCREEN_IV_EV_INFO TRUE // If TRUE, will allow player to cycle through the Stats, IVs, and EVs in the summary screen skills page.

// Learnset helper toggles
#define P_LEARNSET_HELPER_TEACHABLE TRUE // If TRUE, teachable_learnsets.h will be populated by tools/learnset_helpers/teachable.py using the included JSON files based on available TMs and tutors.
Expand Down

0 comments on commit 1015f6c

Please sign in to comment.