mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-03 15:41:46 +00:00
fix fd
This commit is contained in:
parent
d93ac4b49a
commit
f7171c23c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1013,7 +1013,7 @@ RECOMP_PATCH void Interface_UpdateButtonsPart2(PlayState* play) {
|
||||||
}
|
}
|
||||||
} else if (GET_CUR_FORM_BTN_ITEM(i) == ITEM_MASK_FIERCE_DEITY) {
|
} else if (GET_CUR_FORM_BTN_ITEM(i) == ITEM_MASK_FIERCE_DEITY) {
|
||||||
// Fierce Deity's Mask is equipped
|
// Fierce Deity's Mask is equipped
|
||||||
if ((play->sceneId != SCENE_MITURIN_BS) && (play->sceneId != SCENE_HAKUGIN_BS) &&
|
if (!fd_anywhere && (play->sceneId != SCENE_MITURIN_BS) && (play->sceneId != SCENE_HAKUGIN_BS) &&
|
||||||
(play->sceneId != SCENE_SEA_BS) && (play->sceneId != SCENE_INISIE_BS) &&
|
(play->sceneId != SCENE_SEA_BS) && (play->sceneId != SCENE_INISIE_BS) &&
|
||||||
(play->sceneId != SCENE_LAST_BS)) {
|
(play->sceneId != SCENE_LAST_BS)) {
|
||||||
if (gSaveContext.buttonStatus[i] != BTN_DISABLED) {
|
if (gSaveContext.buttonStatus[i] != BTN_DISABLED) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue