Improve mismatch of pak0f118674

This commit is contained in:
Ryan Dwyer
2021-09-25 23:59:45 +10:00
parent 1c88f92069
commit 6348bb6526
2 changed files with 48 additions and 54 deletions
+2 -2
View File
@@ -62,10 +62,10 @@ u32 pakGetNumBytes(s8 device);
s32 pakGetNumFreePages(s8 device);
bool pak0f11807c(s8 device);
s32 pak0f118148(s8 device);
s32 pak0f118230(s8 device, u8 *olddata);
s32 pak0f118230(s8 device, s32 *outfileid);
bool pak0f118334(s8 device, s32 numpages);
void pak0f1185e0(s8 device, s32 arg1, s32 arg2);
u32 pak0f118674(s8 device, u32 filetype, u8 *olddata);
u32 pak0f118674(s8 device, u32 filetype, s32 *outfileid);
void pakInitAll(void);
void pakCalculateChecksum(u8 *arg0, u8 *arg1, u16 *arg2);
s32 _pakReadBodyAtGuid(s8 device, s32 fileid, u8 *body, s32 arg3);