I've been half trying to do latch in ASM. I know that sounds pretty pathetic but the other half of my brain was doing somthing useful

(The reason I want a latch is because the cycler codes are way off right now )

Supposing the game knows when I let go of the button:
94000130 00000001 (Imaginary trigger normal type)

Then what if I do this:
94000130 00000001 - A normal type (imaginary) trigger looking for the on as a conditional
94000130 00000000 - The next line (i.e. the test prove true executed line) is also a conditional.

Will it work?