summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-07-22 19:57:00 -0500
committerGitHub <noreply@github.com>2017-07-22 19:57:00 -0500
commit833f9026ff89c4bc7c9cf84b6c23d01e790e51e0 (patch)
tree595bc979ea25ffb98b9d1033f52662cab62acf4a /include/util.h
parent566392f441a66da41fc827b6d2e8cbeaf1cf4825 (diff)
parent275344c3de95471b93a6a417e2178d93688887a9 (diff)
Merge pull request #385 from drifloony/mystery_event_script
finish decompiling mystery_event_script
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 1851c2e82..cd50b75cc 100644
--- a/include/util.h
+++ b/include/util.h
@@ -9,5 +9,6 @@ extern const u32 gBitTable[];
u8 CreateInvisibleSpriteWithCallback(void (*)(struct Sprite *));
void StoreWordInTwoHalfwords(u16 *, u32);
void LoadWordFromTwoHalfwords(u16 *, u32 *);
+u16 CalcCRC16(u8 *data, int length);
#endif // GUARD_UTIL_H