diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-20 22:24:10 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-20 22:24:10 -0300 |
| commit | fd711e7c695144c473d4f2abb821cddb619544ff (patch) | |
| tree | 7820e48a888ab53366c5352abd89c5160323fbc5 /src | |
| parent | 1024abdd4afcde0d71866e1b6344436a257ce29b (diff) | |
mole comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/engine/objects/Mole.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/objects/Mole.cpp b/src/engine/objects/Mole.cpp index 91eeabebf..f623b1f52 100644 --- a/src/engine/objects/Mole.cpp +++ b/src/engine/objects/Mole.cpp @@ -323,6 +323,7 @@ void OMole::func_800821AC(s32 objectIndex, s32 arg1) { } } +// Holes void OMole::func_80054E10(s32 objectIndex) { if (gObjectList[objectIndex].state > 0) { if (is_obj_flag_status_active(objectIndex, 0x00800000) != 0) { @@ -362,7 +363,7 @@ void OMole::func_80054D00(s32 objectIndex, s32 cameraId) { if (is_obj_flag_status_active(objectIndex, VISIBLE) != 0) { // @port: Tag the transform. - FrameInterpolation_RecordOpenChild("func_80054D00", TAG_OBJECT(&gObjectList[objectIndex])); + FrameInterpolation_RecordOpenChild("func_80054D00", (uintptr_t)&gObjectList[objectIndex]); D_80183E80[0] = (s16) gObjectList[objectIndex].orientation[0]; D_80183E80[1] = @@ -378,6 +379,7 @@ void OMole::func_80054D00(s32 objectIndex, s32 cameraId) { } } +// Mole rocks void OMole::func_80054F04(s32 cameraId) { Camera* camera = &camera1[cameraId]; |
