Hi all,
Im still starting in 7800basic and learning from Atarius Maximus tutorials, thats a nice source of information really helpful =). Well while I learn Im planning what game I will do, and I have one doubt, regarding tilemaps I have seen plotmapfile seems slower as if has different palette for each tile but if my backgrond is moving (like on a shmup) whats best practice? because its highly possible that my background tiles have different palettes so it seems fitting but in relation to the movement? I mean I dont know if moving background tiles will be rendered on the off-screen section with one method or the others, so maybe just plotting the tiles sprites manually would be faster, so I would like to know beforehand to decide what path I should take. Thanks a lot for any clue regarding this