From f77b0feba6f1152216eba3b2c1edf63ba76c5a80 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 2 Mar 2020 16:57:00 -0500 Subject: Port berry_crush.c part 1 from Emerald --- include/math_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/math_util.h') diff --git a/include/math_util.h b/include/math_util.h index 473be5d45..7a81ee7e3 100644 --- a/include/math_util.h +++ b/include/math_util.h @@ -3,5 +3,6 @@ s16 sub_80D8B90(s16 y); s16 sub_80D8AA0(s16 x, s16 y); +s32 sub_80D8B68(s32 x, s32 y); #endif //GUARD_MATH_UTIL_H -- cgit v1.2.3 From 8594e7f72d070ce10fcc41a8c2dfe32420e7c560 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 2 Mar 2020 21:36:30 -0500 Subject: Port berry_crush_2 from emerald --- include/math_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/math_util.h') diff --git a/include/math_util.h b/include/math_util.h index 7a81ee7e3..946ecd949 100644 --- a/include/math_util.h +++ b/include/math_util.h @@ -4,5 +4,6 @@ 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); #endif //GUARD_MATH_UTIL_H -- cgit v1.2.3 From 8a7c2ded11a2adf4f09ddca814eb06fdbca13fd1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 3 Mar 2020 12:24:18 -0500 Subject: Port berry_crush_3 from Emerald --- include/math_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/math_util.h') 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 -- cgit v1.2.3