diff --git a/graphics/pokedex/hgss/palette_national_dark.pal b/graphics/pokedex/hgss/palette_national_dark.pal index 5889ede7ac..1523b7d25f 100644 --- a/graphics/pokedex/hgss/palette_national_dark.pal +++ b/graphics/pokedex/hgss/palette_national_dark.pal @@ -7,11 +7,11 @@ JASC-PAL 201 201 201 169 169 169 129 129 129 -249 153 161 -233 49 49 -193 33 41 -145 17 33 -249 153 161 +106 106 106 +37 37 37 +106 106 106 +0 0 0 +106 106 106 193 33 41 141 251 184 52 66 162 diff --git a/src/pokedex_plus_hgss.c b/src/pokedex_plus_hgss.c index 5e6d8992b1..8a73315b84 100644 --- a/src/pokedex_plus_hgss.c +++ b/src/pokedex_plus_hgss.c @@ -135,9 +135,9 @@ static const u8 sText_TenDashes2[] = _("----------"); #define SCROLLING_MON_X 146 -#define HGSS_DECAPPED 0 //0 false, 1 true -#define HGSS_DARK_MODE 0 //0 false, 1 true -#define HGSS_HIDE_UNSEEN_EVOLUTION_NAMES 0 //0 false, 1 true +#define HGSS_DECAPPED FALSE +#define HGSS_DARK_MODE FALSE +#define HGSS_HIDE_UNSEEN_EVOLUTION_NAMES FALSE // For scrolling search parameter #define MAX_SEARCH_PARAM_ON_SCREEN 6