diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-10 10:11:48 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-10 10:11:48 -0400 |
commit | f17073efa07f1ee054dd6ab1fdd2c5ce35dbf27a (patch) | |
tree | 1faccb9341907667d84fa2cda0ad226b68ad3f40 /include | |
parent | c259e6ed18294c001033fed62d924d379276021a (diff) |
Name some symbols in scrcmd space
Diffstat (limited to 'include')
-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 b45c2b48..c52b26ac 100644 --- a/include/proto.h +++ b/include/proto.h @@ -17,6 +17,6 @@ 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 FUN_0200B7B8(u32 *, struct String *, struct String *); +void StringExpandPlaceholders(u32 *, struct String *, struct String *); #endif //POKEDIAMOND_PROTO_H |