diff options
author | Tetrable <atiftetra@gmail.com> | 2018-08-26 17:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 17:33:39 +0100 |
commit | d8f6da035015393339ea6391d293e5ff88558844 (patch) | |
tree | 7abec1fe7ed598e04de425ca4f49020759d5ee9d /include/pokemon_storage_system.h | |
parent | 8896b54e8f45528fc6c21cd55cdace2ad03b2796 (diff) | |
parent | 60dff848aace7226f903eb6759273c4b52ea1813 (diff) |
Merge pull request #1 from pret/master
Merge pokeemerald
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 03f4e0da6..9b5358f06 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -83,5 +83,6 @@ void CompactPartySlots(void); u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request); bool8 CheckFreePokemonStorageSpace(void); u8 StorageGetCurrentBox(void); +u8 sub_80D214C(struct BoxPokemon *a, u8 b, u8 c, u8 d); #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |