summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-05 13:03:39 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-05 13:03:39 -0400
commitee6b3c1acf4805d6df72b291b8c0f79635e6341a (patch)
treef5fe722560069ddd64c78a13980a003889e56680 /include/math_util.h
parent9ed87063f1682488a809f95dd578dec37d916aad (diff)
Sync berry crush from Emerald
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 9f9677463..1ccde1ef5 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -1,11 +1,11 @@
#ifndef GUARD_MATH_UTIL_H
#define GUARD_MATH_UTIL_H
-s16 MathUtil_Inv16(s16 y);
-s16 MathUtil_Mul16(s16 x, s16 y);
-s32 MathUtil_Div32(s32 x, s32 y);
-s32 MathUtil_Mul32(s32 x, s32 y);
-s16 MathUtil_Div16Shift(u8 s, s16 x, s16 y);
-s16 MathUtil_Mul16Shift(u8 s, s16 x, s16 y);
+s16 invfx16(s16 y);
+s16 mulfx16(s16 x, s16 y);
+s32 divfx32(s32 x, s32 y);
+s32 mulfx32(s32 x, s32 y);
+s16 divfxn16(u8 s, s16 x, s16 y);
+s16 mulfxn16(u8 s, s16 x, s16 y);
#endif //GUARD_MATH_UTIL_H