mirror of
https://github.com/zeldaret/ph
synced 2026-08-16 20:57:33 -04:00
Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl
This commit is contained in:
@@ -20,15 +20,6 @@ extern "C" {
|
||||
#define MAX_AMMO_UPGRADE 2
|
||||
#define MAX_UNK_0BA 9
|
||||
|
||||
typedef s32 FairyId;
|
||||
enum FairyId_ {
|
||||
FairyId_None = -1,
|
||||
FairyId_Courage = 0,
|
||||
FairyId_Power = 1,
|
||||
FairyId_Wisdom = 2,
|
||||
FairyId_COUNT = 3,
|
||||
};
|
||||
|
||||
typedef u32 ItemModelId;
|
||||
enum ItemModelId_ {
|
||||
ItemModelId_OshusSword, // swA
|
||||
|
||||
@@ -27,3 +27,5 @@ public:
|
||||
static void Create();
|
||||
static void Destroy();
|
||||
};
|
||||
|
||||
extern ItemModelLoader *gItemModelLoader;
|
||||
|
||||
Reference in New Issue
Block a user