core2/code_C89C0.c func_8033B338() done
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# banjo (93.6207%)
|
||||
# banjo (93.6257%)
|
||||
|
||||
<img src="./progress/progress_total.svg">
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<text x="22.0" y="14">core2</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">92.0785%</text>
|
||||
<text x="77.5" y="14">92.0785%</text>
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">92.0874%</text>
|
||||
<text x="77.5" y="14">92.0874%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -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">93.6207%</text>
|
||||
<text x="183.5" y="14">93.6207%</text>
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">93.6257%</text>
|
||||
<text x="183.5" y="14">93.6257%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -231,22 +231,19 @@ void func_8033B2A4(s32 arg0) {
|
||||
D_80370A14 += 1;
|
||||
}
|
||||
|
||||
#ifndef NONMATCHING
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_B3A80/func_8033B338.s")
|
||||
#else
|
||||
bool func_8033B338(void **sprite_ptr, BKSpriteDisplayData **arg1) {
|
||||
if (*sprite_ptr == NULL) {
|
||||
return FALSE;
|
||||
}
|
||||
(assetcache_release)(*sprite_ptr);
|
||||
*sprite_ptr = NULL;
|
||||
*arg1 = NULL;
|
||||
bool func_8033B338(void **sprite_ptr, BKSpriteDisplayData **arg1)
|
||||
{
|
||||
void *new_var;
|
||||
if ((*sprite_ptr) == NULL)
|
||||
return 0;
|
||||
|
||||
// if(sprite_ptr);
|
||||
|
||||
return TRUE;
|
||||
new_var = *sprite_ptr;
|
||||
assetcache_release(new_var);
|
||||
*sprite_ptr = 0;
|
||||
*arg1 = 0;
|
||||
return 1;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
bool func_8033B388(BKSprite **sprite_ptr, BKSpriteDisplayData **arg1){
|
||||
if(*sprite_ptr == NULL)
|
||||
|
Reference in New Issue
Block a user