d_a_ship_static 100% match

This commit is contained in:
Kristopher Early
2023-10-15 21:32:25 +01:00
parent 9696c974d3
commit b8c2c4db32
3 changed files with 45 additions and 20 deletions
+26 -9
View File
@@ -1,13 +1,30 @@
//
// Generated by dtk
// Translation Unit: d_a_ship_static.cpp
//
/*
* d_a_ship_static.cpp
*/
#include "d/actor/d_a_ship.h"
#include "d_a_ship_static.h"
#include "dolphin/types.h"
void daShip_c::initStartPos(const cXyz* pos, short rotY) {
current.pos.x = pos->x;
current.pos.y = pos->y;
current.pos.z = pos->z;
next.pos.x = pos->x;
next.pos.y = pos->y;
next.pos.z = pos->z;
shape_angle.y = rotY;
current.angle.y = shape_angle.y;
field_0x0358 &= 0xffffffef;
mGravity = -2.5;
/* 80067D94-80067E78 .text initStartPos__8daShip_cFPC4cXyzs */
void daShip_c::initStartPos(const cXyz*, short) {
/* Nonmatching */
mWaveR.remove();
mWaveL.remove();
mSplash.remove();
mTrack.remove();
field_0x1970.end();
field_0x1984.end();
field_0x1998.end();
field_0x19ac.end();
field_0x19c0.end();
}