Untrigger screen

JeffPack

New member
Does anyone know how to untrigger a screen once it's been triggered?

I want to be able to reset the screen triggers every level ( yes I know there are 255 of them )
 

Kanbei85

Member
Does anyone know how to untrigger a screen once it's been triggered?

I want to be able to reset the screen triggers every level ( yes I know there are 255 of them )

Take the code from the TriggerScreen macro, and copy/paste that code to where you want to untrigger the screen.

Delete these two lines:
LDA screenTriggers,y ;; now the rigth bit is loaded into the accum
ORA temp2

And replace them with:
 
Top Bottom