mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
feat(decomp): worker gate — +1 fns x0 propagated (fleet 95.2%)
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
#include "common.h"
|
||||
|
||||
INCLUDE_ASM("asm/md_SC04_028/nonmatchings/md_SC04_028", func_801E7B50);
|
||||
#include "common.h"
|
||||
|
||||
extern u8 D_801E8798[];
|
||||
|
||||
void func_800167B8(int);
|
||||
void func_80175414(s32 _arg0);
|
||||
|
||||
int func_801E7B50(u8 *arg) {
|
||||
extern u8 *D_80126B10;
|
||||
D_80126B10 = D_801E8798;
|
||||
func_800167B8(0);
|
||||
((void (*)(void))func_80175414)();
|
||||
arg[0x15]++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
extern s32 func_800167F0(s32 a0);
|
||||
|
||||
Reference in New Issue
Block a user