summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-03 12:24:18 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-03 12:24:18 -0500
commit8a7c2ded11a2adf4f09ddca814eb06fdbca13fd1 (patch)
treeb52341e283d9e1c5abb35a5cdf4e33471d8ce777 /include/math_util.h
parent8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (diff)
Port berry_crush_3 from Emerald
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 946ecd949..71e87dad1 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -5,5 +5,7 @@ s16 sub_80D8B90(s16 y);
s16 sub_80D8AA0(s16 x, s16 y);
s32 sub_80D8B68(s32 x, s32 y);
s32 sub_80D8AE0(s32 x, s32 y);
+s16 sub_80D8B40(u8 s, s16 x, s16 y);
+s16 sub_80D8ABC(u8 s, s16 x, s16 y);
#endif //GUARD_MATH_UTIL_H