As I have only about 40kb for the whole game, everything has to use as little memory as possible. A routine that worked out what can and can't be seen, and therefore what to draw would take a lot of memory. So I simply have it draw everything, and elements that aren't in view just get drawn over.
Comments