diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-12 10:01:13 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-12 10:01:13 -0400 |
commit | d5446788d822324d58b5a814fe6ca7aaaf6fa6d2 (patch) | |
tree | 29f21fc278c47d864d99a69559e6e0a3677a6ecd /include/proto.h | |
parent | 63b86e7eccca4887515549f6e3ad8029010cd422 (diff) |
Rename scrcmds related to flags
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index c52b26ac..506d0992 100644 --- a/include/proto.h +++ b/include/proto.h @@ -16,7 +16,7 @@ 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); +void * SavArray_get(void *, int); void StringExpandPlaceholders(u32 *, struct String *, struct String *); #endif //POKEDIAMOND_PROTO_H |