daShopItem_c "OK"

Functions and data matching

d_a_shop_item.cpp still breaks checksum, probably from weak functions/vtables that need to be placed earlier
This commit is contained in:
SuperDude88
2023-09-21 22:18:57 -04:00
parent d1c99dc94c
commit e6d2a36987
7 changed files with 618 additions and 82 deletions
+2 -2
View File
@@ -150,6 +150,6 @@ bool cXyz::operator!=(const Vec& vec) const {
/* 80245CE4-80245D48 .text isZero__4cXyzCFv */
bool cXyz::isZero(void) const {
return fabsf(this->x) < 3.814697e-06f && fabsf(this->y) < 3.814697e-06f &&
fabsf(this->z) < 3.814697e-06f;
return fabsf(this->x) < 3.8146972e-06f && fabsf(this->y) < 3.8146972e-06f &&
fabsf(this->z) < 3.8146972e-06f;
}