From d3911128f0f327d5b78369dd828444ad765e7758 Mon Sep 17 00:00:00 2001 From: Katelyn Gigante Date: Mon, 25 Oct 2021 13:25:56 +1100 Subject: [PATCH] Better compatibility --- src/pokedex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pokedex.c b/src/pokedex.c index 1753427cd2..eea6cd88bd 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -387,10 +387,10 @@ static void Task_SwitchScreensFromFormsScreen(u8 taskId); static void Task_ExitFormsScreen(u8 taskId); #endif -//COMPATIBILITY, delete if you are using a newer version +#ifndef TEXT_COLOR_LIGHT_GRAY // COMPATIBILITY #define TEXT_COLOR_LIGHT_GRAY TEXT_COLOR_LIGHT_GREY #define TEXT_COLOR_DARK_GRAY TEXT_COLOR_DARK_GREY -//COMPATIBILITY end +#endif //HGSS_UI Physical Special Split icon for BattleEngine (rhh) #ifdef BATTLE_ENGINE