mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -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(¢er, &eye, a_this);
|
||||
|
||||
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
||||
eye = lin_chk.i_GetCross();
|
||||
eye = lin_chk.GetCross();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user