mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 02:30:22 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user