mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile dtIsAvailable
This commit is contained in:
@@ -33,7 +33,7 @@ extern u32 var80088964;
|
||||
extern u32 place_bios[];
|
||||
extern u8 var80088ad8;
|
||||
extern u8 var80088adc;
|
||||
extern u32 var80088ae0;
|
||||
extern u8 g_CiDeviceSaveFileFlags[10];
|
||||
extern u32 g_CiDeviceWeapons[10];
|
||||
extern u32 g_CiDeviceStageFlags[10];
|
||||
extern u32 device_descriptions[10];
|
||||
|
||||
@@ -81,8 +81,8 @@ void dtTick(void);
|
||||
void func0f1a1ac0(void);
|
||||
void dtBegin(void);
|
||||
void dtEnd(void);
|
||||
bool dtIsComplete(s32 index);
|
||||
s32 dtGetNumCompleted(void);
|
||||
bool dtIsAvailable(s32 deviceindex);
|
||||
s32 dtGetNumAvailable(void);
|
||||
s32 func0f1a1d68(s32 wantindex);
|
||||
u32 dtGetWeaponByDeviceIndex(s32 deviceindex);
|
||||
u32 ciGetStageFlagByDeviceIndex(u32 deviceindex);
|
||||
|
||||
Reference in New Issue
Block a user