diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2019-01-27 00:11:44 -0600 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2019-01-27 00:11:44 -0600 |
| commit | 6b2dda422b533bf0edadcd727f4b491e4e6f4fb7 (patch) | |
| tree | 2b175aba4460597f688bb6b5f8deeef01fc9bee1 /include/pokemon_storage_system.h | |
| parent | 7a60f36954e9baeab2df64e24ce7fea5a8d2ada1 (diff) | |
| parent | f4af987c01c95d98a9d2ee943cc11315f80951d1 (diff) | |
Merge branch 'master' of github.com:pret/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 a85ee5ff4..4c319e59d 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -25,6 +25,7 @@ struct PokemonStorage extern struct PokemonStorage *gPokemonStoragePtr; +void sub_80C6D80(const u8 *string, void *dst, u8 arg2, u8 arg3, s32 arg4); u8 CountMonsInBox(u8 boxId); s16 GetFirstFreeBoxSpot(u8 boxId); u8 CountPartyAliveNonEggMonsExcept(u8 slotToIgnore); |
