mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-28 11:20:53 -04:00
Fix More Interpolation (#220)
* Fix SetTextMatrix Interpolation (flashing text) * Interpolate pause menu item box * Interp mtxf_translation_x_y_rotate_z_scale_x_y * Fix billboarding for freecam * Fix menus battle mode back to grand prix bug * Fix snow interp * interp star clouds
This commit is contained in:
@@ -3527,7 +3527,11 @@ void func_80051ABC(s16 arg0, s32 arg1) {
|
||||
for (var_s0 = 0; var_s0 < D_8018D1F0; var_s0++) {
|
||||
objectIndex = D_8018CC80[arg1 + var_s0];
|
||||
object = &gObjectList[objectIndex];
|
||||
FrameInterpolation_RecordOpenChild("stars_cloud", TAG_OBJECT(object));
|
||||
|
||||
func_800519D4(objectIndex, object->unk_09C, arg0 - object->unk_09E);
|
||||
FrameInterpolation_RecordCloseChild();
|
||||
|
||||
}
|
||||
} else {
|
||||
func_8004B6C4(255, 255, 255);
|
||||
|
||||
Reference in New Issue
Block a user