From 1b17e3adfffb1d610b9eab7788eb8962b43470f6 Mon Sep 17 00:00:00 2001 From: Aaghat Date: Sat, 9 Sep 2023 10:59:44 +0530 Subject: [PATCH] set hgss pokedex off by default --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 9d183e0018..17082b0fdc 100644 --- a/include/config.h +++ b/include/config.h @@ -75,6 +75,6 @@ // General settings #define EXPANSION_INTRO TRUE // If TRUE, a custom RHH intro will play after the vanilla copyright screen. -#define POKEDEX_PLUS_HGSS TRUE // If TRUE, enables the custom HGSS style Pokedex. +#define POKEDEX_PLUS_HGSS FALSE // If TRUE, enables the custom HGSS style Pokedex. #endif // GUARD_CONFIG_H