mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-28 17:20:51 -04:00
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
This commit is contained in:
+14
-14
@@ -255,21 +255,21 @@ void daObjFan_c::action() {
|
||||
}
|
||||
}
|
||||
|
||||
static Vec l_offset_posM[4] = {
|
||||
{-150.0f, 150.0f, 0.0f},
|
||||
{-150.0f, -150.0f, 0.0f},
|
||||
{150.0f, 150.0f, 0.0f},
|
||||
{150.0f, -150.0f, 0.0f},
|
||||
};
|
||||
|
||||
static Vec l_offset_posL[4] = {
|
||||
{-300.0f, 300.0f, 0.0f},
|
||||
{-300.0f, -300.0f, 0.0f},
|
||||
{300.0f, 300.0f, 0.0f},
|
||||
{300.0f, -300.0f, 0.0f},
|
||||
};
|
||||
|
||||
void daObjFan_c::setCollision() {
|
||||
static Vec l_offset_posM[4] = {
|
||||
{-150.0f, 150.0f, 0.0f},
|
||||
{-150.0f, -150.0f, 0.0f},
|
||||
{150.0f, 150.0f, 0.0f},
|
||||
{150.0f, -150.0f, 0.0f},
|
||||
};
|
||||
|
||||
static Vec l_offset_posL[4] = {
|
||||
{-300.0f, 300.0f, 0.0f},
|
||||
{-300.0f, -300.0f, 0.0f},
|
||||
{300.0f, 300.0f, 0.0f},
|
||||
{300.0f, -300.0f, 0.0f},
|
||||
};
|
||||
|
||||
if (field_0xad4 == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user