mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-29 02:30:44 -04:00
Decompile pakReadHeaderAtOffset
This commit is contained in:
@@ -38,7 +38,7 @@ void pak0f117150(s8 device, u8 *ptr);
|
||||
void pak0f1171b4(s8 device, s32 arg1, s32 arg2);
|
||||
s32 pakGetUnk008(s8 device);
|
||||
u32 pak0f117430(void);
|
||||
u32 pakReadHeaderAtOffset(s8 device, u32 arg1, struct pakfileheader *header);
|
||||
u32 pakReadHeaderAtOffset(s8 device, u32 offset, struct pakfileheader *header);
|
||||
void pakDumpBuffer(u8 *buffer, u32 len, char *name);
|
||||
void pakDumpEeprom(void);
|
||||
s32 pak0f11789c(s8 device, s32 fileid, s32 filetype, u8 *body, s32 *outfileid, s32 arg5);
|
||||
@@ -92,8 +92,8 @@ u32 pak0f11a7dc(void);
|
||||
u32 pak0f11a8f4(void);
|
||||
u32 pak0f11ac7c(void);
|
||||
void pakWipe(s8 device, u32 start, u32 end);
|
||||
u32 pak0f11b178(void);
|
||||
u32 pak0f11b488(void);
|
||||
void pak0f11b178(s8 device, u32 arg1, u8 *arg2);
|
||||
u32 pak0f11b488(s8 device, u32 arg1, struct pakfileheader *header);
|
||||
s32 pakScrub(s8 device);
|
||||
bool pak0f11b75c(s8 device, u32 *arg1);
|
||||
s32 pak0f11b86c(s32 device, u32 uVar2, u8 *data, struct pakfileheader *header, s32 arg3);
|
||||
|
||||
Reference in New Issue
Block a user