-
Code Needs Testing
::Lights v2 [Acww 1.0]
::Type on for lights to come on, off for lights to turn off
Code:
922AF136 00006E6F
221C99DC 00000001
D0000000 00000000
922AF136 0066666F
221C99DC 00000000
D2000000 00000000
Since I know much of ASM I'm trying to learn codetypes now :s
Edit: I tested it, on works perfectly but off requires entering/exiting another room >_>
-
Code:
922AF136 00006E6F
221C99DC 00000001
D0000000 00000000
522AF136 0066666F
221C99DC 00000000
D2000000 00000000
Corrected your code...
5XXXXXXX YYYYYYYY
32bit ‘If equal’ instruction.
9XXXXXXX ZZZZYYYY
16bit ‘If equal’ instruction.
-
That makes sense. Thank you, stranger. :]