diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
commit | 370e47beeef3f115d071161a7b2f09dcfbd2168b (patch) | |
tree | 648fdb13c6a341e8efc5ba5c734f7cd25d826b60 /include/pokemon_storage_system.h | |
parent | 46ee15b96250d53b4100171c572f6e6b6e2c99c6 (diff) | |
parent | a98c6bf210cec0591badb51be1e472c5fb4f1f1a (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 49680793d..9115ab054 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -1,8 +1,12 @@ #ifndef GUARD_POKEMON_STORAGE_SYSTEM_H #define GUARD_POKEMON_STORAGE_SYSTEM_H +#define TOTAL_BOXES_COUNT 14 +#define IN_BOX_COUNT 30 + u8* GetBoxNamePtr(u8 boxNumber); struct BoxPokemon *GetBoxedMonPtr(u8, u8); void SetBoxMonNickFromAnyBox(u8, u8, u8 *); +u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |