Skip to content

Commit

Permalink
Update bw_summary_screen.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenphx9 committed Jan 12, 2025
1 parent ac87401 commit 240d7ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/bw_summary_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
// configs
#define BW_SUMMARY_AUTO_FORMAT_MOVE_DESCRIPTIONS TRUE // automatically formats move descriptions to fit the new box size. disable if you want to format them manually
#define BW_SUMMARY_NATURE_COLORS TRUE // color stats increased or reduced by nature, red = boosted, blue = reduced
#define BW_SUMMARY_NATURE_ARROWS FALSE // arrows to show stats increased or reduced by nature
#define BW_SUMMARY_NATURE_ARROWS TRUE // arrows to show stats increased or reduced by nature
#define BW_SUMMARY_CATEGORY_ICONS TRUE // determines whether category (split) icons are shown or not
#define BW_SUMMARY_IV_EV_DISPLAY BW_IV_EV_HIDDEN // determines how to show IVs and EVs
#define BW_SUMMARY_DECAP FALSE // indicates if summary screen-specific strings should be decapitalized
#define BW_SUMMARY_SHOW_FRIENDSHIP FALSE // show a heart that fills up to indicate friendship value
#define BW_SUMMARY_IV_EV_DISPLAY BW_IV_EV_GRADED // determines how to show IVs and EVs
#define BW_SUMMARY_DECAP TRUE // indicates if summary screen-specific strings should be decapitalized
#define BW_SUMMARY_SHOW_FRIENDSHIP TRUE // show a heart that fills up to indicate friendship value
#define BW_SUMMARY_BW_STATUS_ICONS TRUE // use Gen 5 style status icons instead of the default ones.
#define BW_SUMMARY_BW_TYPE_ICONS TRUE // use Gen 5 style type icons instead of the default ones.
// out of the box the vanilla icons don't fit well, this is mostly a compatibility
Expand All @@ -30,8 +30,8 @@
#define BW_SUMMARY_BG_BLEND TRUE // enables alpha blending for the main UI (semi-transparency)
#define BW_SUMMARY_MON_IDLE_ANIMS TRUE // loops the mon animations regularly as an "idle" anim
#define BW_SUMMARY_MON_SHADOWS TRUE // displays a shadow for the mon sprite
#define BW_SUMMARY_SHOW_TERA_TYPE FALSE // show tera type icons
#define BW_SUMMARY_SHOW_CONTEST_MOVES TRUE // show the contest moves page
#define BW_SUMMARY_SHOW_TERA_TYPE TRUE // show tera type icons
#define BW_SUMMARY_SHOW_CONTEST_MOVES FALSE // show the contest moves page

/* Info for users
Expand Down

0 comments on commit 240d7ef

Please sign in to comment.