diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 16:37:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 16:37:06 -0700 |
commit | 73bdef2f67c2e5f836da8d634f383b807df8b91a (patch) | |
tree | b3cfd813c4b9af125612b9a79f99292cb28d0591 /include/pokemon_storage_system.h | |
parent | 94eef0bfa5b67a3ef3061b151e6ff113b45adc2e (diff) | |
parent | cf9518f2374dae7aa30fe8694e2c01d980efda3f (diff) |
Merge pull request #293 from Diegoisawesome/master
Decompile field_specials
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 9fcfdba96..990331e86 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -9,5 +9,7 @@ struct BoxPokemon *GetBoxedMonPtr(u8, u8); void SetBoxMonNickFromAnyBox(u8, u8, u8 *); void CompactPartySlots(void); u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request); +bool8 CheckFreePokemonStorageSpace(void); +u8 StorageGetCurrentBox(void); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |