mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 11:28:33 -05:00
Fix GetBaseSpeciesNoUnown fakematch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user