diff options
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/a/d_a_player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index 93bf56084b..51c171dd8f 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -726,6 +726,7 @@ public: void onForceAutoJump() { i_onEndResetFlg0(ERFLG0_FORCE_AUTO_JUMP); } void onNotAutoJump() { i_onEndResetFlg0(ERFLG0_NOT_AUTO_JUMP); } void onNotHang() { i_onEndResetFlg0(ERFLG0_NOT_HANG); } + void onShieldBackBone() { i_onEndResetFlg1(ERFLG1_GANON_FINISH); } void onFogFade() { i_onNoResetFlg2(FLG2_UNK_4000); } void offGoronSideMove() { |
