Add item/adventure flags + item IDs

This commit is contained in:
Aetias
2024-04-18 17:15:33 +02:00
parent 897bf1d049
commit 35528451de
3 changed files with 116 additions and 41 deletions
+3 -1
View File
@@ -9,8 +9,10 @@ extern "C" {
#include "lib/math.h"
#include "Actor/ActorNavi.hpp"
#include "Save/AdventureFlags.hpp"
#include "Item/Item.hpp"
#include "Player/EquipItem.hpp"
#include "Player/HealthManager.hpp"
#include "System/SysNew.hpp"
#include "System/OverlayManager.hpp"
#include "Render/ModelRender.hpp"
@@ -83,7 +85,7 @@ typedef u8 Potion;
enum Potion_ {
Potion_None,
Potion_Red,
Potion_Blue,
Potion_Purple,
Potion_Yellow,
Potion_COUNT,
};