Calculate MP chr names dynamically

This commit is contained in:
Ryan Dwyer
2022-11-08 17:21:04 +10:00
parent 73808c232b
commit e1c70fc9aa
8 changed files with 72 additions and 58 deletions
+1
View File
@@ -84,6 +84,7 @@ struct mpchrconfig *mpGetChrConfigBySlotNum(s32 slot);
s32 mpGetChrIndexBySlotNum(s32 slot);
s32 mpGetNumConfigs(void);
s32 mpGetNumChrs(void);
void mpGetChrName(char *buffer, struct mpchr *mpchr);
u8 mpFindUnusedTeamNum(void);
void mpCreateBotFromProfile(s32 botnum, u8 difficulty);
void mpSetBotDifficulty(s32 botnum, s32 difficulty);