Update src/pokemon.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
Eduardo Quezada D'Ottone 2021-11-28 11:39:08 -03:00 committed by GitHub
parent fa995894b7
commit b6b74b1656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6533,9 +6533,6 @@ u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 mode, u16 evolutionItem, u
if (gEvolutionTable[species][i].param <= level)
{
u8 nature = GetNature(mon);
#ifdef GBA_PRINTF
mgba_printf(MGBA_LOG_DEBUG, "nat = %d", nature);
#endif
switch (nature)
{
case NATURE_HARDY: