From e50c346ab831a29716ae89ffd683072ae3a801e9 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Thu, 21 Apr 2022 21:11:54 -0700 Subject: SubS Shadows, Cutscenes, Exchange, and Planes (#773) * Bring code over * Rename * clean up variables.h * Bring over some more code as well as cleanup * remove newline in functions.h * format * Add plane functions * Remove from actorfixer * Add some more docs to plane functions * Use temp for better format * change func_8013E8F8 to return an s32 * rename origin back to pos * format * Add docs to SubS_ComputePlane * format * gfxContextPtr -> globalCtx * bss * Better docs of SubS_ComputePlane * Normal -> unitVec * Review pt. 1 * Update plane comment * SubS_ActorAndPlayerAreFacing -> SubS_ActorAndPlayerFaceEachOther * Add subs texture defines * Update include/z64math.h Co-authored-by: EllipticEllipsis Co-authored-by: EllipticEllipsis --- src/boot_O2_g3/yaz0.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/boot_O2_g3') diff --git a/src/boot_O2_g3/yaz0.c b/src/boot_O2_g3/yaz0.c index 5f8e5a0ed..80d819acc 100644 --- a/src/boot_O2_g3/yaz0.c +++ b/src/boot_O2_g3/yaz0.c @@ -1,4 +1,3 @@ -#include "prevent_bss_reordering.h" #include "global.h" u8 sYaz0DataBuffer[0x400]; -- cgit v1.2.3