feat(phase-31): propagate func_8017F174 (gate lane)

This commit is contained in:
Drew T
2026-08-15 00:21:37 -06:00
parent 3887005068
commit aeabe3d485
4 changed files with 29 additions and 10 deletions
+7
View File
@@ -14747,3 +14747,10 @@ groups:
func: DEFINE_func_8017DBDC
vram: 0x8017DBDC
binaries: [ov_SC04_018, ov_SC04_019, ov_SC05_017]
- id: E_func_8017F174
tier: h_exact
hash: 4af830585dfdacf3f07b30e6e656ae4f4fdd4967
source: src/shared/engine_core.h
func: DEFINE_func_8017F174
vram: 0x8017F174
binaries: [ov_SC04_018, ov_SC04_019]
+1 -9
View File
@@ -4957,15 +4957,7 @@ INCLUDE_ASM("asm/ov_SC04_018/nonmatchings/ov_SC04_018_jr_8017AE2C", func_8017F13
#include "common.h"
extern void func_8014BB0C(void);
extern void func_8014BDC8(void);
extern void func_8002D4C8(s32 a0, s32 a1);
void func_8017F174(void) {
func_8014BB0C();
func_8014BDC8();
((s32 (*)(s32, s32))func_8002D4C8)(0x45C, 0);
}
DEFINE_func_8017F174() /* dedup: shared engine-core @0x8017F174 (src/shared) */
extern void func_80029514(int);
+1 -1
View File
@@ -4980,7 +4980,7 @@ extern void func_80029124(s32 arg0, s32 arg1);
INCLUDE_ASM("asm/ov_SC04_019/nonmatchings/ov_SC04_019_jr_8017AE2C", func_8017F138);
INCLUDE_ASM("asm/ov_SC04_019/nonmatchings/ov_SC04_019_jr_8017AE2C", func_8017F174);
DEFINE_func_8017F174() /* dedup: shared engine-core @0x8017F174 (src/shared) */
extern void func_80029514(int);
void func_8017F1A8(void) {
+20
View File
@@ -60860,6 +60860,16 @@
func_800D06E8(); \
}
#define DEFINE_func_8017F174() \
extern void func_8014BB0C(void); \
extern void func_8014BDC8(void); \
extern void func_8002D4C8(s32 a0, s32 a1); \
void func_8017F174(void) { \
func_8014BB0C(); \
func_8014BDC8(); \
((s32 (*)(s32, s32))func_8002D4C8)(0x45C, 0); \
}
#endif
#define DEFINE_func_80128EA8() \
@@ -151125,4 +151135,14 @@
func_800D06E8(); \
}
#define DEFINE_func_8017F174() \
extern void func_8014BB0C(void); \
extern void func_8014BDC8(void); \
extern void func_8002D4C8(s32 a0, s32 a1); \
void func_8017F174(void) { \
func_8014BB0C(); \
func_8014BDC8(); \
((s32 (*)(s32, s32))func_8002D4C8)(0x45C, 0); \
}
#endif