Cybearg #1 Posted July 11, 2013 Is there a particular reason why the missiles are fixed to 1 pixel high in the multisprite kernel? Is there anything that could be done to ease this limitation, allowing for taller missiles as in the standard kernel? Quote Share this post Link to post Share on other sites
+Gemintronic #2 Posted July 11, 2013 It all boils down to tradeoffs due to time constraints. If heights were flexible something else wouldn't have time to be displayed. You could even make missiles into mini sprites and lines like the jungle vines in Pitfall - BUT you need to compensate by reducing time used in other parts of the kernel. It would probably be easier to write your own kernel then to modify bataris old work. I'd venture a big step would be to check out Mr SQLs assembly framework to get a feel for both assembly and integrating display kernels with bB. 1 Quote Share this post Link to post Share on other sites
+Random Terrain #3 Posted July 11, 2013 It would probably be easier to write your own kernel then to modify bataris old work. I'd venture a big step would be to check out Mr SQLs assembly framework to get a feel for both assembly and integrating display kernels with bB. My hope is that Cybearg will eventually learn enough assembly tricks to make all kinds of useful batari Basic kernels, minikernels, modules and enhancements. 1 Quote Share this post Link to post Share on other sites
+Gemintronic #4 Posted July 11, 2013 My hope is that Cybearg will eventually learn enough assembly tricks to make all kinds of useful batari Basic kernels, minikernels, modules and enhancements. Is that like the technical support version of the Discover card? You get kernels back for all the free advice? Quote Share this post Link to post Share on other sites