core2/code_C5440.c done
This commit is contained in:
parent
93148bf938
commit
1118d4a443
|
@ -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">75.9705%</text>
|
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">75.9767%</text>
|
||||||
<text x="77.5" y="14">75.9705%</text>
|
<text x="77.5" y="14">75.9767%</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">81.0048%</text>
|
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">81.0084%</text>
|
||||||
<text x="183.5" y="14">81.0048%</text>
|
<text x="183.5" y="14">81.0084%</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -75,9 +75,22 @@ int func_8034C4CC(void){
|
||||||
return D_80386140.unk0 ? 1 : 0;
|
return D_80386140.unk0 ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_C5440/func_8034C4F0.s")
|
s32 func_8034C4F0(s32 arg0) {
|
||||||
|
u8 sp8[0xA8];
|
||||||
|
u8 *temp_v1;
|
||||||
|
|
||||||
|
temp_v1 = (s32)&sp8;
|
||||||
|
return *(s32*)(arg0 - (s32)(&temp_v1[8] - &temp_v1[0]));
|
||||||
|
}
|
||||||
|
|
||||||
|
s16 func_8034C50C(s32 arg0) {
|
||||||
|
u8 sp8[0xA8];
|
||||||
|
u8 *temp_v1;
|
||||||
|
|
||||||
|
temp_v1 = (s32)&sp8;
|
||||||
|
return *(s16*)(arg0 - (s32)(&temp_v1[4] - &temp_v1[0]));
|
||||||
|
}
|
||||||
|
|
||||||
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_C5440/func_8034C50C.s")
|
|
||||||
|
|
||||||
Struct6Ds * func_8034C528(s32 arg0){
|
Struct6Ds * func_8034C528(s32 arg0){
|
||||||
struct1Ds *iPtr;
|
struct1Ds *iPtr;
|
||||||
|
|
|
@ -352,7 +352,7 @@ segments:
|
||||||
- [0xC3B20, c, code_C3B20]
|
- [0xC3B20, c, code_C3B20]
|
||||||
- [0xC4320, c, code_C4320] #DONE
|
- [0xC4320, c, code_C4320] #DONE
|
||||||
- [0xC4F40, c, code_C4F40] #DONE
|
- [0xC4F40, c, code_C4F40] #DONE
|
||||||
- [0xC5440, c, code_C5440]
|
- [0xC5440, c, code_C5440] #DONE
|
||||||
- [0xC5AF0, c, code_C5AF0] #DONE
|
- [0xC5AF0, c, code_C5AF0] #DONE
|
||||||
- [0xC5CC0, c, code_C5CC0] #DONE
|
- [0xC5CC0, c, code_C5CC0] #DONE
|
||||||
- [0xC5F00, c, code_C5F00] #DONE
|
- [0xC5F00, c, code_C5F00] #DONE
|
||||||
|
|
Loading…
Reference in New Issue