diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-21 18:52:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 15:52:16 -0800 |
| commit | e2fddadf320e8d35cbb3542645122e086efbfe9f (patch) | |
| tree | f0e11b2955fd092ad3022c192aed36bddd77fb48 /src/d/actor/d_a_obj_sw.cpp | |
| parent | 31621c3daccccc0a582eceafec7e373d872f072a (diff) | |
Misc matches (#2845)
* Misc debug matches
* Fix d_map weak function order
* Remove old nonmatching comments
* d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment
* More misc matches
Diffstat (limited to 'src/d/actor/d_a_obj_sw.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_sw.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/actor/d_a_obj_sw.cpp b/src/d/actor/d_a_obj_sw.cpp index 047ccfc09d..e2df9dbdfd 100644 --- a/src/d/actor/d_a_obj_sw.cpp +++ b/src/d/actor/d_a_obj_sw.cpp @@ -120,7 +120,6 @@ static void anm_init(obj_sc_s* i_this, int param_2, f32 i_morf, u8 i_mode, f32 i /* 80CF09A8-80CF1008 0003E8 0660+00 1/1 0/0 0/0 .text sc_build__FP12obj_sw_class */ static void sc_build(obj_sw_class* i_this) { - // NONMATCHING fopAc_ac_c* a_this = &i_this->actor; obj_sc_s* sc_p = i_this->field_0x5a8; cXyz sp24, sp30; @@ -285,7 +284,6 @@ static void sc_move(obj_sw_class* i_this) { /* 80CF1384-80CF1970 000DC4 05EC+00 1/1 0/0 0/0 .text demo_camera__FP12obj_sw_class */ static void demo_camera(obj_sw_class* i_this) { - // NONMATCHING fopAc_ac_c* a_this = &i_this->actor; daPy_py_c* player = (daPy_py_c*)dComIfGp_getPlayer(0); camera_class* camera = dComIfGp_getCamera(dComIfGp_getPlayerCameraID(0)); @@ -408,7 +406,6 @@ static void demo_camera(obj_sw_class* i_this) { /* 80CF1970-80CF2160 0013B0 07F0+00 1/1 0/0 0/0 .text sc_action__FP12obj_sw_class */ static void sc_action(obj_sw_class* i_this) { - // NONMATCHING fopAc_ac_c* a_this = &i_this->actor; cXyz sp90; int swBit = fopAcM_GetParam(a_this) >> 24; @@ -545,7 +542,6 @@ static void sc_action(obj_sw_class* i_this) { /* 80CF2160-80CF2604 001BA0 04A4+00 1/1 0/0 0/0 .text sw_action__FP12obj_sw_class */ static void sw_action(obj_sw_class* i_this) { - // NONMATCHING f32 tmp; f32 fVar1; f32 fVar2; @@ -722,7 +718,6 @@ static int useHeapInit(fopAc_ac_c* a_this) { /* 80CF29D4-80CF2F38 002414 0564+00 1/0 0/0 0/0 .text daObj_Sw_Create__FP10fopAc_ac_c */ static int daObj_Sw_Create(fopAc_ac_c* a_this) { - // NONMATCHING obj_sw_class* i_this = (obj_sw_class*)a_this; int phase; u32 i_size; |
