func_802515D4() match
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# banjo (95.8644%)
|
||||
# banjo (95.8799%)
|
||||
|
||||
<img src="./progress/progress_total.svg">
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
</mask>
|
||||
<g mask="url(#anybadge_1)">
|
||||
<path fill="#555" d="M0 0h44v20H0z"/>
|
||||
<path fill="#20e000" d="M44 0h67v20H44z"/>
|
||||
<path fill="#1fe000" d="M44 0h67v20H44z"/>
|
||||
<path fill="url(#b)" d="M0 0h111v20H0z"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
@@ -17,7 +17,7 @@
|
||||
<text x="22.0" y="14">core1</text>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">92.9525%</text>
|
||||
<text x="77.5" y="14">92.9525%</text>
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">93.0594%</text>
|
||||
<text x="77.5" y="14">93.0594%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -9,7 +9,7 @@
|
||||
</mask>
|
||||
<g mask="url(#anybadge_1)">
|
||||
<path fill="#555" d="M0 0h150v20H0z"/>
|
||||
<path fill="#13e000" d="M150 0h67v20H150z"/>
|
||||
<path fill="#12e000" d="M150 0h67v20H150z"/>
|
||||
<path fill="url(#b)" d="M0 0h217v20H0z"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
@@ -17,7 +17,7 @@
|
||||
<text x="75.0" y="14">Banjo-Kazooie (us.v10)</text>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">95.8644%</text>
|
||||
<text x="183.5" y="14">95.8644%</text>
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">95.8799%</text>
|
||||
<text x="183.5" y="14">95.8799%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -69,7 +69,32 @@ void func_802514BC(Mtx *arg0) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_802515D4.s")
|
||||
void func_802515D4(f32 arg0[3][3]) {
|
||||
f32 var_f0;
|
||||
s32 var_v0;
|
||||
s32 var_v1;
|
||||
s32 i;
|
||||
f32 sp1C[3][3];
|
||||
|
||||
for(i = 0; i < 3; i++){
|
||||
for(var_v1 = 0; var_v1 < 3; var_v1++){
|
||||
var_f0 = 0.0f;
|
||||
for(var_v0 = 0; var_v0 < 3; var_v0++){
|
||||
var_f0 += arg0[i][var_v0] * reinterpret_cast(f32, D_80282FD0->m[var_v0][var_v1]);
|
||||
}
|
||||
sp1C[i][var_v1] = var_f0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
for( i = 0; i < 3; i++){
|
||||
for(var_v1 = 0; var_v1 < 3; var_v1++){
|
||||
reinterpret_cast(f32, D_80282FD0->m[i][var_v1]) = sp1C[i][var_v1];
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void mlMtxPop(void){
|
||||
D_80282FD0--;
|
||||
|
Reference in New Issue
Block a user