mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
Fix GetBaseSpeciesNoUnown fakematch
This commit is contained in:
parent
dbb9f3983d
commit
c6d89036bb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user