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">
|
<img src="./progress/progress_total.svg">
|
||||||
|
|
||||||
|
@@ -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 |
@@ -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 |
@@ -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);
|
||||||
return TRUE;
|
*sprite_ptr = 0;
|
||||||
|
*arg1 = 0;
|
||||||
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
#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)
|
||||||
|
Reference in New Issue
Block a user