From 1ad99d2243f2a5c66655fa6ff893c3e8702df3ac 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 3f42fe2ad0..dffda2aac9 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -92,8 +92,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.