core2/code_C89C0.c func_8033B338() done

This commit is contained in:
Banjo Kazooie
2022-11-08 16:57:38 -06:00
parent 4354c7b439
commit ddbc35423b
4 changed files with 16 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
# banjo (93.6207%) # banjo (93.6257%)
<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">92.0785%</text> <text x="78.5" y="15" fill="#010101" fill-opacity=".3">92.0874%</text>
<text x="77.5" y="14">92.0785%</text> <text x="77.5" y="14">92.0874%</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">93.6207%</text> <text x="184.5" y="15" fill="#010101" fill-opacity=".3">93.6257%</text>
<text x="183.5" y="14">93.6207%</text> <text x="183.5" y="14">93.6257%</text>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -231,22 +231,19 @@ void func_8033B2A4(s32 arg0) {
D_80370A14 += 1; D_80370A14 += 1;
} }
#ifndef NONMATCHING bool func_8033B338(void **sprite_ptr, BKSpriteDisplayData **arg1)
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_B3A80/func_8033B338.s") {
#else void *new_var;
bool func_8033B338(void **sprite_ptr, BKSpriteDisplayData **arg1) { if ((*sprite_ptr) == NULL)
if (*sprite_ptr == NULL) { return 0;
return FALSE;
}
(assetcache_release)(*sprite_ptr);
*sprite_ptr = NULL;
*arg1 = NULL;
// if(sprite_ptr); new_var = *sprite_ptr;
assetcache_release(new_var);
*sprite_ptr = 0;
*arg1 = 0;
return 1;
return TRUE;
} }
#endif
bool func_8033B388(BKSprite **sprite_ptr, BKSpriteDisplayData **arg1){ bool func_8033B388(BKSprite **sprite_ptr, BKSpriteDisplayData **arg1){
if(*sprite_ptr == NULL) if(*sprite_ptr == NULL)