summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-12-17 23:00:08 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-12-17 23:00:08 +0100
commit9ffd0c73829e5a0aded23518887007da9c3fc44c (patch)
tree7f9f83c9e4e99ef04351f4ccfcc3289cd9bcec7c /include/pokemon_storage_system.h
parentaae36b5653537a063560dc2c7df261cc7b950a4c (diff)
3.5 asm left
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r--include/pokemon_storage_system.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h
index 530fb7042..9b880b2c9 100644
--- a/include/pokemon_storage_system.h
+++ b/include/pokemon_storage_system.h
@@ -64,6 +64,16 @@ struct UnkPSSStruct_2002370
u8 unk_0246;
};
+struct UnkStorageStruct
+{
+ struct Sprite *sprite;
+ u8 *tiles;
+ u16 palIndex;
+ u8 unk8;
+ u8 unk9;
+ u8 unk10;
+};
+
struct PokemonStorageSystemData
{
u8 state;
@@ -229,8 +239,8 @@ struct PokemonStorageSystemData
u8 field_21FD;
u8 field_21FE;
u8 inBoxMovingMode;
- u8 field_2200;
- u8 field_2201[51];
+ u16 field_2200;
+ struct UnkStorageStruct field_2204[3];
u16 movingItem;
u8 field_2236;
u8 field_2237;