From 3e0defe96ad91617d848718631b942f4cc6e0f35 Mon Sep 17 00:00:00 2001 From: Kevin van Rijn Date: Tue, 24 Sep 2024 09:44:43 +0200 Subject: [PATCH] Display time and enable blending in location popups --- include/config/overworld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index 7b63d43402..c64471c851 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -102,8 +102,8 @@ // Configuration #define OW_POPUP_BW_COLOR OW_POPUP_BW_COLOR_BLACK // B2W2 use different colors for their map pop-ups. -#define OW_POPUP_BW_TIME_MODE OW_POPUP_BW_TIME_NONE // Determines what type of time is shown. -#define OW_POPUP_BW_ALPHA_BLEND FALSE // Enables alpha blending/transparency for the pop-ups. Mainly intended to be used with the black color option. +#define OW_POPUP_BW_TIME_MODE OW_POPUP_BW_TIME_12_HR // Determines what type of time is shown. +#define OW_POPUP_BW_ALPHA_BLEND TRUE // Enables alpha blending/transparency for the pop-ups. Mainly intended to be used with the black color option. // Pokémon Center #define OW_IGNORE_EGGS_ON_HEAL GEN_LATEST // In Gen 4+, the nurse in the Pokémon Center does not heal Eggs on healing machine.