playingwithwilly Posted November 7 Report Share Posted November 7 What HEX code is used to decide how far down Willy can fall before dying? Quote Link to comment Share on other sites More sharing options...
Jet Set Willie Posted November 8 Report Share Posted November 8 (edited) In JSWED64 you can tick (separately for all the rooms) if you want to land safely from any height. About that Hex, I think I had found it when I was making my game, but I don´t remember it anymore. While waiting an exact answer from somebody else, please take a look at these links. Just remember those addresses are for 48K games. I don´t know how well they will work on JSWED 128 and 64 versions, I tried just one thing and it didn´t work even it worked on JSWED48. I haven´t tried again yet, so I don´t know. https://skoolkit.ca/disassemblies/jet_set_willy/hex/ Here are some of airborne/falling related routines. https://skoolkit.ca/disassemblies/jet_set_willy/hex/asm/8DD3.html https://skoolkit.ca/disassemblies/jet_set_willy/hex/asm/8ED4.html https://skoolkit.ca/disassemblies/jet_set_willy/hex/asm/90B6.html https://skoolkit.ca/disassemblies/jet_set_willy/hex/asm/85D1.html https://skoolkit.ca/disassemblies/jet_set_willy/hex/asm/8B07.html Edited November 8 by Jet Set Willie playingwithwilly 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted November 8 Report Share Posted November 8 I can't test this at the moment don't have an emulator to hand however if you can change the value stored at 8EE2 (Default is 0C) to a higher one it might work, you probably need to go in steps and experiment with this. I did long ago manage to alter it to let him survive another couple of blocks it was not hard, try 0E or then 10 or 1B or 1D Untested. Assuming 48k JSW , if its MM say which version. Quote Link to comment Share on other sites More sharing options...
playingwithwilly Posted November 8 Author Report Share Posted November 8 21 minutes ago, Spider said: I can't test this at the moment don't have an emulator to hand however if you can change the value stored at 8EE2 (Default is 0C) to a higher one it might work, you probably need to go in steps and experiment with this. I did long ago manage to alter it to let him survive another couple of blocks it was not hard, try 0E or then 10 or 1B or 1D Untested. Assuming 48k JSW , if its MM say which version. Works great, thank you. Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted November 9 Report Share Posted November 9 12 hours ago, playingwithwilly said: Works great, thank you. Welcome. For reference (someone might search for it) to do this in Manic Miner: The default value is the same of 0C , as above change it as required. It can be found at: 8BE7 - Software Projects version 8BE1 - Bug Byte version 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.