mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-02 22:05:46 -05: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