mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
fix(decomp): ov_SC03_028 — a matched function was defined as FUNC_80180a08 (mangled case, resolves to no address) which made jr_isolate_all refuse every isolation in the TU (the 7 CARVE-REFUSED drafts of this overlay); renamed to func_80180A08, byte-identical (P31 S62 T3)
This commit is contained in:
@@ -4312,7 +4312,7 @@ void func_801808CC(s32 a0, s32 a1, s32 a2, s32 a3)
|
||||
|
||||
|
||||
extern volatile s32 D_801EC44C;
|
||||
s32 FUNC_80180a08(s32 param_1, u16 param_2)
|
||||
s32 func_80180A08(s32 param_1, u16 param_2)
|
||||
{
|
||||
u8 *p;
|
||||
if (D_801EC44C == 0)
|
||||
|
||||
Reference in New Issue
Block a user