mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Introduce bot quantities
This commit is contained in:
@@ -491,6 +491,7 @@ extern s32 var80087260;
|
||||
extern bool g_MpEnableMusicSwitching;
|
||||
extern struct mpweapon g_MpWeapons[NUM_MPWEAPONS];
|
||||
extern struct mphead g_MpHeads[NUM_MPHEADS];
|
||||
extern s32 g_BotQuantity;
|
||||
extern struct botprofile g_BotProfiles[18];
|
||||
extern struct mpbody g_MpBodies[NUM_MPBODIES];
|
||||
extern struct mppreset g_MpPresets[NUM_MPPRESETS];
|
||||
|
||||
@@ -4201,6 +4201,7 @@ struct mpbotconfig {
|
||||
/*0x44*/ u8 unk44[3];
|
||||
/*0x47*/ u8 type;
|
||||
/*0x48*/ u8 difficulty;
|
||||
/*0x4a*/ u16 quantity;
|
||||
};
|
||||
|
||||
struct missionconfig {
|
||||
|
||||
Reference in New Issue
Block a user