summaryrefslogtreecommitdiff
path: root/include/pokemon_storage_system.h
diff options
context:
space:
mode:
authorpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
committerpaul <nintendo6496@googlemail.com>2018-11-24 19:57:36 +0100
commit4744a7d96ec21fc9480165061990ba98a774a469 (patch)
tree0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/pokemon_storage_system.h
parent284bbf91af43b0c9928865894cbc1d3001e57c16 (diff)
parentfecda40501d39c633435fe2777ebc93d92233ca1 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r--include/pokemon_storage_system.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h
index 9fcfdba96..5b2d2052b 100644
--- a/include/pokemon_storage_system.h
+++ b/include/pokemon_storage_system.h
@@ -1,13 +1,16 @@
#ifndef GUARD_POKEMON_STORAGE_SYSTEM_H
#define GUARD_POKEMON_STORAGE_SYSTEM_H
+#include "global.h"
+
#define TOTAL_BOXES_COUNT 14
#define IN_BOX_COUNT 30
u8* GetBoxNamePtr(u8 boxNumber);
-struct BoxPokemon *GetBoxedMonPtr(u8, u8);
-void SetBoxMonNickFromAnyBox(u8, u8, u8 *);
+struct BoxPokemon *GetBoxedMonPtr(u8 boxId, u8 monPosition);
+void SetBoxMonNickFromAnyBox(u8 boxId, u8 monPosition, u8 * newNick);
void CompactPartySlots(void);
u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request);
+void sub_808BCB4(u8 boxId, u8 monPosition);
#endif // GUARD_POKEMON_STORAGE_SYSTEM_H