Can confirm, level up screen is broken as it does not lock you out from moving (at least on keyboard controls). You can move around, melee, shoot, open menus and it'll overlap the levelup screen.
Aeromangus
Creator of
Recent community posts
Yeees, I encountered that issue when making the game. Some screens just don't quite align perfectly so there are ways to clip into walls with the transitions. However.... there were times when I'd clip even without screen transition by colliding with 2 surfaces on the same frame. I may have fixed that issue but due to difficulty of testing such edge-cases I can't be 100% sure it won't happen. The worry is that if it were to happen, the player could fly outside the intended memory area for level information. I believe this will crash the console and I worry it could potentially maybe possibly damage the console? But maybe I shouldn't worry too much since other games have similar unintended behaviors and I'm not aware of anyone's NES getting bricked from a game glitch.
Wow! Amazing! Clever clipping into the wall. That should not happen... >u< I worry it may be possible to clip into walls in just about any suitable inside corner of tiles if the conditions are just right, but I could not reproduce it. I predicted the game could be beat in 5 minutes, you were even faster! Congratulations!
You need a certain character in your party to recruit squish. Other than that, I don't think there was a particular way to cheer her up. Polly appears briefly in a tower only accessible in new game plus. She cannot be recruited. It's been a while since i worked on this game, I hope I'm not forgetting anything.
Machine Cave physical cartridge release is now available! Get it from Mega Cat Studios!
Yeees... It took me about 3-4 months to make everything. I had to learn a lot of new things from tutorials and nesdev wiki online. I wanted to make more content but writing the game in C limited me to using small cartridge types. I'm quite proud of how well I optimized and structured the program code. Some of the program code is 3rd party, such as the audio engine.