Initial implementation of nano powers.

This commit is contained in:
2020-09-18 02:10:30 -05:00
committed by dongresource
parent 24341c578a
commit 0fc072d591
3 changed files with 454 additions and 17 deletions

View File

@@ -29,6 +29,7 @@ struct Player {
int8_t iPCState;
int32_t iWarpLocationFlag;
int64_t aSkywayLocationFlag[2];
int32_t iConditionBitFlag;
int x, y, z, angle;
sItemBase Equip[AEQUIP_COUNT];