mirror of
https://github.com/zeldaret/oot
synced 2026-05-25 23:35:18 -04:00
Rename item get flags for Forest Stage upgrades (#2333)
* Rename item get flags for Forest Stage upgrades * Fix Jenkins build error * Document shared flag bug * Rename shared flag * Massive documenting comments * GDI - remove one trailing whitespace
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user