summaryrefslogtreecommitdiff
path: root/soh/src/code/code_801067F0.c
diff options
context:
space:
mode:
authorM4xw <m4x@m4xw.net>2022-03-22 02:51:23 +0100
committerM4xw <m4x@m4xw.net>2022-03-22 02:51:23 +0100
commit39cc86c2608e2f75ace33fc7f43bc4f2ad743f1a (patch)
tree0d3fd9e995d7484eaaeb158ac808bd6a39121189 /soh/src/code/code_801067F0.c
parent0bb0e7b53bd80bdc7f78e08c441691737e039b2b (diff)
git subrepo clone https://github.com/HarbourMasters/soh.git
subrepo: subdir: "soh" merged: "ba904bbd0" upstream: origin: "https://github.com/HarbourMasters/soh.git" branch: "master" commit: "ba904bbd0" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
Diffstat (limited to 'soh/src/code/code_801067F0.c')
-rw-r--r--soh/src/code/code_801067F0.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/soh/src/code/code_801067F0.c b/soh/src/code/code_801067F0.c
new file mode 100644
index 000000000..ae65e522b
--- /dev/null
+++ b/soh/src/code/code_801067F0.c
@@ -0,0 +1,12 @@
+#include "global.h"
+
+// fmodf?
+f32 func_801067F0(f32 arg0, f32 arg1) {
+ s32 sp4;
+
+ if (arg1 == 0.0f) {
+ return 0.0f;
+ }
+ sp4 = arg0 / arg1;
+ return arg0 - (sp4 * arg1);
+}