d_a_obj_carry mostly done (#2301)

* d_a_obj_carry mostly done

* cleanup some acch inlines
This commit is contained in:
TakaRikka
2025-02-13 09:37:46 -08:00
committed by GitHub
parent eda175afc8
commit dc32cbd7e6
63 changed files with 4556 additions and 3407 deletions
+2 -2
View File
@@ -605,7 +605,7 @@ void daB_DS_c::mSmokeSet() {
return;
}
if (mAcch.i_ChkGroundHit()) {
if (mAcch.ChkGroundHit()) {
if (field_0x84d == 0 && mAcch.GetGroundH() != -1000000000.0f) {
cXyz particle_scale(1.0f, 1.0f, 1.0f);
cXyz particle_pos(current.pos);
@@ -3617,7 +3617,7 @@ void daB_DS_c::executeBattle2Damage() {
// fallthrough
case 2:
mCameraCenter = current.pos;
if (!mAcch.i_ChkGroundHit() && current.pos.y - 100.0f > chk_pos.y) {
if (!mAcch.ChkGroundHit() && current.pos.y - 100.0f > chk_pos.y) {
break;
}