Hacker News new | ask | show | jobs
by the_sos 4498 days ago
Hi! I made this! Thanks for mentioning it here! Let me know if you have any questions!
1 comments

Is the source code available somewhere?
Well, it was written in assembly anyways, so you can decompile it, but there are many macros I used, so it might be hard to read (for example scrolling is done without a loop, just 1000 separate instructions). There's so much spaghetti in there. I'll probably release that once I have some time to clean up a bit!
Could you tell us which tools you use? Which assembler, emulator, etc.?
I used 64tass (probably the most usable thing out there), Char Pad, Sprite Pad, Exomizer and Vice :)
Thank you!