func_8030A4D4()

This commit is contained in:
Banjo Kazooie
2023-01-20 19:58:43 -06:00
parent ef0bc36a58
commit 383ac6a713
4 changed files with 10 additions and 13 deletions

View File

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

View File

@@ -17,7 +17,7 @@
<text x="22.0" y="14">core2</text> <text x="22.0" y="14">core2</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">96.9477%</text> <text x="78.5" y="15" fill="#010101" fill-opacity=".3">96.9627%</text>
<text x="77.5" y="14">96.9477%</text> <text x="77.5" y="14">96.9627%</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">97.8170%</text> <text x="184.5" y="15" fill="#010101" fill-opacity=".3">97.8257%</text>
<text x="183.5" y="14">97.8170%</text> <text x="183.5" y="14">97.8257%</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -72,18 +72,15 @@ BKModelBin *func_8030A4B4(s32 arg0){
return D_80382390[arg0].unk0; return D_80382390[arg0].unk0;
} }
#ifndef NONMATCHING BKSpriteDisplayData *func_8030A4D4(s32 arg0)
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_83340/func_8030A4D4.s") {
#else
BKSpriteDisplayData *func_8030A4D4(s32 arg0){ if (((struct_7AF80_1 *)((s32)D_80382394 + arg0*sizeof(struct_7AF80_1)))->unk0 == 0){
struct_7AF80_1 *ptr; ((struct_7AF80_1 *)((s32)D_80382394 + arg0*sizeof(struct_7AF80_1)))->unk0 = func_8033B6C4(arg0 + 0x572, &((struct_7AF80_1 *)((s32)D_80382394 + arg0*sizeof(struct_7AF80_1)))->unk4);
if((ptr = D_80382394[arg0].unk0) == NULL){
D_80382394[arg0].unk0 = func_8033B6C4(arg0 + 0x572, &ptr->unk4);
} }
D_80382394[arg0].unk8 = func_8023DB5C(); D_80382394[arg0].unk8 = func_8023DB5C();
return D_80382394[arg0].unk4; return D_80382394[arg0].unk4;
} }
#endif
BKSprite *func_8030A55C(s32 arg0){ BKSprite *func_8030A55C(s32 arg0){
func_8030A4D4(arg0); func_8030A4D4(arg0);