fixed unown forms page for unown forms (base form worked before)
This commit is contained in:
parent
868d51d4d2
commit
1626db9b05
@ -8752,6 +8752,9 @@ static void PrintForms(u8 taskId, u16 species)
|
||||
|
||||
if (species == SPECIES_UNOWN)
|
||||
y_offset_icons = 8;
|
||||
|
||||
if (GetFormSpeciesId(species, 0) == SPECIES_UNOWN)
|
||||
y_offset_icons = 8;
|
||||
|
||||
StringCopy(gStringVar1, gSpeciesNames[species]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user