summaryrefslogtreecommitdiff
path: root/src/code/z_path.c
diff options
context:
space:
mode:
authorRoman971 <romanlasnier@hotmail.com>2020-03-23 21:18:53 +0100
committerRoman971 <romanlasnier@hotmail.com>2020-03-23 21:18:53 +0100
commitd2729f9d88b8bdb63397338e4979d619304a2b1e (patch)
treeebcc8fd7d03c5b0193f815bbf3497d1323ef9bb9 /src/code/z_path.c
parent2f3f556bfb7e31dac0864a056372ba83abfebd15 (diff)
Split z_path.c and Rename some small files and functions
Diffstat (limited to 'src/code/z_path.c')
-rw-r--r--src/code/z_path.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/code/z_path.c b/src/code/z_path.c
new file mode 100644
index 000000000..7b54d58c2
--- /dev/null
+++ b/src/code/z_path.c
@@ -0,0 +1,8 @@
+#include <ultra64.h>
+#include <global.h>
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/z_path/Path_GetByIndex.s")
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/z_path/Path_OrientAndGetDistSq.s")
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/z_path/Path_CopyLastPoint.s")