Closed kieranhj closed 2 months ago
I like this idea! As well as looking nicer on the stock Beeb, a properly nice NuLA version could be an option.
I think it wouldn't be too hard to get the game building to run in both Mode 2 and Mode 5. Copy twice as many sprite bytes, note that there's 640 bytes per line, and note that 1/40th the screen width is now 32 bytes. Cycles could be a problem, but in the standard levels there's loads of time left, so hopefully just a question of testing in the Mode 2 version. We know the Mode 5 version will work then.
(One thing that needs some consideration: the collision detection works by peeking screen RAM and looking for specific values. This might need adjusting as in Mode 2, since there's only 2 pixels/byte, and so checking 1 byte might not be enough to distinguish some types of object. (I think we should avoid trying to make this easy by doing anything clever with palette indexes or whatever, as that'll make the graphics for a NuLA reskin harder to create.)
RAM will be an issue in Mode 2. Even with PAGE at $e00, the BASIC code runs up to nearly $3000 already, and it still needs room for level data and code/sprites. Some ideas:
Perhaps a bit too much work but wondering if MODE 2 might be an option for nicer gfx, depending on available RAM and cycles!