Spider Posted September 28, 2017 Author Report Share Posted September 28, 2017 (edited) Larger 'air bonus' upon cavern completion: POKE 37051,45 (BugByte version) , this just uses a further left digit to 'add to the score' , it will not corrupt the game with "too many lives" until you get at least 1 complete round in, as well as a few more caverns. The above poke for the Software Projects/Ventamatic/MAD releases: POKE 37062,45 Less air reduction with Solar Power Generator: POKE 36236,0 : POKE 36237 , 0 : POKE 36238 , 0 : POKE 36239 , 0 : POKE 36240 , 0 : POKE 36241 , 0 , these reduce by about roughly 50% the air reduction when Willy is in the path of the beam. These are for the BugByte version. The above for the Software Projects/VentaMatic/MAD releases is as follows: POKE 36247,0 : POKE 36248 , 0 : POKE 36249 , 0 : POKE 36250 , 0 : POKE 36251 , 0 : POKE 36252 , 0 Finally, cavern air grace period: There are two listings. First one is a 'hand holding' one that will load the game code if it is not present and then ask you to choose between 30 seconds / 60 seconds / 2 minutes or max which is roughly 2 min 30 seconds. The second listing is commented and smaller but relies you choosing a suitable value aka 10 LET D= x (x being the value you want) 60 seconds is not unreasonable it seems from playtesting. mm_air.tap mm_air_2.tap Pics of listings: The line that does a zero to 40768-40799 is simply to hide the extension, if you omit this you can see the 'true length' of the extended bar. Edited September 28, 2017 by Spider jetsetdanny and IRF 2 Quote Link to comment Share on other sites More sharing options...
Spider Posted September 28, 2017 Author Report Share Posted September 28, 2017 Pokes above updated as they were BugByte specific temporarily. :) There are now Software Projects/VentaMatic/Mad versions too of each. The tape files are the same for all versions. Quote Link to comment Share on other sites More sharing options...
Spider Posted January 31, 2018 Author Report Share Posted January 31, 2018 Fall any height: Bug Byte version: POKE 35809 , 255Software Projects, Ventamatic and MAD re-release versions: POKE 35815 , 255 Walk through earth cells: (This more or less makes 'earth' cells behave like 'water' cells) Bug Byte version: mm_BB_walk_through_walls.pokSoftware Projects, Ventamatic and MAD re-release versions: mm_SP_walk_through_walls.pok Although not by any means essential, it is recommended to apply the 'Fall height' poke at the same time as this one. jetsetdanny 1 Quote Link to comment Share on other sites More sharing options...
IRF Posted February 2, 2018 Report Share Posted February 2, 2018 POKE #CE5E, #06. There are some strange, indirect, perhaps unexpected side-effects from this one... Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted February 2, 2018 Author Report Share Posted February 2, 2018 POKE #CE5E, #06. There are some strange, indirect, perhaps unexpected side-effects from this one... :D I did look to see what area it effected as it was obviously a cavern location (52830) but the effect was not quite what I expected it to be. Quote Link to comment Share on other sites More sharing options...
IRF Posted February 2, 2018 Report Share Posted February 2, 2018 Did you try to kill the Kong Beast? Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted February 2, 2018 Author Report Share Posted February 2, 2018 Did you try to kill the Kong Beast? I did now. :) Without much luck. :D Quote Link to comment Share on other sites More sharing options...
IRF Posted February 2, 2018 Report Share Posted February 2, 2018 It's interesting that the second switch doesn't work at all for dispatching Kong, but with the first switch, it's the exact opposite: you don't need to flip it at all, because the opening wall collapses as soon as Willy enters the cavern! None of the above would happen if the Cell Graphics Bug was fixed! It's a rare case where the CGB has a side effect that isn't purely aesthetic! Spider and jetsetdanny 2 Quote Link to comment Share on other sites More sharing options...
Spider Posted February 3, 2018 Author Report Share Posted February 3, 2018 Talking of Kong, play either of the Kong caverns as normal and flip the switch to drop him into the Portal after applying this: Bug Byte version: POKE 37291 (#91AB) , 02 Software Projects, Ventamatic and MAD re-release versions: POKE 37302 (#91B6) , 02 Or try it at 1. Default is 4, a higher number is not recommended. :) What it does: Changes the rate of decent of the Kong Beast. 2 or 1 takes longer to fall, 1 is probably too slow but 2 is acceptable. Gives a larger bonus which is more effective than changing the 'add 100' to 'add 1000' to the score as that adds too much. jetsetdanny and IRF 2 Quote Link to comment Share on other sites More sharing options...
Spider Posted June 17, 2018 Author Report Share Posted June 17, 2018 Disable game pause:Software Projects, Mastertronic and VentaMatic versions: POKE 34842 , 0Bug-Byte version: POKE 34836 , 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.