Items Implementation (#11)

* Item Manager (Initial Implementation)

* Item Manager (Second Phase)

* Item Manager (Phase Three)

* Not Working Code

* Inventory Implementation (Complete?)

* Items Implementation

-Fixed Indentations
-Final touches to make it all work

* Update Makefile

* Added small comments

-- needs to be fixed
This commit is contained in:
JadeShrineMaiden
2020-08-21 03:10:14 +01:00
committed by GitHub
parent e044b4251a
commit aa2adcd9e2
8 changed files with 91 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
/* genstructs.py */
#define AEQUIP_COUNT 9
#define AINVEN_COUNT 50
#pragma pack(push)