From dbeaa2b2e952ee0b93156ef653ff0b4d50e34425 Mon Sep 17 00:00:00 2001 From: Aaghat Date: Fri, 8 Sep 2023 21:56:12 +0530 Subject: [PATCH] add config comment --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index fbfd1e7238..9d183e0018 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 +#define POKEDEX_PLUS_HGSS TRUE // If TRUE, enables the custom HGSS style Pokedex. #endif // GUARD_CONFIG_H