Make TRUE and 1 behave the same in config/species_enabled.h (#8421)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
f3d43e286d
commit
22492a6494
@ -1,5 +1,8 @@
|
||||
.section .rodata
|
||||
|
||||
.include "asm/macros.inc"
|
||||
.include "constants/constants.inc"
|
||||
|
||||
.include "asm/macros/m4a.inc"
|
||||
.include "asm/macros/music_voice.inc"
|
||||
.include "include/config/general.h"
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
#ifndef GUARD_CONFIG_SPECIES_ENABLED_H
|
||||
#define GUARD_CONFIG_SPECIES_ENABLED_H
|
||||
|
||||
// WARNING: For some reason, using 1/0 instead of TRUE/FALSE causes cry IDs to be shifted.
|
||||
// Please use TRUE/FALSE when using the family toggles.
|
||||
|
||||
// Modifying the latest generation WILL change the saveblock due to Dex flags and will require a new save file.
|
||||
// Generations of Pokémon are defined by the first member introduced,
|
||||
// so Pikachu depends on the Gen 1 setting despite Pichu being the lowest member of the evolution tree.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user