diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-07-12 23:24:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 09:24:50 +0300 |
| commit | ca1ece683b3eae1a9dcf4fe9ba971d2eb82b64ae (patch) | |
| tree | 1239ea38a08ba8760bb1c9f5cbf718bef6f03085 /include/d/bg/d_bg_s.h | |
| parent | 89e14f9f9744cd2b47fe8dd28ee4fffafba0b716 (diff) | |
Lv5key / Iceblock done (#2177)
* obj_lv5key
* obj_iceblock done
* remove asm
Diffstat (limited to 'include/d/bg/d_bg_s.h')
| -rw-r--r-- | include/d/bg/d_bg_s.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/bg/d_bg_s.h b/include/d/bg/d_bg_s.h index e20cc4ad60..510a452406 100644 --- a/include/d/bg/d_bg_s.h +++ b/include/d/bg/d_bg_s.h @@ -105,7 +105,7 @@ public: void MoveBgMatrixCrrPos(cBgS_PolyInfo const&, bool, cXyz*, csXyz*, csXyz*); void RideCallBack(cBgS_PolyInfo const&, fopAc_ac_c*); void ArrowStickCallBack(cBgS_PolyInfo const&, fopAc_ac_c*, cXyz&); - bool PushPullCallBack(cBgS_PolyInfo const&, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel); + fopAc_ac_c* PushPullCallBack(cBgS_PolyInfo const&, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel); bool WaterChk(dBgS_SplGrpChk* chk) { return SplGrpChk(chk); } u32 GetMtrlSndId(cBgS_PolyInfo* param_0) { return dKy_pol_sound_get(param_0); } |
