diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-12-06 21:50:01 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-12-06 21:50:01 -0700 |
| commit | bcf4a7f384fdcecd813e61368685bed712299f6b (patch) | |
| tree | f73fd7edd6705e24fca09875dd242585f47126b5 /src/code_80086E70.c | |
| parent | f87ad2350098dee00b235d771d068d53559dff8c (diff) | |
Put all thwomp code in thomp class
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index a4eed4f2c..4f3393944 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -1403,27 +1403,6 @@ void func_8008A454(s32 objectIndex, s32 cameraId, s32 arg2) { } } -void func_8008A4CC(s32 objectIndex) { - s32 loopIndex; - Camera* camera; - - set_object_flag_status_false(objectIndex, 0x00070000); - for (loopIndex = 0, camera = camera1; loopIndex < gPlayerCountSelection1; loopIndex++, camera++) { - if (gObjectList[objectIndex].state != 0) { - if ((D_8018CF68[loopIndex] >= (gObjectList[objectIndex].unk_0DF - 1)) && - ((gObjectList[objectIndex].unk_0DF + 1) >= D_8018CF68[loopIndex])) { - set_object_flag_status_true(objectIndex, 0x00010000); - if (D_8018CF68[loopIndex] == gObjectList[objectIndex].unk_0DF) { - set_object_flag_status_true(objectIndex, 0x00020000); - } - if (is_object_visible_on_camera(objectIndex, camera, 0x2AABU) != 0) { - set_object_flag_status_true(objectIndex, VISIBLE); - } - } - } - } -} - UNUSED void func_8008A610(s32 objectIndex) { s32 loopIndex; Camera* camera; |
