summaryrefslogtreecommitdiff
path: root/src/code_80086E70.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-02-24 14:51:25 -0700
committerGitHub <noreply@github.com>2026-02-24 14:51:25 -0700
commit548ccf0063f6c4d6608cf87f46a347c71079c0bd (patch)
tree42708916b67dc1dd553c70199339541a401dca15 /src/code_80086E70.c
parent321d440089fc7424002879c9b2e74a4b0ffe9a8d (diff)
Impl Sky and SkyActors (#630)
* Create Cloud.cpp * Create Cloud.h * Fix the cloud * Cleanup * More cleanup * Update Track.h * Refactor SkyboxCloud position calculations * Update SkyboxStar.cpp * Update SkyboxStar.cpp * Refactor SkyboxStar.cpp by removing redundant code * Update SkyboxCloud.cpp * Refactor SkyboxSnow.cpp by reordering includes * Update SkyboxCloud.h * Refactor SkyboxStar.h for improved formatting * Impl skyboxcloud * Update comment * update comment * Work now * Fully impl Sky * Fix define * Fix args
Diffstat (limited to 'src/code_80086E70.c')
-rw-r--r--src/code_80086E70.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c
index 4c94b3fcf..00c3fcffd 100644
--- a/src/code_80086E70.c
+++ b/src/code_80086E70.c
@@ -1946,11 +1946,6 @@ void func_8008BF64(s32 objectIndex) {
D_80183E80[2] = object->direction_angle[2];
}
-void func_8008BFC0(s32 objectIndex) {
- gObjectList[objectIndex].unk_09C = gObjectList[objectIndex].pos[0];
- gObjectList[objectIndex].unk_09E = gObjectList[objectIndex].pos[1];
-}
-
void func_8008BFFC(s32 objectIndex) {
Object* object;