it is not a cheat and you could do anything with the value or even just use 1 byteCan you be 100% certain that the 2 bytes at
5282088+b8+38+ff0+1ca8+3c8
that you are writing as 0000 are actually never used? If not, you may possibly bork someone's save file by doing that. You should use
5282088+b8+38+ff0+1ca8+3ca
instead; breeze and AMS support unaligned 32-bit writes, even if it is sloppy coding and may be removed later. Or use 2 writes instead. Whichever is better for the end user; don't just consider your own use case when designing codes, but rather put your own use case last when doing so - not everyone is you; actually, you can safely assume that NOBODY is you.
if you know how to make it into a cheat code, you should know how to handle the value
Last edited by dsrules,