-
Multiple Triggers
I'm intending to make some co-ordinate modifiers for various games but I want to check this would work.
94000130 FFFE0000 - Trigger for button A
94000130 FFBF0000 - Trigger for Up
XXXXXXX XXXXXXX - Address modifying line(s)
D2000000 00000000 - Terminate
94000130 FF7F0000 - Trigger for Down
XXXXXXX XXXXXXX - Address modifying line(s)
D2000000 00000000 - Terminate
D2000000 00000000 - Terminate
Code:
Would this mean that whilst A was held the following is true:
If I hold Up then the Address modifying line(s) between trigger(Up) and terminator would take place.
If I hold Down then the Address modifying line(s) between trigger(Down) and terminator would take place.
If not could someone explain to me how I could achieve this effect
-
Re: Multiple Triggers
No. There are activators for UP+A or DOWN+A that you have to use. You can only use one trigger at a time, but multiple triggers in a code. You can use d0 or d2 to terminate a trigger.
-
Re: Multiple Triggers
So I could have....
Code:
94000130 FFBE0000
XXXXXXXX XXXXXXXX
D2000000 00000000
94000130 FF7E0000
XXXXXXXX XXXXXXXX
D2000000 00000000
?
-
Re: Multiple Triggers
Yes, but if you don't want to clear the offset register you can use d0 in between instead and it might shorten the code.
-
Re: Multiple Triggers
Well I am starting a co-ord modifier for Pearl. I'm thinking If i change the co-ordinates once each search in the same direction. I can find the adress?
-
Re: Multiple Triggers
That code was already made by FNG.
EDIT: Well, he says he made it. He probably stole it from a better hacker and put it on codejunkies.
-
Re: Multiple Triggers
I know but theres no harm in making the code myself to get better at making codes.
-
Re: Multiple Triggers
I guess so. Usually the coordinates are pointers. In that case, we don't have a tutorial on the wiki for you yet. If you find they are and you need help, I'm sure somebody will be kind enough to help you (not me). I'll be playing brawl...lol
-
Re: Multiple Triggers
Oh yeh grats on getting a copy. Its not even out in EU :cry:
-
Re: Multiple Triggers
Me niether, I'm playing brawl too.