summaryrefslogtreecommitdiff
path: root/src/code/z_lib.c
diff options
context:
space:
mode:
authorfullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com>2020-10-11 16:30:22 -0700
committerGitHub <noreply@github.com>2020-10-11 18:30:22 -0500
commitf92773041808697bcdfd0a8f0743b0f863c66ee8 (patch)
treed4b70af90da6da43a84a0efbfc0eb6644e405b75 /src/code/z_lib.c
parent1c4a3047dea5649ad703779cdc07854fc623260d (diff)
Arms_Hook OK (#33)
* All but 2 functions matched * More work on hookshot * hookshot work * 2 functions left (and one is almost done) * sp issues with draw, but matching otherwise * hookshot matching * Changed rodata inclusion for armshook * Hookshot OK * Resolve script conflicts * Rename unk variables to match MM standard * Made requested changes
Diffstat (limited to 'src/code/z_lib.c')
-rw-r--r--src/code/z_lib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/code/z_lib.c b/src/code/z_lib.c
index f1e0051bb..09f75f2ce 100644
--- a/src/code/z_lib.c
+++ b/src/code/z_lib.c
@@ -1,10 +1,6 @@
#include <ultra64.h>
#include <global.h>
-#pragma intrinsic (sqrtf)
-extern float fabsf(float);
-#pragma intrinsic (fabsf)
-
void* Lib_bcopy(void* dest, void* src, size_t n) {
_bcopy(src, dest, n);