Quote from: Ringo on April 09, 2009, 03:19 AM
Somone was asking for this function, So I thought I would post it here.
Its used for command 0x01, packet 0x4F, event 0x01.
It generates the checksum of the map, for verifying it's the correct version of the map etc.
I'm abit drunk, so code is about sloppy :p
I used this map are a test map@
\old ladder\(8)Green Valleys.scm
Checksum = 0x2A779E9E
You just dump the raw file data into the function, and it returns the checksum.
ie;
sub_410430(filebuffer, lengh, 0xFFFFFFFF)
That looks awfully like CRC32...