How to tell LowRes NX that I want a function to update every cycle

1

Sylveon 2025-05-31 16:37

Read the title :3


Timo 2025-05-31 21:34

Usually you would have a main loop from where you call any function which you want to execute every cycle.

DO
CALL MYUPDATE
WAIT VBL
LOOP

And there is also ON VBL CALL …


Sylveon 2025-05-31 22:01 (Edited)

Ty! I’m using this a idea for a pixel buffer :3


Log in to reply.