summaryrefslogtreecommitdiff
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/include/proto.h b/include/proto.h
index 24ddff07..6f022d90 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -3,19 +3,7 @@
// For homeless function declarations
-// Declare these here so that we don't have to include pokemon.h
-struct UnkStruct_02069038;
-struct PlayerParty;
-struct BoxPokemon;
-struct SaveBlock2;
-struct String
-{
- u16 len;
- u16 pos;
- u32 magic;
- u16 unk8;
- u16 data[0];
-};
+#include "pokemon.h" // for struct definitions
u16 * FUN_0200AA50(u16 species, u32 heap_id);
void FUN_02021A74(u16 * dest, u16 * src);
@@ -32,11 +20,4 @@ void FUN_02005E90(int, int, int, int);
void FUN_020056AC(int, int, int, int, int);
void FUN_020808AC(struct BoxPokemon *, int, int, int, int);
-struct String * FUN_020239A0(struct SaveBlock2 *, u32 heap_id);
-u32 FUN_020239BC(struct SaveBlock2 *);
-u32 FUN_020239CC(struct SaveBlock2 *);
-struct String * FUN_020219F4(u32 count, u32 heap_id);
-int FUN_02021CE0(struct String *, struct String *);
-int FUN_0206AE00(int x);
-
#endif //POKEDIAMOND_PROTO_H