From 1eb33edf451a7319ed475bf07fa058672be84643 Mon Sep 17 00:00:00 2001 From: TheXaman Date: Mon, 18 Oct 2021 21:48:02 +0200 Subject: [PATCH] fixed small problem with #ifdef not working for #include --- src/pokedex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokedex.c b/src/pokedex.c index a119fd4c0c..01747c6c93 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -47,7 +47,7 @@ #include "constants/rgb.h" #include "constants/songs.h" #ifdef TX_DIFFICULTY_CHALLENGES_USED - #include "tx_difficulty_challenges.h" + //#include "tx_difficulty_challenges.h" #endif enum