From a65d358927f668cb5e34a6046afef5bd61380a28 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 12 Jul 2021 17:50:19 -0500 Subject: minor code cleanup --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pokemon.h b/include/pokemon.h index e3a5ab1..679a1d1 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -18,7 +18,7 @@ struct PokemonStruct u8 fillD[0x10 - 0xD]; u8 unk10; u8 fill11[0x14 - 0x11]; - /* 0x14 */ u16 IQ; + /* 0x14 */ s16 IQ; /* 0x16 */ u16 pokeHP; // HP /* 0x18 */ u8 pokeAtt; // attack /* 0x19 */ u8 pokeSPAtt; // sp attack -- cgit v1.2.3