summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_parameter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c
index e6e451ee3..7666b1ff0 100644
--- a/src/code/z_parameter.c
+++ b/src/code/z_parameter.c
@@ -1828,7 +1828,8 @@ u8 Item_Give(PlayState* play, u8 item) {
}
} else if ((item >= ITEM_WEIRD_EGG) && (item <= ITEM_CLAIM_CHECK)) {
if (item == ITEM_POACHERS_SAW) {
- SET_ITEMGETINF(ITEMGETINF_1F);
+ //! @bug Setting this shared flag makes getting the Deku Nut upgrade impossible
+ SET_ITEMGETINF(ITEMGETINF_FOREST_STAGE_NUT_UPGRADE);
}
temp = INV_CONTENT(item);