mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-27 21:20:50 -05:00
Document return value.
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user