I just recently got a Codebreaker Version 8.2. I used to have one a good while back, got rid of it (foolishly), & then got another one. I've been doing what I can relearn the code format for the PS2 again.
I know when a code is posted: Hypothetically, let's say it's ?0ABCDEF XXXXZZZZ
I know that if the value is equal or less than 00FF, a "0" goes where "?" is. (AKA the 8-bit Constant Write)
I know that if the value is equal or less than FFFF, a "1" goes where "?" is. (AKA the 16-bit Constant Write)
I also know that if the value is greater than FFFF, a "2" goes where "?" is. (AKA the 32-bit Constant Write)
If there is a code that is posted that causes two different effects, would it be possible to split the 8-bit code into two separate codes? For Example: The value "XXXX" is causing one effect, & "ZZZZ" causes another? Is there a way to separate them into completely separate codes?
I know when a code is posted: Hypothetically, let's say it's ?0ABCDEF XXXXZZZZ
I know that if the value is equal or less than 00FF, a "0" goes where "?" is. (AKA the 8-bit Constant Write)
I know that if the value is equal or less than FFFF, a "1" goes where "?" is. (AKA the 16-bit Constant Write)
I also know that if the value is greater than FFFF, a "2" goes where "?" is. (AKA the 32-bit Constant Write)
If there is a code that is posted that causes two different effects, would it be possible to split the 8-bit code into two separate codes? For Example: The value "XXXX" is causing one effect, & "ZZZZ" causes another? Is there a way to separate them into completely separate codes?
Comment