Fixed bug where switching between 2 forms with the same method would cause only one to change
This commit is contained in:
parent
755b31bee0
commit
e2daf2c258
1 changed files with 2 additions and 0 deletions
|
@ -8267,6 +8267,8 @@ u16 GetFormChangeTargetSpeciesBoxMon(struct BoxPokemon *mon, u16 method, u32 arg
|
|||
}
|
||||
break;
|
||||
}
|
||||
if (species != targetSpecies)
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue