From 37c0344daaa8e8f83dcf2bc0feea014e2547cb70 Mon Sep 17 00:00:00 2001 From: hev7 <143887945+hev7@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:29:30 +0000 Subject: d_a_tag_Lv7Gate OK (#1985) * d_a_tag_Lv7Gate OK * Fix switch cases --- include/d/a/d_a_player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/d') 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() { -- cgit v1.2.3