diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-04-15 14:03:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 14:03:39 -0400 |
commit | f4b867393892d435b09f796c98e57e10a1ba0717 (patch) | |
tree | d08646eb9dab212267310f6eb9440387a56ebcaa /include/util.h | |
parent | 5bf1c29cee223cba17a1ec93af0196e380e8cbf1 (diff) | |
parent | 9e1028f6f1883e0fb14736b2e6b99f2dfa78e51e (diff) |
Merge pull request #45 from SatoMew/master
decompile roulette_util.c
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
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 |