diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-15 13:20:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:20:52 -0400 |
commit | 96e70f26eb3fb7bb88e6b211c3fc6298964404a1 (patch) | |
tree | 3745500ae9226dc74503b5b6660fa0315cd5aead /include/proto.h | |
parent | b96fe608981c7693210f8711b64b1573edae71dc (diff) | |
parent | c1347194db3ca34035901203deaebf0141357524 (diff) |
Merge pull request #168 from PikalaxALT/pikalax_work
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 |