diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-23 22:48:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 22:48:39 +0300 |
commit | 291f2d27d36b5c437c6c1908d5217bb954799402 (patch) | |
tree | f2bd6bfd6823cc83b8c9dcf7608b264482d0f62e /include/proto.h | |
parent | d2710751ca6b1c4cc5399ea7206fb8faa00de5fe (diff) | |
parent | 718adb157daf580ff1abba13a192a0da8dc27940 (diff) |
Merge pull request #184 from PikalaxALT/pikalax_work
itemtool; replace extensions for NCGR, NCLR from narcs
Diffstat (limited to 'include/proto.h')
-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 4a0012d3..bcb95ee0 100644 --- a/include/proto.h +++ b/include/proto.h @@ -10,7 +10,7 @@ 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); +u32 GetItemAttr(u16 item, u32 a1, u32 a2); int FUN_02014C3C(u8); void FUN_02014C54(int, int, struct UnkStruct_02069038 *, u8); u32 IsNighttime(void); // is day or night |