mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-19 14:30:29 -04:00
d_a_npc_ykw almost matching (#2613)
This commit is contained in:
@@ -2704,7 +2704,7 @@ void daB_YO_c::executeDeath() {
|
||||
|
||||
case 15:
|
||||
if (strcmp(dComIfGp_getEventManager().getRunEventName(), "BOSSCLEAR05")) {
|
||||
unk_FD2 = true;
|
||||
mIsEnemyDemoEnd = true;
|
||||
mMode = 16;
|
||||
}
|
||||
return;
|
||||
|
||||
@@ -699,6 +699,12 @@ static BOOL daNpcT_chkPassed(cXyz i_pos, dPnt* i_points, u16 i_idx, u16 i_num, B
|
||||
return (u16)abs(angle_diff) > 0x4000;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
int daNpcT_Path_c::drawDbgInfo(f32 param_0, int param_1) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static f32 dummy_literal() {
|
||||
cXyz vec;
|
||||
return vec.abs();
|
||||
|
||||
+2895
-2360
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user