diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-06 14:29:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-06 19:15:10 -0400 |
commit | 8e763ab33e7c7b2de1b055687c0ae6fb1e197ff7 (patch) | |
tree | 52d55e67e7ef9791a7e55f5727a5ab8603cd7088 /include/proto.h | |
parent | 1d5e9d12ea905a67c818febbb3e58a3e8a7ad3ca (diff) |
Decompile unk_02021934
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h index 849d6956..b45c2b48 100644 --- a/include/proto.h +++ b/include/proto.h @@ -6,10 +6,7 @@ #include "pokemon.h" // for struct definitions #include "string16.h" // for struct definitions -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); +int FUN_0206AE00(int x); u32 GetItemAttr(u16 item, u32 a1, u32 a2); int FUN_02014C3C(u8); void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8); |