Language…
7 users online: Dan2point5, fsvgm777, JeepySol, JPhanto, kirsvantas, random_box, tOaO - Guests: 262 - Bots: 270
Users: 64,795 (2,377 active)
Latest user: mathew

block that changes the on/off state

is there a block that when touched changes the on/off setting to off?
layout by pirahnaplant.
the variety of chance is upon us, are you scared?



Code
db $42
JMP SetOff : JMP SetOff : JMP SetOff
JMP Return : JMP Return
JMP Return : JMP Return
JMP SetOff : JMP SetOff : JMP SetOff

SetOff:	LDA #$01
	STA $14AF
Return:	RTL