Sorry can't test :/ Only v1.1
Printable View
Sorry can't test :/ Only v1.1
ok so whats my latest source (I cannot believe how much of an idiot I am....Itsme I think I based my source on yours you may want to check that!)
Maniac has the latches but he's decided not to give them too me, asked me to stop bugging him about it, and can't be bothered explaining them too me, rofl
I didn't ask for a tester. I'm positive that one works for 1.0. I didn't even test it. It's just common sense. It's his working source with 1.0 addresses and added checks.Quote:
Originally Posted by codelegend01
Your working 1.1 source is:Quote:
Originally Posted by Area51_Hacker2
Code:@:Subtracting
@:L trigger Latch ASM
ldr r0, =0x021d9548
ldrb r1,[r0]
sub r1,#0x1
strb r1,[r0]
bx lr
@:Adding
@:R trigger Latch ASM
ldr r0, =0x021d9548
ldrb r1,[r0]
add r1,#0x1
strb r1,[r0]
bx lr
I meant with checks also couldn't I use a duo trigger like
32-bit conditional A is held down
32-bit conditional A is released
?
XD that's maniac for ya...Quote:
Originally Posted by Area51_Hacker2
Its because I didn't notice an obvious mistake in the Source.Quote:
Originally Posted by codelegend01
and because latches aren't that hard if you think about it a bit >_>
Hrrrrm
it has to do with making the activator part of the ASM, that's what I needed to find out to realize how to do it ;)
so I can just re-write the activator in ASM? No that can't be it.... There must be something else I have to add to it. Ah well I'll get onto the ASM activator