b_gnd equivalent (#2340)

* b_gnd equivalent

* fix dEvt_info_c inlines

* fix some more inlines
This commit is contained in:
TakaRikka
2025-03-23 12:55:28 -07:00
committed by GitHub
parent 4dc0cd9d09
commit a4cdad86f4
178 changed files with 4611 additions and 5262 deletions
+2 -2
View File
@@ -848,7 +848,7 @@ static s8 b_bq_attack(b_bq_class* i_this) {
lin_chk.Set(&i_this->mMizuAtStartPos, &i_this->field_0x12bc, a_this);
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
spD8 = lin_chk.i_GetCross();
spD8 = lin_chk.GetCross();
for (int i = 0; i < 2; i++) {
static u16 fireno[] = {0x82D4, 0x82D5};
@@ -2182,7 +2182,7 @@ static void demo_camera(b_bq_class* i_this) {
lin_chk.Set(&center, &eye, a_this);
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
eye = lin_chk.i_GetCross();
eye = lin_chk.GetCross();
}
}