From 3feeebce9b084ef42b24116772fcf7605934a705 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 16 Dec 2025 12:12:38 -0300 Subject: [PATCH] Fix `GEN_6_ORAS` definition (#8537) --- include/config/overworld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/config/overworld.h b/include/config/overworld.h index 8d060d7231..b441862c2a 100644 --- a/include/config/overworld.h +++ b/include/config/overworld.h @@ -21,7 +21,7 @@ // These generational defines only make a distinction for Berries and the OW_PC_MOVE_ORDER #define GEN_6_XY GEN_6 -#define GEN_6_ORAS GEN_LATEST + 1 +#define GEN_6_ORAS GEN_COUNT + 1 // PC settings #define OW_PC_PRESS_B GEN_LATEST // In Gen4, pressing B when holding a Pokémon is equivalent to placing it. In Gen3, it gives the "You're holding a Pokémon!" error. @@ -83,8 +83,8 @@ #define OW_FLASH_FIRE GEN_LATEST // In Gen8+, if a Pokémon with Flash Fire is leading the party, there is a 50% chance to encounter a Fire-type Pokémon. // These defines only make a distinction for OW_ALTERED_TIME_RATIO -#define GEN_8_PLA GEN_LATEST + 2 -#define TIME_DEBUG GEN_LATEST + 3 +#define GEN_8_PLA GEN_COUNT + 2 +#define TIME_DEBUG GEN_COUNT + 3 // Time #define OW_TIMES_OF_DAY GEN_LATEST // Different generations have the times of day change at different times.