From 1626db9b0595640f443463b2c56b3fd7974e06a5 Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:42:25 +0100 Subject: [PATCH] fixed unown forms page for unown forms (base form worked before) --- src/pokedex.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pokedex.c b/src/pokedex.c index 41048cdc66..29c1a32ae9 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -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]);