summaryrefslogtreecommitdiff
path: root/src/code/z_view.c
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2021-03-07 19:45:08 -0500
committerKenix3 <kenixwhisperwind@gmail.com>2021-03-10 22:28:06 -0500
commit037ba9a22e2052425aacca4089029764a308669d (patch)
tree033e5f7e74564cfd31591273c886a70ca55a7273 /src/code/z_view.c
parentfb1ed529ad9cfeb13158edbe716deb5aace4f272 (diff)
Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.
Diffstat (limited to 'src/code/z_view.c')
-rw-r--r--src/code/z_view.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/code/z_view.c b/src/code/z_view.c
index d583c2b13..f72b77ec0 100644
--- a/src/code/z_view.c
+++ b/src/code/z_view.c
@@ -349,7 +349,7 @@ s32 View_RenderToPerspectiveMatrix(View* view) {
return 1;
}
#else
-#pragma GLOBAL_ASM("asm/non_matchings/z_view/View_RenderToPerspectiveMatrix.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/z_view/View_RenderToPerspectiveMatrix.asm")
#endif
#ifdef NON_MATCHING
@@ -393,12 +393,12 @@ s32 View_RenderToOrthographicMatrix(View* view) {
return 1;
}
#else
-#pragma GLOBAL_ASM("asm/non_matchings/z_view/View_RenderToOrthographicMatrix.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/z_view/View_RenderToOrthographicMatrix.asm")
#endif
-#pragma GLOBAL_ASM("asm/non_matchings/z_view/func_8013FBC8.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/z_view/func_8013FBC8.asm")
-#pragma GLOBAL_ASM("asm/non_matchings/z_view/func_8013FD74.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/z_view/func_8013FD74.asm")
s32 func_80140024(View* view) {
guLookAt(view->viewingPtr, view->eye.x, view->eye.y, view->eye.z,
@@ -411,5 +411,5 @@ s32 func_80140024(View* view) {
return 1;
}
-#pragma GLOBAL_ASM("asm/non_matchings/z_view/func_801400CC.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/code/z_view/func_801400CC.asm")