Matched the last function in m425Dll (US) (#540)
This commit is contained in:
parent
6406dde2cc
commit
edacd76015
2 changed files with 53 additions and 18 deletions
|
|
@ -675,22 +675,57 @@ void fn_1_1B40(omObjData *object)
|
|||
break;
|
||||
}
|
||||
if (0) {
|
||||
int x = 12;
|
||||
int y = 24;
|
||||
char *str = "%f";
|
||||
(void)x;
|
||||
(void)x;
|
||||
(void)x;
|
||||
(void)x;
|
||||
(void)y;
|
||||
(void)y;
|
||||
(void)y;
|
||||
(void)y;
|
||||
(void)str;
|
||||
(void)str;
|
||||
(void)str;
|
||||
(void)str;
|
||||
print8(x, y, 1.5f, str, sqrtf(fn_1_15EC(object->trans.x, object->trans.y)));
|
||||
s32 var_r31;
|
||||
s32 var_r30;
|
||||
s32 var_r29;
|
||||
float var_f31;
|
||||
float var_f20;
|
||||
float var_f19;
|
||||
float var_f18;
|
||||
|
||||
(void) object;
|
||||
(void) object;
|
||||
(void) var_r31;
|
||||
(void) var_r31;
|
||||
(void) var_r31;
|
||||
(void) var_r31;
|
||||
(void) var_r31;
|
||||
(void) var_r31;
|
||||
(void) var_r30;
|
||||
(void) var_r30;
|
||||
(void) var_r30;
|
||||
(void) var_r30;
|
||||
(void) var_r30;
|
||||
(void) var_r30;
|
||||
(void) var_r29;
|
||||
(void) var_r29;
|
||||
(void) var_r29;
|
||||
(void) var_r29;
|
||||
(void) var_r29;
|
||||
(void) var_r29;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f31;
|
||||
(void) var_f20;
|
||||
(void) var_f20;
|
||||
(void) var_f20;
|
||||
(void) var_f19;
|
||||
(void) var_f19;
|
||||
(void) var_f19;
|
||||
(void) var_f18;
|
||||
(void) var_f18;
|
||||
(void) var_f18;
|
||||
}
|
||||
var_r31->unk_38 = var_r31->unk_04 * sind(var_r31->unk_18);
|
||||
var_r31->unk_40 = var_r31->unk_04 * cosd(var_r31->unk_18);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue