mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-29 02:30:44 -04:00
Decompile crcCalculateU32Pair
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f128f30(void);
|
||||
void crcCalculateU32Pair(u8 *start, u8 *end, u32 *checksum);
|
||||
void crcCalculateU16Pair(u8 *start, u8 *end, u16 *checksum);
|
||||
u32 func0f1291b0(void);
|
||||
u32 func0f1291f8(void);
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
|
||||
u32 random(void);
|
||||
void rngSetSeed(u32 seed);
|
||||
u32 func00012e1c(u64 *value);
|
||||
u32 rngRotateSeed(u64 *value);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user