if you have been to the gba section at gsccc lately...you would have noticed that the latest code breaker advance codes are raw(with codetypes)..thats where I got the idea from this forum....sence raw cba codes are more open to the public now....some examples of cba codetypes are:
2xxxxxxx xxxx = add bit codetype
3xxxxxxx xxxx = 8 bit codetype
8xxxxxxx xxxx = 16 bit codetype
7xxxxxxx xxxx = advance code activator/joker
D000020 xxxx = simple joker(doesn't work for all games)
4xxxxxxxxxxx : Slide(serial repeater)
-------------------------
syntax : 4AAAAAAA VVVV
: IIIILLLL SSSS
Operands : A = Address
: V = Start Value
: I = Increment by
: L = Repeat length
: S = Address Stride (default = 1 for 16bit)
Eaaaaaaa iiii = increase/decrease codetype (doesn't work on vba, only on the real thing.)
(best used with the joker (7x) code)
a = adress that you want to increase/decrease
i = how much to increase/decrease the value with
some examples of values to increase decrease are:
0001 = Increase by 1
ffff = Decrease by 1 (it works backwords from ffff to decrease more fffe = decrease by 2 etc)
for info on making master codes for cba look here: http://www.sappharad.com/
and thats all the codes you'll need to know...good luck on that cba hacking...
2xxxxxxx xxxx = add bit codetype
3xxxxxxx xxxx = 8 bit codetype
8xxxxxxx xxxx = 16 bit codetype
7xxxxxxx xxxx = advance code activator/joker
D000020 xxxx = simple joker(doesn't work for all games)
4xxxxxxxxxxx : Slide(serial repeater)
-------------------------
syntax : 4AAAAAAA VVVV
: IIIILLLL SSSS
Operands : A = Address
: V = Start Value
: I = Increment by
: L = Repeat length
: S = Address Stride (default = 1 for 16bit)
Eaaaaaaa iiii = increase/decrease codetype (doesn't work on vba, only on the real thing.)
(best used with the joker (7x) code)
a = adress that you want to increase/decrease
i = how much to increase/decrease the value with
some examples of values to increase decrease are:
0001 = Increase by 1
ffff = Decrease by 1 (it works backwords from ffff to decrease more fffe = decrease by 2 etc)
for info on making master codes for cba look here: http://www.sappharad.com/
and thats all the codes you'll need to know...good luck on that cba hacking...
Comment