summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-01-26 15:14:17 -0600
committerGitHub <noreply@github.com>2019-01-26 15:14:17 -0600
commitf4af987c01c95d98a9d2ee943cc11315f80951d1 (patch)
tree7f79c6027ee6a7cc6eff4982fece077580c0ee91 /include/pokemon_storage_system.h
parent29b9483f39ad247dd29ea8a2c2c68af1bb64fb43 (diff)
parent54ddbaaf0cef7aabf69521feb6dbec222e3df6f0 (diff)
Merge pull request #526 from DizzyEggg/frontier_pass
Frontier Pass
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r--include/pokemon_storage_system.h1
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);