diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-15 11:02:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 11:02:26 -0800 |
commit | bfaa55f2fe3d557570260f6b4956e39c3b0f1218 (patch) | |
tree | 77611afc222d74c9a68a5577df3ce9916d9b3b97 /include/pokemon.h | |
parent | 0ea22237c933523f66d7468a953c5a5057b3a899 (diff) |
Label and doc iq skills and tactics info (#75)
* label/doc iq skills/tactics info
* decomp a few more dungeon_util and label some funcs
* doc the IQSkills field
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index f24eb84..9f78706 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -44,7 +44,7 @@ struct PokemonStruct /* 0x16 */ u16 pokeHP; // HP /* 0x18 */ struct Offense offense; u32 unk1C; - u32 unk20; + u32 IQSkills; u8 unk24; u8 fill25[3]; struct HeldItem heldItem; @@ -91,7 +91,7 @@ struct PokemonStruct2 /* 40 */ struct ItemSlot itemSlot; // heldItem u32 unk44; // some struct u32 unk48; // some struct (same type as 44) - u32 unk4C; // unk20 + u32 IQSkills; // unk20 u8 unk50; // unk24 u8 fill51[3]; struct unkStruct_808E6F4 unk54; |