func_80251878() match

This commit is contained in:
Banjo Kazooie 2022-12-18 15:33:32 -06:00
parent a24a303781
commit 5217aaa8c8
4 changed files with 21 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# banjo (96.5966%)
# banjo (96.6180%)
<img src="./progress/progress_total.svg">

View File

@ -9,7 +9,7 @@
</mask>
<g mask="url(#anybadge_1)">
<path fill="#555" d="M0 0h44v20H0z"/>
<path fill="#1de000" d="M44 0h67v20H44z"/>
<path fill="#1ce000" 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">93.6357%</text>
<text x="77.5" y="14">93.6357%</text>
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">93.7828%</text>
<text x="77.5" y="14">93.7828%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -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">96.5966%</text>
<text x="183.5" y="14">96.5966%</text>
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">96.6180%</text>
<text x="183.5" y="14">96.6180%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -135,8 +135,22 @@ void func_802517F8(f32* arg0) {
}
}
void func_80251878(f32* arg0) {
s32 i;
s32 j;
Mtx* var_a2;
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_80251878.s")
var_a2 = D_80282FD0 + 1;
for(i = 0; i < 4; i++, arg0 += 4){
for(j = 0; j < 4; j++){
reinterpret_cast(f32, var_a2->m[i][j]) = arg0[0] * reinterpret_cast(f32, D_80282FD0->m[0][j])
+ arg0[1] * reinterpret_cast(f32, D_80282FD0->m[1][j])
+ arg0[2] * reinterpret_cast(f32, D_80282FD0->m[2][j])
+ arg0[3] * reinterpret_cast(f32, D_80282FD0->m[3][j]);
}
}
D_80282FD0 = var_a2;
}
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_802519C8.s")