Fix GetBaseSpeciesNoUnown fakematch

This commit is contained in:
Kermalis 2024-11-09 02:53:48 -05:00
parent dbb9f3983d
commit c6d89036bb

View File

@ -189,7 +189,7 @@ s16 GetBaseSpecies(s16 index) {
}
s16 GetBaseSpeciesNoUnown(s16 index) {
register s32 a1_ asm("r2") = index;
s32 a1_ = SpeciesId(index);
if (index == MONSTER_CASTFORM_SNOWY) {
return MONSTER_CASTFORM;
}