diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-08-22 19:12:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 19:12:51 -0600 |
| commit | 6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6 (patch) | |
| tree | 5e02a7a8f34a17d14d07fc6ee2f94ebe287a0804 /src/math_util_2.c | |
| parent | 6e5663895009a556afd7320aa4663434ddd46822 (diff) | |
Matched some funcs (#378)
* Matched code
Diffstat (limited to 'src/math_util_2.c')
| -rw-r--r-- | src/math_util_2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math_util_2.c b/src/math_util_2.c index b05fb5857..de6fe5d9b 100644 --- a/src/math_util_2.c +++ b/src/math_util_2.c @@ -8,7 +8,7 @@ #include "objects.h" #include "memory.h" -#include "code_802AAA70.h" +#include "collision.h" #include "code_8001F980.h" #pragma intrinsic (sqrtf) @@ -439,7 +439,7 @@ s32 func_800418E8(f32 arg0, f32 arg1, Vec3f arg2) { return atan2s(arg0 - arg2[1], arg1 - arg2[2]); } -s32 func_80041924(UnkActorInner *arg0, Vec3f arg1) { +s32 func_80041924(Collision *arg0, Vec3f arg1) { s32 ret = 0; func_802ADDC8(arg0, 10.0f, arg1[0], arg1[1], arg1[2]); |
