func_802517F8() done

This commit is contained in:
Banjo Kazooie
2022-12-18 15:26:06 -06:00
parent 99201a8287
commit a24a303781
4 changed files with 16 additions and 6 deletions

View File

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

View File

@@ -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.5796%</text>
<text x="77.5" y="14">93.5796%</text>
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">93.6357%</text>
<text x="77.5" y="14">93.6357%</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.5885%</text>
<text x="183.5" y="14">96.5885%</text>
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">96.5966%</text>
<text x="183.5" y="14">96.5966%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -124,7 +124,17 @@ f32 *func_80251788(f32 arg0, f32 arg1, f32 arg2){
*(var_v0++) = arg0; *(var_v0++) = arg1; *(var_v0++) = arg2; *(var_v0++) = 1.0f;
}
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_802517F8.s")
void func_802517F8(f32* arg0) {
s32 var_v0, j;
D_80282FD0++;
for(var_v0 = 0; var_v0 < 4; var_v0++){
for(j = 0; j < 4; j++){
reinterpret_cast(f32, D_80282FD0->m[var_v0][j]) = *arg0++;
}
}
}
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_80251878.s")