mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00: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:
parent
c780c4e147
commit
c57dff4f78
4 changed files with 12 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue