summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2019-04-13 18:13:39 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2019-04-13 18:13:39 +0100
commit9e1028f6f1883e0fb14736b2e6b99f2dfa78e51e (patch)
tree6f0f771e4cf2341620b3df60a5d545310a266301 /include/util.h
parent542d15bf7036c328dc54c3775c68ce64f64d8f80 (diff)
Create roulette_util.h
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 e0034d816..884bd8f33 100644
--- a/include/util.h
+++ b/include/util.h
@@ -15,5 +15,6 @@ int CountTrailingZeroBits(u32 value);
u16 CalcCRC16(const u8 *data, s32 length);
u16 CalcCRC16WithTable(const u8 *data, u32 length);
u32 CalcByteArraySum(const u8* data, u32 length);
+void BlendPalette(u16 palOffset, u16 numEntries, u8 coeff, u16 blendColor);
#endif // GUARD_UTIL_H