Press L for 99 lives, wired GC controller, Brawl
284DE4B0 00000040
4A000000 81000000
1428AE64 00000063
E0000000 80008000
Why isn't that working? :confused:
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
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
Hmmm, I try just using L, but it still doesn't seem to work...
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).
ahha. Thank you
so he was pressing other things :|
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