summaryrefslogtreecommitdiff
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index d26b7750..8c35cca5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -6,6 +6,7 @@
// Declare these here so that we don't have to include pokemon.h
struct UnkStruct_02069038;
struct PlayerParty;
+struct BoxPokemon;
u16 * FUN_0200AA50(u16 species, u32 heap_id);
void FUN_02021A74(u16 * dest, u16 * src);
@@ -13,9 +14,13 @@ void FUN_02021A20(void * ptr);
void FUN_02021E28(u16 * dest, u16 * src);
void FUN_02021EF0(const u16 * src, u16 * dest, u32 count);
u32 FUN_0206E7B8(u16 item, u32 a1, u32 a2);
-u32 GetArceusTypeByPlate(u16 plate);
int FUN_02014C3C(u8);
void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8);
u32 IsNighttime(void); // is day or night
+int FUN_02005F14(int);
+void FUN_02005E80(int);
+void FUN_02005E90(int, int, int, int);
+void FUN_020056AC(int, int, int, int, int);
+void FUN_020808AC(struct BoxPokemon *, int, int, int, int);
#endif //POKEDIAMOND_PROTO_H