Skip to content

Commit

Permalink
Display time and enable blending in location popups
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored and ElGHT committed Nov 17, 2024
1 parent 1228170 commit 8fffd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/config/overworld.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fffd1b

Please sign in to comment.