Button Activator help

Started by goemon_guy, January 14, 2011, 08:57:58 PM

Previous topic - Next topic

goemon_guy

I have a question about Button activators:

Is there a way to make it so that when you press the activator button, it continuously writes to the address with the value.

Example:
When I do it now, it writes to it, and then I have to press the button again to make it write again.
What I want is that it should write to it constantly with one button-press.

Thanks,
Goemon_guy
-Currently hacking the following game(s):
...
Request a code via PM, if you wish.

dcx2

For a typical button activator, the code will be executed while the button is pressed (i.e. it continuously writes while the button is pressed).  Once the button is released, it stops executing the code.

Do you mean that the code should continue executing even after the button is released?  In this case, you may find the switch code type (CC) to be useful.

If you want the code to activate when the button is pressed, and never un-activate...well, that's a bit more difficult.  It would probably require a self-modifying code using the 4E code type.

It might help if you show us an activator that you're trying to modify, and what its purpose is.

Bully@Wiiplaza

#2
something else:
Can you make a standard button activator with ASM which works like the 28 line with other codes?
And is it possible to create a F6 code to make the ASM button activtor regionfree for on game?

like this:

F6 Button Activator Code
04 Code
Terminator
F6 Button Activator Code with another Button Value
04 Code
Terminator
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully