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:
hedara90 2025-12-04 15:27:50 +01:00 committed by GitHub
parent f3d43e286d
commit 22492a6494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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.