Jump to content
Jet Set Willy & Manic Miner Community

[File] Manic Miner - Highscore Challenge


Spider

Recommended Posts

51 minutes ago, DigitalDuck said:

With the life sprite in its first position, you can also get through the corner of the new platform and land on the small platform underneath it. This jump stops being possible at 37 lives.

Ah yes, because the right-hand half of that pair of sprite graphic bytes is pixel-less, so the attribute value #00 is written there (which happens to mean it remains an air cell).

Link to comment
Share on other sites

By comparing Willy's sprite data with the attribute byte values assigned to the various block types in the cavern data, I've discovered a few effects that I think will arise within the Manic Miner game engine.

 

If you have more than 34 remaining lives and if the spare lives on the status bar are set to their rightmost frame of animation.  Willy's back foot in that frame has a byte value of #03, which matches a couple of magenta INK on black PAPER blocks in the game:

- In 'Abandoned Uranium Workings', some of the errant blocks (in 'even' columns) across the middle of the cavern will act as conveyor cells (no animation, but they will drag Willy rightwards).  This effect could be quite erratic if the in-game music is left on, meaning that the spare lives pass through that animation frame and the conveyor effect periodically stops and starts.  This should affect the new platform directly underneath the cavern's sole crumbly platform - that is in fact the very same new platform which led @DigitalDuck to improve his score here, which gave rise to this discussion!  N.B. No POKE is needed to observe this effect - just set the remaining lives to the appropriate frame;

- In 'Return of the Alien Kong Beast', the mid-height Water cell platform patrolled by the right-most 'rolling rock' guardian will, in theory, become crumbly.  Unfortunately, Willy can't access that part of the cavern to stand on that platform and cause its pixels to crumble away, because of the aforementioned blockage on the left-hand side of the cavern (as pointed out by DigitalDuck).  There is a single-cell platform occupying the same character row towards the left of the cavern (just below/to the right of the leftmost banana item), which is reachable during game play, but unfortunately that block sits in an 'odd' column, so the overwritten attribute (corresponding to a different part of Willy's sprite) doesn't match the crumbly cell attribute, and so no crumbling of pixels will occur if Willy stands on it even if it has been corrupted by a rogue attribute.  However, if that platform were extended by one more block (either left or right will do the trick), then the new extension to that platform would crumble when stood upon: POKE #DD02,#43 or POKE #DD04,#43 (in decimal: POKE 56578,67 or POKE 56580,67) - apply before entering the cavern.

 

Meanwhile, if you have 36 or more remaining lives and if the spare lives on the status bar are set to either their second or third frame of animation, then I believe the attribute value #06 (corresponding to the next pixel-row up in Willy's sprite) will be written across alternate cells of the top character row of the caverns.  This could also have gameplay consequences:

- The value #06 is assigned in 'The Menagerie' to an (unused) Fire cell type (the yellow bush that is encountered in other caverns), so as the number of extra lives continue to tally up, the top three items will be either embedded in or sandwiched between Fire cells, making them uncollectable without being killed (unless you move the animation of the remaining lives on to the first or last frame);

- Similarly, 'Processing Plant' would be incompletable once the errant Fire blocks reach across to the portal (and probably before that - I don't think it's safe to drop down from the starting point in the cavern without first making a jump that means Willy's head passes through the top character row);

- And the route options in 'The Warehouse' would be more restricted (for instance, you couldn't jump over the first Fire cell to Willy's right upon entering the cavern, without hitting one of the newly-created overhead Fire cells).

 

P.S. Whilst researching this post, I discovered for the first time that Matthew's original design for 'The Sixteenth Cavern' may have incorporated a switch!? (The switch graphic from the Kong caverns is present, unused, in the 16th cavern data.)

Edited by IRF
Link to comment
Share on other sites

1 hour ago, DigitalDuck said:

Just for fun: if you collect the bottom item in Skylab Landing Bay while you're on 33 lives and *99xx points, you're killed by the extra life you're awarded for collecting the item.

But only if the spare lives are on the first frame of animation.

I like how the colour cycling of the screen is still taking place (part of the 'extra life awarded' effect) after the bonus life has already expired!

Edited by IRF
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.