Merge branch 'main' of https://github.com/abnormalhare/marioparty4
This commit is contained in:
commit
b548fe02d9
13 changed files with 5203 additions and 146 deletions
|
|
@ -887,7 +887,7 @@ void fn_1_2AAC(omObjData *arg0) {
|
|||
}
|
||||
for (i = 0; i < 3; i++) {
|
||||
temp_r26 = &lbl_1_data_10[i];
|
||||
temp_r26->unk04 = GXGetTexBufferSize(temp_r26->unk08, temp_r26->unk0A, 4, 0, 0);
|
||||
temp_r26->unk04 = GXGetTexBufferSize(temp_r26->unk08, temp_r26->unk0A, GX_TF_RGB565, GX_FALSE, 0);
|
||||
temp_r26->unk00 = HuMemDirectMallocNum(HEAP_DATA, temp_r26->unk04, MEMORY_DEFAULT_NUM);
|
||||
}
|
||||
fn_1_280C(arg0);
|
||||
|
|
|
|||
|
|
@ -735,7 +735,7 @@ void fn_1_A0A4(omObjData *object)
|
|||
object->data = HuMemDirectMallocNum(HEAP_SYSTEM, sizeof(UnkM410Struct14), MEMORY_DEFAULT_NUM);
|
||||
var_r30 = object->data;
|
||||
memset(var_r30, 0, sizeof(UnkM410Struct14));
|
||||
var_r30->unk_F80 = GXGetTexBufferSize(640, 480, 5, GX_FALSE, 0);
|
||||
var_r30->unk_F80 = GXGetTexBufferSize(640, 480, GX_TF_RGB5A3, GX_FALSE, 0);
|
||||
var_r30->unk_F84 = HuMemDirectMallocNum(HEAP_SYSTEM, var_r30->unk_F80, MEMORY_DEFAULT_NUM);
|
||||
DCFlushRange(var_r30->unk_F84, var_r30->unk_F80);
|
||||
fn_1_A9A4(&var_r30->unk_120);
|
||||
|
|
|
|||
2897
src/REL/m411Dll/main.c
Executable file
2897
src/REL/m411Dll/main.c
Executable file
File diff suppressed because it is too large
Load diff
|
|
@ -1385,7 +1385,7 @@ void fn_1_4E10(UnkM414BssF0Struct *arg0)
|
|||
}
|
||||
}
|
||||
|
||||
s8 fn_1_5554(s32 arg0, s32 arg1) // identical to m411Dll/main.c::fn_1_5D58
|
||||
s8 fn_1_5554(s32 arg0, s32 arg1) // similar to m411Dll/main.c::fn_1_5D58
|
||||
{
|
||||
UnkM414BssF0Struct *var_r31;
|
||||
s8 var_r30;
|
||||
|
|
@ -1416,7 +1416,7 @@ s8 fn_1_5554(s32 arg0, s32 arg1) // identical to m411Dll/main.c::fn_1_5D58
|
|||
}
|
||||
|
||||
|
||||
static inline s8 fn_1_5554_inline(s32 arg0, s32 arg1) // identical to m411Dll/main.c::fn_1_5D58
|
||||
static inline s8 fn_1_5554_inline(s32 arg0, s32 arg1) // similar to m411Dll/main.c::fn_1_5D58
|
||||
{
|
||||
UnkM414BssF0Struct *var_r31;
|
||||
s8 var_r30;
|
||||
|
|
|
|||
2159
src/REL/m441Dll/main.c
Normal file
2159
src/REL/m441Dll/main.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue