Cleaned up NanoManager

This commit is contained in:
Onii-chan
2020-08-23 09:04:38 +02:00
parent e101f790d9
commit 648bad443b
2 changed files with 19 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ 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)