I haven't used NESHLA for a while, so I forgot how to say " wait for this many frames and then do this" I've been changing this value:
forever {
wait_for(#60)
pal_animate()
}
Whenever I change that value, nothing happens. Does anyone have this problem?
forever {
wait_for(#60)
pal_animate()
}
Whenever I change that value, nothing happens. Does anyone have this problem?