Document return value.
This commit is contained in:
parent
e92245ab06
commit
9ca27f1332
@ -5939,7 +5939,7 @@ u16 SpeciesToCryId(u16 species)
|
||||
return species;
|
||||
|
||||
if (species < SPECIES_TREECKO - 1)
|
||||
return 200;
|
||||
return SPECIES_UNOWN - 1;
|
||||
|
||||
return gSpeciesIdToCryId[species - (SPECIES_TREECKO - 1)];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user