wip kerent.c

This commit is contained in:
Rainchus 2024-03-31 13:28:09 -05:00
parent 38f90eaf60
commit 7ae1c4fb36
4 changed files with 4077 additions and 1019 deletions

File diff suppressed because it is too large Load diff

View file

@ -397,7 +397,7 @@ config.libs = [
Object(Matching, "game/board/pause.c"),
Object(Matching, "game/board/com_path.c"),
Object(Matching, "game/board/tutorial.c"),
Object(NonMatching, "game/kerent.c"),
Object(Matching, "game/kerent.c"),
],
},
DolphinLib(

View file

@ -168,7 +168,7 @@ void fn_80040374(s16 arg0, s16 arg1, s16 arg2, s16 arg3) {
Process* process;
unkCode_8003FF68* temp_r3;
process = HuPrcChildCreate(fn_8004040C, 1U, 0x1000U, 0, HuPrcCurrentGet());
process = HuPrcChildCreate(fn_8004040C, 1, 0x1000, 0, HuPrcCurrentGet());
temp_r3 = HuMemDirectMallocNum(HEAP_SYSTEM, sizeof(unkCode_8003FF68), 0x10000000);
process->user_data = temp_r3;
temp_r3->unk0 = arg0;

4074
src/game/kerent.c Normal file

File diff suppressed because it is too large Load diff