This commit is contained in:
Donkey Kong 2024-09-25 07:45:45 -05:00
parent 18b44bdccf
commit 749f8622ed
5 changed files with 25 additions and 7 deletions

View File

@ -280,7 +280,7 @@ us,asm,func_global_asm_80611D08,16,yes
us,asm,func_global_asm_80652E58,100,yes
us,asm,func_global_asm_80646770,520,no
us,asm,func_global_asm_806D7170,200,yes
us,asm,func_global_asm_8073B830,208,no
us,asm,func_global_asm_8073B830,196,yes
us,asm,func_global_asm_806776A0,1548,no
us,asm,func_global_asm_80646DC4,836,yes
us,asm,func_global_asm_8072F120,272,yes

1 version section function length matching
280 us asm func_global_asm_80652E58 100 yes
281 us asm func_global_asm_80646770 520 no
282 us asm func_global_asm_806D7170 200 yes
283 us asm func_global_asm_8073B830 208 196 no yes
284 us asm func_global_asm_806776A0 1548 no
285 us asm func_global_asm_80646DC4 836 yes
286 us asm func_global_asm_8072F120 272 yes

View File

@ -280,7 +280,7 @@ us,asm,func_global_asm_80611D08,16,yes
us,asm,func_global_asm_80652E58,100,yes
us,asm,func_global_asm_80646770,520,no
us,asm,func_global_asm_806D7170,200,yes
us,asm,func_global_asm_8073B830,208,no
us,asm,func_global_asm_8073B830,196,yes
us,asm,func_global_asm_806776A0,1548,no
us,asm,func_global_asm_80646DC4,836,yes
us,asm,func_global_asm_8072F120,272,yes

1 version section function length matching
280 us asm func_global_asm_80652E58 100 yes
281 us asm func_global_asm_80646770 520 no
282 us asm func_global_asm_806D7170 200 yes
283 us asm func_global_asm_8073B830 208 196 no yes
284 us asm func_global_asm_806776A0 1548 no
285 us asm func_global_asm_80646DC4 836 yes
286 us asm func_global_asm_8072F120 272 yes

View File

@ -17,7 +17,7 @@
<text x="38.5" y="14">global_asm</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="111.5" y="15" fill="#010101" fill-opacity=".3">38.1168%</text>
<text x="110.5" y="14">38.1168%</text>
<text x="111.5" y="15" fill="#010101" fill-opacity=".3">38.1337%</text>
<text x="110.5" y="14">38.1337%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -17,7 +17,7 @@
<text x="66.0" y="14">Donkey Kong 64 (US)</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="166.5" y="15" fill="#010101" fill-opacity=".3">40.0036%</text>
<text x="165.5" y="14">40.0036%</text>
<text x="166.5" y="15" fill="#010101" fill-opacity=".3">40.0163%</text>
<text x="165.5" y="14">40.0163%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,5 +1,23 @@
#include <ultra64.h>
#include "functions.h"
ALParam *__n_allocParam();
s32 func_global_asm_80739E24(s32);
s32 func_global_asm_8073F1E4(Struct8073F1E4 *, s32, s32 *);
#pragma GLOBAL_ASM("asm/nonmatchings/global_asm/audio/code_140530/func_global_asm_8073B830.s")
void func_global_asm_8073B830(Struct8073F1E4_container *arg0, s16 arg1, s32 arg2) {
ALParam *sp1C;
if (arg0->unk8 != NULL) {
sp1C = __n_allocParam();
if (sp1C == NULL) {
return;
}
sp1C->delta = n_syn->paramSamples + arg0->unk8->unk88;
sp1C->type = 0xB;
sp1C->data.i = arg1;
sp1C->moredata.i = func_global_asm_80739E24(arg2);
sp1C->next = 0;
func_global_asm_8073F1E4(arg0->unk8, 3, sp1C);
}
}