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
|
|
@ -1065,8 +1065,8 @@ config.libs = [
|
||||||
Rel(
|
Rel(
|
||||||
"m425Dll", # The Great Deflate
|
"m425Dll", # The Great Deflate
|
||||||
objects={
|
objects={
|
||||||
Object(NonMatching, "REL/m425Dll/main.c"),
|
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m425Dll/main.c"),
|
||||||
Object(NonMatching, "REL/m425Dll/thwomp.c"),
|
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m425Dll/thwomp.c"),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Rel(
|
Rel(
|
||||||
|
|
|
||||||
|
|
@ -675,22 +675,57 @@ void fn_1_1B40(omObjData *object)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (0) {
|
if (0) {
|
||||||
int x = 12;
|
s32 var_r31;
|
||||||
int y = 24;
|
s32 var_r30;
|
||||||
char *str = "%f";
|
s32 var_r29;
|
||||||
(void)x;
|
float var_f31;
|
||||||
(void)x;
|
float var_f20;
|
||||||
(void)x;
|
float var_f19;
|
||||||
(void)x;
|
float var_f18;
|
||||||
(void)y;
|
|
||||||
(void)y;
|
(void) object;
|
||||||
(void)y;
|
(void) object;
|
||||||
(void)y;
|
(void) var_r31;
|
||||||
(void)str;
|
(void) var_r31;
|
||||||
(void)str;
|
(void) var_r31;
|
||||||
(void)str;
|
(void) var_r31;
|
||||||
(void)str;
|
(void) var_r31;
|
||||||
print8(x, y, 1.5f, str, sqrtf(fn_1_15EC(object->trans.x, object->trans.y)));
|
(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_38 = var_r31->unk_04 * sind(var_r31->unk_18);
|
||||||
var_r31->unk_40 = var_r31->unk_04 * cosd(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