mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -04:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user