diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-03-06 14:41:40 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2022-03-11 10:14:32 -0800 |
commit | aa939e0955ec683efb5dd963430eace695a26af9 (patch) | |
tree | 34639fb9579dc71c33e5a209ecfa8c60c01230ac /include/pokemon.h | |
parent | a5c90b097045a50df6ecb7cc37ce50f3fc9f142f (diff) |
All saving functions decomped
- poke_sub_4 was determined to be Dungeon Index/Floor
- Clean up code that references these functions
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 d72f88e..af6c103 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -20,8 +20,8 @@ struct Offense { }; struct unkPokeSubStruct_4 { - u8 unk4; - u8 unk5; + u8 dungeonIndex; + u8 dungeonFloor; u16 fill6; }; |