From 50d6cf29a678f4209363bb608e77aff1667df2ca Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:01:34 +0100 Subject: [PATCH] changed abilities to u16 for the rhh expansions, thanks to @AsparagusEduardo --- src/pokedex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pokedex.c b/src/pokedex.c index 6950e03622..06bed13e6b 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -7347,9 +7347,9 @@ static void PrintStatsScreen_Abilities(u8 taskId) u16 species = NationalPokedexNumToSpecies(sPokedexListItem->dexNum); u8 abilities_x = 5; u8 abilities_y = 3; - u8 ability0; - u8 ability1; - u8 abilityHidden; + u16 ability0; + u16 ability1; + u16 abilityHidden; //Abilitie(s) #ifdef POKEMON_EXPANSION