Hi. I've been trying to find an all cd's code for rockman & forte for SNES, but I could't find any. I've searched by these methods:
I've another idea that cd's may be stores with additional information such as if the description has been read or not. In that case the format may be WwZzYyXx, where x could a bit that is on if the cd is present in that byte (first cd on the group/byte) and X is set if the cd has been read. The pattern could be the same for the other bits (y is the cd 2 presence bit and Y is the "description already read" bit for that cd).
That pattern could have bits in another order (even bits may represent the "already read bits" and odd bits could have info if the cd is present). There could be a chance that the pattern is also inverted (that is 0 is true and 1 false).
I've run out of ideas of how to search for this cheat.
Any help would be appreciated!
Thanks!
- Searching for a byte that has changed after I get a CD (too many results)
- Searching for a byte that has change from 0 o 1 (didn't work)
- Searching for a specific byte value based on how I suppose the CD data is stored (I supposed that the cd's are organized in groups of eight bits, that is, 1 byte to represent the existence of 8 cds being the least significant bit the first cd in the group. i.e; 0x81 would mean that the first and last cd in the group is present). Didn't work either
.
I've another idea that cd's may be stores with additional information such as if the description has been read or not. In that case the format may be WwZzYyXx, where x could a bit that is on if the cd is present in that byte (first cd on the group/byte) and X is set if the cd has been read. The pattern could be the same for the other bits (y is the cd 2 presence bit and Y is the "description already read" bit for that cd).
That pattern could have bits in another order (even bits may represent the "already read bits" and odd bits could have info if the cd is present). There could be a chance that the pattern is also inverted (that is 0 is true and 1 false).
I've run out of ideas of how to search for this cheat.
Any help would be appreciated!
Thanks!
Comment