Hey guys-
Â
I run exportcheats.com, and someone pointed out to me recently that something has changed slightly in the code, so I'm curious about the current format. Here's what I understand.
Â
(header)
0x00 - 0x0B, version number, code count
Â
(code)
20 bytes - code in text
32 bytes - code description
2 bytes - address
2 bytes - ?
1 byte - gs opcode
1 byte - genie flag
2 bytes - ?
compare byte
value byte
enable byte
pad byte
Â
then the file is padded to 0x190B
Â
Can anybody verify this, or perhaps fill in the blanks? And has this always been the format for vba? Thanks.