From 8fffd1bcd1fb1883cc5102fae876cce25803129a 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 1e80647d11..f14337a254 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -93,8 +93,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.