summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2024-06-15 15:39:31 +1000
committerGitHub <noreply@github.com>2024-06-14 22:39:31 -0700
commitb55f8ffe6e60ed2335acbe7d428049ea1056f4b5 (patch)
tree7aa56780d34acb286b92e829d401d5b2fa01bc65 /spec
parent3705eaedac1d21318ee708993d366b30cdc0e8ad (diff)
`sys_math3d.c` Decompiled and Mostly Documented (#1450)
* Use matched sys_math3d functions by Tharo Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * kinda match some unattempted functions * move sys_math3d function declarations to z64math.h * Rename some simple functions * Take matched Math3D_LineVsLineClosestTwoPoints from OoT * minor fixes to make stuff actually equivalent * func_8017FB1C * format * minor cleanup * Math3D_PointOnDirectedLine * func_8017FB1C documentation Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Remove actorfixer * fix merge * Apply renames * more cleanup * bss cleanup * match Math3D_CylVsLineSeg * WIP * OK * small cleanup * Remove macros.h from sys_math3d * Small cleanup * Some more small clean up * cleanup and docs * cleanup * PR Review * cleanup * fix merge * fix merge * merge main * fix bss * bss * fix * PR Review * bss fix * Merge main * Fix bss * Fix merge * Add zero vecs to sys_math3d * Format * namefixer run --------- Co-authored-by: angie <angheloalf95@gmail.com> Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r--spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec b/spec
index b0581f410..3a8077995 100644
--- a/spec
+++ b/spec
@@ -573,8 +573,6 @@ beginseg
include "$(BUILD_DIR)/src/code/sys_initial_check.o"
include "$(BUILD_DIR)/src/code/sys_math.o"
include "$(BUILD_DIR)/src/code/sys_math3d.o"
- include "$(BUILD_DIR)/data/code/sys_math3d.data.o"
- include "$(BUILD_DIR)/data/code/sys_math3d.bss.o"
include "$(BUILD_DIR)/src/code/sys_math_atan.o"
include "$(BUILD_DIR)/src/code/sys_matrix.o"
include "$(BUILD_DIR)/src/code/sys_ucode.o"