Need to know the different code types like what is 8 byte constant write 16 byte ect. Is there an if then command?
Announcement
Collapse
No announcement yet.
Need Pro action replay code types for SNES
Collapse
X
-
Need Pro action replay code types for SNES
In order to view this post you must agree to the following terms and conditions... <br /> 1) I do NOT find Luigi offensive or objectionable.<br /> <br /> 2) I am viewing this post of my own free will.<br /> <br /> 3) I will NOT hold Luigi responsible for any death or accidental injury that may result from viewing this post.<br /> <br /> click one<br /> <br /> I AGREE............DISAGREETags: None
-
Need Pro action replay code types for SNES
I'm not sure if there are code types.
1 Byte codes have a max value of 255.
2 Byte codes have a max value of 65,535
3 Byte codes have a max value of 16,777,215
4 Byte codes have a max value of 4,294,967,295
Um, so the higher the amount of the value of the code you are looking for the more lines you will need for the code. Say if a code has a max value of 255 (1 Byte) You will only need one line for your code. But if your code has a value of 65,000 (2 Byte) then you will need 2 lines of code. The old cheat devices were kinda ancient in not supporting things like code types.
Comment

Comment