fixed unown forms page for unown forms (base form worked before)

This commit is contained in:
TheXaman 2022-01-03 22:42:25 +01:00
parent 868d51d4d2
commit 1626db9b05

View File

@ -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]);