From 1d5e9d12ea905a67c818febbb3e58a3e8a7ad3ca Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 4 Aug 2020 11:22:23 -0400 Subject: This function was misnamed --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3