From ac4edd90f4e066a54d99d0815d5c595cbbad8bdf Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 2 Oct 2023 20:34:27 -0700 Subject: [PATCH] forgot the profiles --- include/f_op/f_op_scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/f_op/f_op_scene.h b/include/f_op/f_op_scene.h index ee5b4bd1f..4d2c55096 100644 --- a/include/f_op/f_op_scene.h +++ b/include/f_op/f_op_scene.h @@ -14,8 +14,8 @@ struct scene_method_class { typedef struct scene_process_profile_definition { /* 0x00 */ node_process_profile_definition mBase; - /* 0x20 */ process_method_class* mpMtd; // Subclass methods - /* 0x24 */ u32 field_0x24; // padding? + /* 0x20 */ scene_method_class* mpMtd; // Subclass methods + /* 0x24 */ u32 field_0x24; // padding? } scene_process_profile_definition; class scene_class {