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.