Button Combo Activation Not working

Started by REDSOXROX, October 09, 2008, 11:50:40 PM

Previous topic - Next topic

REDSOXROX

Press L for 99 lives, wired GC controller, Brawl
284DE4B0 00000040
4A000000 81000000
1428AE64 00000063
E0000000 80008000

Why isn't that working? :confused:
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!

hetoan2

make sure you only press L and not anything with L. otherwise it will change the value and never go off. that means no analog stick too

Romaap

#2
there's a thing how it works, even if you hit another button, i think it was like this:
open windows calculator and go to scientific mode -> hex, then type in 40 and click NOT
then make 284DE4B0 00000040 -> 284DE4B0 XXXX0040 where XXXX is the last 4 numbers that you get from NOTting 40

REDSOXROX

Hmmm, I try just using L, but it still doesn't seem to work...
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!

spunit262

Try
284DE4B0 FFBF0040
4A000000 81000000
1428AE64 00000063
E0000000 80008000

It uses the bit mask feature of the 16-bit ifs and should work even if you have other buttons pressed. Also I think the problem in the original is that you forgot to add 0x80 (technical the correct processes would be oring, Windows calculator even has an OR button).
Not active but may still sporadically make codes.
(ooo)
``´´

REDSOXROX

Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!

hetoan2


REDSOXROX

Quote from: hetoan2 on October 11, 2008, 09:19:59 PM
so he was pressing other things :|
If you're talking to me I wasn't, I haven't even tried spunit's code yet :P
And I was sure I wasn't pressing other stuff...It was the 0x80 adding thing I forgot :P
Red Sox vs. Yankees 4/4/2k10 Season Opener
Red Sox: 9 Yankees: 7 Final!