diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-15 12:52:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-15 12:52:32 -0400 |
commit | 55f80230851c779c39c75e50e63686b2e515c8c1 (patch) | |
tree | 3745500ae9226dc74503b5b6660fa0315cd5aead /include/proto.h | |
parent | 7546bb0c8f5b26759b68417dc5a7e3cc9318ebc2 (diff) |
Decompile party.s
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 6f022d90..2e7d19b3 100644 --- a/include/proto.h +++ b/include/proto.h @@ -19,5 +19,6 @@ 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); +void * FUN_02022610(void *, int); #endif //POKEDIAMOND_PROTO_H |