Add player revive, vehicle mount/dismount and more (#33)

This commit is contained in:
Onii-chan
2020-08-24 23:04:56 +02:00
committed by GitHub
parent 28ad1a0c25
commit afbf309c7e
9 changed files with 198 additions and 37 deletions

View File

@@ -17,9 +17,10 @@ struct Player {
int slot; // player slot, not nano slot
sPCStyle PCStyle;
sPCStyle2 PCStyle2;
sNano Nanos[37];
sNano Nanos[37]; // acquired nanos
int equippedNanos[3];
int nano; // active nano (index into Nanos)
int activeNano; // active nano (index into Nanos)
int8_t iPCState;
int x, y, z, angle;
sItemBase Equip[AEQUIP_COUNT];