Skip to content

Commit

Permalink
Change randomballpicker and show nickname defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ElusiveFluffy committed Feb 28, 2024
1 parent 8c8d435 commit 0f99345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuzlocke_tracker/constants/MiscConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ MiscConstants.DEFAULT_SETTINGS = {
EXPERIENCE_BAR = true,
RIGHT_JUSTIFIED_NUMBERS = true,
SHOW_ACCURACY_AND_EVASION = true,
RANDOM_BALL_PICKER = true,
RANDOM_BALL_PICKER = false,
SHOW_POKECENTER_HEALS = false,
SHOW_NICKNAME = false,
SHOW_NICKNAME = true,
ICON_SET_INDEX = 2,
BLIND_MODE = false,
REPEL_ICON = false
Expand Down

0 comments on commit 0f99345

Please sign in to comment.