Link d_a_e_fb + npc_shad wii NA 1.0 ifdef (#2978)

* Link d_a_e_fb

* revert npc_ks changes
This commit is contained in:
YunataSavior
2025-12-21 04:11:50 -08:00
committed by GitHub
parent f6e2cbca9d
commit 69bdaaca19
3 changed files with 14 additions and 10 deletions
+6 -1
View File
@@ -367,14 +367,19 @@ cPhs__Step daNpcShad_c::Create() {
if (!daNpcF_chkEvtBit(0x312)) {
if (getPathPoint(getPathID(), 1, &home.pos)) {
current.pos = home.pos;
#if VERSION != VERSION_WII_USA_R0
old.pos = current.pos;
#endif
}
} else {
}
#if VERSION != VERSION_WII_USA_R0
else {
home.pos.set(4342.7183f, -1518.5f, -3942.3232f);
current.pos = home.pos;
old.pos = current.pos;
setAngle(-0x2581);
}
#endif
}
mMode = 1;