Merge branch 'main' into 26-02-27-allocator-isolation

This commit is contained in:
PJB3005
2026-03-05 00:15:09 +01:00
5530 changed files with 252979 additions and 26830 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
#include "c/c_damagereaction.h"
#include "Z2AudioLib/Z2Instances.h"
#include "f_op/f_op_camera_mng.h"
#include <cstring>
enum Joint {
/* 0x0 */ JNT_WAIST,
@@ -1243,7 +1244,7 @@ static void play_camera(ni_class* i_this) {
temp = i_this->mPadSubStickX;
temp *= TREG_F(3) + 5000.0f;
i_this->field_0xaf4 += (s16)temp;
S16_ADD(i_this->field_0xaf4, temp);
i_this->field_0xafc += i_this->mPadSubStickY * (TREG_F(7) + -25.0f);
if (i_this->field_0xafc > (TREG_F(8) + 800.0f)) {