diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-12 17:50:19 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-12 17:50:19 -0500 |
commit | a65d358927f668cb5e34a6046afef5bd61380a28 (patch) | |
tree | ec6e4ec6a49cb2521fa67fcc392ff209d5b5745b /include/pokemon.h | |
parent | da7b30612f2cac57da0ffe09d1d7c42e309d15f2 (diff) |
minor code cleanup
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |