diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-20 09:18:15 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-20 09:18:15 -0400 |
commit | 1386f29730b42a640fde1d568255dc10be4ac759 (patch) | |
tree | f5c98aba08075dd7c64ed0eb58af209a3d1872b3 /include/proto.h | |
parent | b138e415a2c6b4e42a08e776cd482d91d50bbc2a (diff) |
Name methods in msgdata.c and unk_02021934.s aka string16.s
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h index 70cb8aa6..4a0012d3 100644 --- a/include/proto.h +++ b/include/proto.h @@ -6,8 +6,8 @@ #include "pokemon.h" // for struct definitions #include "string16.h" // for struct definitions -void FUN_02021A74(u16 * dest, struct String * src); -void FUN_02021A20(void * ptr); +void StringCopy(u16 * dest, struct String * src); +void String_dtor(void * ptr); void FUN_02021E28(u16 * dest, u16 * src); void FUN_02021EF0(const struct String * src, u16 * dest, u32 count); u32 FUN_0206E7B8(u16 item, u32 a1, u32 a2); @@ -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 FUN_0200B7B8(u32 *, struct String *, struct String *); +void StringExpandPlaceholders(u32 *, struct String *, struct String *); #endif //POKEDIAMOND_PROTO_H |