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
+1 -1
View File
@@ -135,7 +135,7 @@ int daItemBase_c::DrawBase() {
}
void daItemBase_c::RotateYBase() {
shape_angle.y += (s16)(0xFFFF / getData().mRotateYSpeed);
ANGLE_ADD(shape_angle.y, 0xFFFF / getData().mRotateYSpeed);
}
void daItemBase_c::setListStart() {