mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-07 18:13:21 +01:00
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
@ -8267,6 +8267,8 @@ u16 GetFormChangeTargetSpeciesBoxMon(struct BoxPokemon *mon, u16 method, u32 arg
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (species != targetSpecies)
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user