From eb864d3a15395f8dd165324d592614989b7ccb5d Mon Sep 17 00:00:00 2001 From: Kevin van Rijn Date: Mon, 16 Sep 2024 12:56:57 +0200 Subject: [PATCH] Enable Gen 5 style location popups by default --- include/config/overworld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index 17de53e991..3f42fe2ad0 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -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