Basse Def is an 8 bits adaptation of a comic book by JibĂ© (Jean-Baptiste Pollien) about two geeks getting sucked into a video game. It is a classic platformer, greatly influenced by Mega Man with a bit of Super Mario thrown in. I haven’t read the comics, so there are probably jokes and insides I…
Month: February 2023
CC65 memory optimization tips
The main engine for my arkanoidvania game is done. I’m now working on adding stuff. This is where the fun part begins, or so I thought! One day the compiler threw this error at me: “BANK1 overflows memory area ‘PRG1’ by 1byte.” Wait! What? Which byte should I delete? So I went on a journey…