core2/code_C9F00.c done
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</mask>
|
||||
<g mask="url(#anybadge_1)">
|
||||
<path fill="#555" d="M0 0h44v20H0z"/>
|
||||
<path fill="#6de000" d="M44 0h67v20H44z"/>
|
||||
<path fill="#6ce000" d="M44 0h67v20H44z"/>
|
||||
<path fill="url(#b)" d="M0 0h111v20H0z"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
@@ -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">75.7777%</text>
|
||||
<text x="77.5" y="14">75.7777%</text>
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">75.7875%</text>
|
||||
<text x="77.5" y="14">75.7875%</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">80.8942%</text>
|
||||
<text x="183.5" y="14">80.8942%</text>
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">80.8998%</text>
|
||||
<text x="183.5" y="14">80.8998%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -20,12 +20,17 @@ typedef struct {
|
||||
u32 unk6_6:6;
|
||||
u32 pad6_4:1;
|
||||
u16 unk8;
|
||||
u16 padA_15:10;
|
||||
u16 unkA_5:1;
|
||||
u16 unkA_4:1;
|
||||
u16 padA_3:2;
|
||||
u16 unkA_1:1;
|
||||
u16 padA_0:1;
|
||||
union{
|
||||
struct{
|
||||
u16 padA_15:10;
|
||||
u16 unkA_5:1;
|
||||
u16 unkA_4:1;
|
||||
u16 padA_3:2;
|
||||
u16 unkA_1:1;
|
||||
u16 padA_0:1;
|
||||
};
|
||||
u16 unkA;
|
||||
};
|
||||
}Struct_Core2_C9F00_2;
|
||||
|
||||
typedef struct {
|
||||
@@ -237,32 +242,20 @@ bool func_803515EC(Struct_Core2_C9F00_2 *arg0) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#ifndef NONMATCHING
|
||||
bool func_80351700(Struct_Core2_C9F00_2 * arg0);
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_C9F00/func_80351700.s")
|
||||
#else
|
||||
bool func_80351700(Struct_Core2_C9F00_2 * arg0){
|
||||
// if ((arg0->unkA << 0x1E) < 0) {
|
||||
if (arg0->unkA_1) {
|
||||
return 1;
|
||||
if (((arg0->unkA << 0x1E) >> 0x1F)) {
|
||||
return TRUE;
|
||||
}
|
||||
return 1;
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef NONMATCHING
|
||||
bool func_80351724(Struct_Core2_C9F00_2 * arg0);
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_C9F00/func_80351724.s")
|
||||
#else
|
||||
bool func_80351724(Struct_Core2_C9F00_2 * arg0){
|
||||
// if (arg0->unkA_1 && arg0->unkA_5) {
|
||||
if (((arg0->unkA << 0x1E) < 0) && ((arg0->unkA << 0x1A) < 0)) {
|
||||
if (((arg0->unkA << 0x1E) >> 0x1F) && ((arg0->unkA << 0x1A) >> 0x1F)) {
|
||||
arg0->unkA_5 = FALSE;
|
||||
arg0->unkA_4 = TRUE;
|
||||
}
|
||||
return 1;
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
s32 func_80351758(Struct68s *arg0){
|
||||
if(arg0->unk0 == 0){
|
||||
|
@@ -367,7 +367,7 @@ segments:
|
||||
- [0xC89C0, c, code_C89C0]
|
||||
- [0xC97F0, c, code_C97F0]
|
||||
- [0xC9E70, c, code_C9E70] #DONE
|
||||
- [0xC9F00, c, code_C9F00]
|
||||
- [0xC9F00, c, code_C9F00] #DONE
|
||||
- [0xCB050, c, code_CB050] #DONE
|
||||
- [0xCB610, c, code_CB610] #DONE
|
||||
- [0xCB8A0, c, code_CB8A0] #DONE
|
||||
|
Reference in New Issue
Block a user