So this may be completely arbitrary, but I'd like to start making more codes for the NES and I wanted to ask.
What offset do folks normally start at when posting NES Game Genie codes?
To use an example, my code in hex needs to change 52F0D from DE to BD. In adhearing to NES rules/limitations:
"Note that NES address space is 15 bits, in a ROM file this is 0000-7FFF (switched with mappers), in the NES CPU architecture this is 8000-FFFF. Any raw code outside this range can be converted by adding or subtracting 0x8000."
Per spec, I'm looking for an address outside of range.
I ding 10 for the header to 52EFD. And after I've whittled down I have any of these potentially valid values I can use as my address.
EEFD - SUNVSVVS
CEFD - SUNKSVVS
AEFD - SUNXSVVS
8EFD - SUNESVVS
6EFD - SUNVSVVS
4EFD - SUNKSVVS
2EFD - SUNXSVVS
I'm inclined to go with the lowest - 2EFD. And having decoded a number of codes on the site it looks like most people use this one... until they don't. Galoob seem to at least be consistent on a title. But they vary from game to game. Different hackers vary as well.
So for the sake of my sanity. Does this matter at all? If the code is valid should I give this much thought to this?
What offset do folks normally start at when posting NES Game Genie codes?
To use an example, my code in hex needs to change 52F0D from DE to BD. In adhearing to NES rules/limitations:
"Note that NES address space is 15 bits, in a ROM file this is 0000-7FFF (switched with mappers), in the NES CPU architecture this is 8000-FFFF. Any raw code outside this range can be converted by adding or subtracting 0x8000."
Per spec, I'm looking for an address outside of range.
I ding 10 for the header to 52EFD. And after I've whittled down I have any of these potentially valid values I can use as my address.
EEFD - SUNVSVVS
CEFD - SUNKSVVS
AEFD - SUNXSVVS
8EFD - SUNESVVS
6EFD - SUNVSVVS
4EFD - SUNKSVVS
2EFD - SUNXSVVS
I'm inclined to go with the lowest - 2EFD. And having decoded a number of codes on the site it looks like most people use this one... until they don't. Galoob seem to at least be consistent on a title. But they vary from game to game. Different hackers vary as well.
So for the sake of my sanity. Does this matter at all? If the code is valid should I give this much thought to this?
Comment