Log In  


The compiled javascript resulting from an HTML export contains the cart data as a series of bytes represented as integers. Even for mult-cart games, where the _cartname array shows the list of carts, this seems to be present as one block stored in the _cartdat variable. For single cart games, it's just a case of converting the ints to bytes to get the original pico-8 cart, but how to handle the conversion for multi-cart games?

1



[Please log in to post a comment]