mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -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:
+5
-2
@@ -699,8 +699,11 @@ typedef enum LinkAge {
|
||||
#define ITEMGETINF_1B 0x1B
|
||||
#define ITEMGETINF_1C 0x1C
|
||||
#define ITEMGETINF_1D 0x1D
|
||||
#define ITEMGETINF_1E 0x1E
|
||||
#define ITEMGETINF_1F 0x1F
|
||||
#define ITEMGETINF_FOREST_STAGE_STICK_UPGRADE 0x1E
|
||||
// This flag is shared by two events; It is set when obtaining the Deku Nut upgrade at the Forest Stage and when obtaining Poachers Saw.
|
||||
// This will make obtaining the Deku Nut upgrade impossible if Poachers Saw is obtained first.
|
||||
// This flag is never read for the Poachers Saw event, so the overlap only causes an issue for the Deku Nut Upgrade. It will not prevent obtaining Poachers Saw.
|
||||
#define ITEMGETINF_FOREST_STAGE_NUT_UPGRADE 0x1F
|
||||
#define ITEMGETINF_23 0x23
|
||||
#define ITEMGETINF_24 0x24
|
||||
#define ITEMGETINF_25 0x25
|
||||
|
||||
Reference in New Issue
Block a user