Originally posted by 47iscool
View Post
I've got the new version done and it now has 16-bit support for filtered searches and replacement values. Since the program knows if the value you're trying to make a Game Genie code for needs to be an 8 or 16 bit value, it will not let you use a value larger than 255 if the game is expecting an 8-bit value.
In the screenshot, you can see that it is an 8-bit value in the ROM (04), and I'm trying to use a value greater than 255 (2748). It will show you a message telling you that your value is too high, and that it's setting your replacement value to 255. You can then adjust your value to a value between zero and 255 and get your new Game Genie code. Note that every time one of your code matches is an 8-bit value, a "Only use values up to 255" message pops up.
GGCodeCreatorV10.zip
Comment