func_802516E0() match

This commit is contained in:
Banjo Kazooie
2022-12-18 15:50:13 -06:00
parent 5217aaa8c8
commit 8eaab9848f
4 changed files with 20 additions and 6 deletions

View File

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

View File

@@ -17,7 +17,7 @@
<text x="22.0" y="14">core1</text> <text x="22.0" y="14">core1</text>
</g> </g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <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.7828%</text> <text x="78.5" y="15" fill="#010101" fill-opacity=".3">93.8214%</text>
<text x="77.5" y="14">93.7828%</text> <text x="77.5" y="14">93.8214%</text>
</g> </g>
</svg> </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> <text x="75.0" y="14">Banjo-Kazooie (us.v10)</text>
</g> </g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <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.6180%</text> <text x="184.5" y="15" fill="#010101" fill-opacity=".3">96.6236%</text>
<text x="183.5" y="14">96.6180%</text> <text x="183.5" y="14">96.6236%</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -100,7 +100,21 @@ void mlMtxPop(void){
D_80282FD0--; D_80282FD0--;
} }
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_13990/func_802516E0.s") void func_802516E0(void) {
s32 i, j;
f32 *var_a3;
f32 (*var_a2)[4];
var_a3 = D_80282FD0;
var_a2 = D_80282FD0 + 1;
if(1);
for(i = 0; i < 4; i++){
for(j = 0; j < 4; j++){
var_a2[i][j] = var_a3[4*i + j];
}
}
D_80282FD0++;
}
void func_80251738(void){ void func_80251738(void){
s32 i; s32 i;