Merge pull request #232 from Rainchus/kerent

Match kerent.c
This commit is contained in:
Rainchus 2024-03-31 13:50:45 -05:00 committed by GitHub
commit 6eddfc3271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4079 additions and 1020 deletions

View file

@ -4,7 +4,7 @@ symbols: config/GMPE01_00/symbols.txt
splits: config/GMPE01_00/splits.txt
quick_analysis: true # Faster re-runs after initial analysis
mw_comment_version: 10 # GC 2.6 linker
force_active: [__register_global_object, lbl_801D40D0]
force_active: [__register_global_object, lbl_801D40D0, _kerent]
modules:
- object: orig/GMPE01_00/files/dll/_minigameDll.rel

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;

4075
src/game/kerent.c Normal file

File diff suppressed because it is too large Load diff