diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 20:56:06 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 20:56:06 +0100 |
commit | 01c3f3fc059b01b17ae7ceb0168be76617e1714d (patch) | |
tree | eb8ec0ef843d99ef6f39de8f20c0dd63ed469c09 /include/pokemon_storage_system.h | |
parent | 03549349f89ba464b1f4b4f7c87b204f3045741b (diff) |
Document all of frontier pass
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); |