Fix GEN_6_ORAS definition (#8537)
This commit is contained in:
parent
60e255ef5f
commit
3feeebce9b
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user