Hey everyone, I've made a little gui program with Python to export and import the lua code of the cartridges(only working for .p8 files for now).It even checks that the code size you're trying to import to the cart is less than 32k, tough i'm not sure if that is still the correct size. You can check it out here.
Contributions are highly appreciated!(Specially if you know something about tkinter, because i learned it doing this program and it's quite janky lol).
Cheers!
you do know thay p8 files are plain text files and getting the code is only a matter of copying text between lua and next _xx section?
well yes, but i think that it's better to give that repetitive task to the machine
[Please log in to post a comment]