Skip to content

Commit

Permalink
Enable Gen 5 style location popups by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Sep 19, 2024
1 parent 3ccfbfa commit eb864d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config/overworld.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#define BATTLE_PYRAMID_RANDOM_ENCOUNTERS FALSE // If set to TRUE, battle pyramid Pokemon will be generated randomly based on the round's challenge instead of hardcoded in src/data/battle_frontier/battle_pyramid_level_50_wild_mons.h (or open_level_wild_mons.h)

// Map pop-up config
#define OW_POPUP_GENERATION GEN_3 // Different generations display location names in overworld pop-ups differently.
#define OW_POPUP_GENERATION GEN_5 // Different generations display location names in overworld pop-ups differently.
// Only choices are currently GEN_3 and GEN_5, all others will default to Gen3 pop-ups.

// Gen5 map pop-up config
Expand Down

0 comments on commit eb864d3

Please sign in to comment.