diff options
Diffstat (limited to 'include/d/a/d_a_player.h')
| -rw-r--r-- | include/d/a/d_a_player.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index 7ccf682043..36e08f9b75 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -897,6 +897,11 @@ public: bool checkWolfEnemyHangBiteOwn(fopAc_ac_c* i_actorP) const { return checkWolfEnemyBiteAllOwn(i_actorP); } bool checkWolfEnemyLeftThrow() const { return checkNoResetFlg2(FLG2_WOLF_ENEMY_LEFT_THROW); } + void onWolfLightDropGet() { + onEndResetFlg0(ERFLG0_UNK_20000000); + onNoResetFlg3(FLG3_UNK_200000); + } + static daMidna_c* m_midnaActor; }; |
