WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: REDSOXROX on October 09, 2008, 11:50:40 PM

Title: Button Combo Activation Not working
Post by: REDSOXROX on October 09, 2008, 11:50:40 PM
Press L for 99 lives, wired GC controller, Brawl
284DE4B0 00000040
4A000000 81000000
1428AE64 00000063
E0000000 80008000

Why isn't that working? :confused:
Title: Re: Button Combo Activation Not working
Post by: hetoan2 on October 10, 2008, 11:03:33 AM
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
Title: Re: Button Combo Activation Not working
Post by: Romaap on October 10, 2008, 02:45:30 PM
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
Title: Re: Button Combo Activation Not working
Post by: REDSOXROX on October 10, 2008, 08:47:03 PM
Hmmm, I try just using L, but it still doesn't seem to work...
Title: Re: Button Combo Activation Not working
Post by: spunit262 on October 10, 2008, 09:10:19 PM
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).
Title: Re: Button Combo Activation Not working
Post by: REDSOXROX on October 11, 2008, 06:35:37 PM
ahha. Thank you
Title: Re: Button Combo Activation Not working
Post by: hetoan2 on October 11, 2008, 09:19:59 PM
so he was pressing other things :|
Title: Re: Button Combo Activation Not working
Post by: REDSOXROX on October 11, 2008, 11:15:05 PM
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