mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 12:24:39 +00:00
Doc misc 5 (#1223)
* Annotate global equip and upgrade masks data * Trivial respawn doc stuff Move the respawn mode enum up to use the _MAX enum value in the save context struct * Comment on the `sceneFlags[127]` debug-strings-suggested out-of-bounds access * Reword `room_inf[127]` comments (attempt)
This commit is contained in:
parent
d4b6b31b15
commit
f6c472ae5e
9 changed files with 108 additions and 51 deletions
|
@ -81,12 +81,12 @@ extern Gfx gCullBackDList[];
|
|||
extern Gfx gCullFrontDList[];
|
||||
extern Gfx gEmptyDL[];
|
||||
extern u32 gBitFlags[32];
|
||||
extern u16 gEquipMasks[4];
|
||||
extern u16 gEquipNegMasks[4];
|
||||
extern u32 gUpgradeMasks[8];
|
||||
extern u8 gEquipShifts[4];
|
||||
extern u8 gUpgradeShifts[8];
|
||||
extern u16 gUpgradeCapacities[8][4];
|
||||
extern u16 gEquipMasks[EQUIP_TYPE_MAX];
|
||||
extern u16 gEquipNegMasks[EQUIP_TYPE_MAX];
|
||||
extern u32 gUpgradeMasks[UPG_MAX];
|
||||
extern u8 gEquipShifts[EQUIP_TYPE_MAX];
|
||||
extern u8 gUpgradeShifts[UPG_MAX];
|
||||
extern u16 gUpgradeCapacities[UPG_MAX][4];
|
||||
extern u32 gGsFlagsMasks[4];
|
||||
extern u32 gGsFlagsShifts[4];
|
||||
extern void* gItemIcons[0x82];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue