diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-04 11:22:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-04 11:22:23 -0400 |
commit | 1d5e9d12ea905a67c818febbb3e58a3e8a7ad3ca (patch) | |
tree | 403698023b373d694ddc25aa0e984b4322683b6b /include | |
parent | 5a110f52d215ccfa46e50d7dd24a094cde8eddaf (diff) |
This function was misnamed
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 bcb95ee0..849d6956 100644 --- a/include/proto.h +++ b/include/proto.h @@ -20,6 +20,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 StringExpandPlaceholders(u32 *, struct String *, struct String *); +void FUN_0200B7B8(u32 *, struct String *, struct String *); #endif //POKEDIAMOND_PROTO_H |