core1/code_5650.c func_24324C() done
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# banjo (93.5289%)
|
# banjo (93.5398%)
|
||||||
|
|
||||||
<img src="./progress/progress_total.svg">
|
<img src="./progress/progress_total.svg">
|
||||||
|
|
||||||
|
@@ -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">88.1315%</text>
|
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">88.2069%</text>
|
||||||
<text x="77.5" y="14">88.1315%</text>
|
<text x="77.5" y="14">88.2069%</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.5289%</text>
|
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">93.5398%</text>
|
||||||
<text x="183.5" y="14">93.5289%</text>
|
<text x="183.5" y="14">93.5398%</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -61,25 +61,28 @@ void func_80243070(Struct87s *arg0) {
|
|||||||
D_802758CC->nextDelta = alEvtqNextEvent(&D_802758CC->evtq, &D_802758CC->nextEvent);
|
D_802758CC->nextDelta = alEvtqNextEvent(&D_802758CC->evtq, &D_802758CC->nextEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef NONMATCHING
|
void func_8024324C(N_ALSndPlayer *arg0)
|
||||||
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_5650/func_8024324C.s")
|
{
|
||||||
#else
|
N_ALSndPlayer *new_var = (N_ALSndPlayer *)arg0;
|
||||||
void func_8024324C(N_ALSndPlayer *arg0) {
|
N_ALEvent sp3C;
|
||||||
N_ALEvent sp3C;
|
|
||||||
|
do
|
||||||
do {
|
{
|
||||||
if (arg0->nextEvent.type == 0x20) {
|
if ((new_var->nextEvent.type & 0xFFFFFFFF) == 0x20)
|
||||||
sp3C.type = 0x20;
|
{
|
||||||
alEvtqPostEvent(&arg0->evtq, (ALEvent *) &sp3C, arg0->frameTime);
|
sp3C.type = 0x20;
|
||||||
func_80244190(arg0);
|
alEvtqPostEvent(&new_var->evtq, (ALEvent *) (&sp3C), new_var->frameTime);
|
||||||
} else {
|
func_80244190(new_var);
|
||||||
func_802432F8(arg0, &arg0->nextEvent);
|
}
|
||||||
}
|
else
|
||||||
arg0->nextDelta = alEvtqNextEvent(&arg0->evtq, &arg0->nextEvent);
|
{
|
||||||
} while (arg0->nextDelta == 0);
|
func_802432F8(new_var, &arg0->nextEvent);
|
||||||
arg0->curTime += arg0->nextDelta;
|
}
|
||||||
|
new_var->nextDelta = alEvtqNextEvent(&new_var->evtq, &arg0->nextEvent);
|
||||||
|
}
|
||||||
|
while (arg0->nextDelta == 0);
|
||||||
|
new_var->curTime += new_var->nextDelta;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_5650/func_802432F8.s")
|
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_5650/func_802432F8.s")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user