diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-20 22:14:36 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-20 22:14:36 +0100 |
commit | 7dcb614cca6d61c5e51960826dddc004858ed9f1 (patch) | |
tree | 417944271e2bd8d5bc3f85373414462f67e91819 /include/pokemon_storage_system.h | |
parent | 128239d65edefc9d290a642c269adcc5b859a6f4 (diff) |
PSS is done
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 4f882ddaf..afc0516b6 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -6,6 +6,15 @@ #define IN_BOX_COLUMS 5 #define IN_BOX_COUNT (IN_BOX_ROWS * IN_BOX_COLUMS) +/* + ROWS +COLUMNS 0 1 2 3 4 5 + 6 7 8 9 10 11 + 12 13 14 15 16 17 + 18 19 20 21 22 23 + 24 25 26 27 28 29 +*/ + struct PokemonStorage { /*0x0000*/ u8 currentBox; |