mirror of
https://github.com/zeldaret/ph
synced 2026-07-09 22:11:40 -04:00
Decomp ItemManager::GetEquipItem
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef PH_GLOBAL_H
|
||||
#define PH_GLOBAL_H
|
||||
|
||||
#define NULL 0
|
||||
|
||||
#define GET_FLAG(arr, pos) (((1 << ((pos) & 0x1f)) & (arr)[pos >> 5]) != 0)
|
||||
|
||||
#ifdef NONMATCHING
|
||||
|
||||
Reference in New Issue
Block a user