Comment capitalise

Co-authored-by: BuffelSaft <buffalojuice@gmail.com>
This commit is contained in:
Eduardo Quezada D'Ottone 2021-11-05 17:01:15 -03:00 committed by GitHub
parent aec4d78bd4
commit 262569845a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8054,7 +8054,7 @@ u16 GetFormChangeTargetSpecies(struct Pokemon *mon, u16 method, u32 arg)
return GetFormChangeTargetSpeciesBoxMon(&mon->box, method, arg);
}
// returns SPECIES_NONE if no form change is possible
// Returns SPECIES_NONE if no form change is possible
u16 GetFormChangeTargetSpeciesBoxMon(struct BoxPokemon *mon, u16 method, u32 arg)
{
u32 i;