mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 12:54:40 +00:00
En_Kz OK (#176)
* start kz * remove irrelevant file * kz progress * en_kz progress * match kz switch * progress * kz OK * kz OK * sync * kz done * delete asm files * pr suggestions 1
This commit is contained in:
parent
038ab888f6
commit
ac97807762
35 changed files with 479 additions and 1468 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
#define ALL_EQUIP_VALUE(equip) ((s32)(gSaveContext.equipment & gEquipMasks[equip]) >> gEquipShifts[equip])
|
||||
#define CUR_EQUIP_VALUE(equip) ((s32)(gSaveContext.equips.equipment & gEquipMasks[equip]) >> gEquipShifts[equip])
|
||||
#define CHECK_OWNED_EQUIP(equip, value) ((gBitFlags[value] << gEquipShifts[equip]) & gSaveContext.equipment)
|
||||
|
||||
#define CUR_UPG_VALUE(upg) ((s32)(gSaveContext.upgrades & gUpgradeMasks[upg]) >> gUpgradeShifts[upg])
|
||||
#define CAPACITY(upg, value) gUpgradeCapacities[upg][value]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue