Page 1 of 1

[einstein/manicmin] cheats

Posted: Fri Feb 01, 2019 2:19 pm
by Pugsy
I do have a habit of doing the manic miner versions,. To pass the colour code checks just enter any 4 colours and press enter - which must mean the softwarelist game is a crack.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Air">
  <script state="on">
    <action>temp0 =i001.pb@5CCD</action>
    <action>temp1 =i001.pb@6A30</action>
  </script>
  <script state="run">
    <action>i001.pb@5CCD=00</action> 
    <action>i001.pb@6A30=BF</action>
    <action>i001.pd@BFBD=35BD9921</action>
    <action>i001.pd@BFC1=FF5CBDC3</action>
  </script>
  <script state="off">
    <action>i001.pb@5CCD=temp0 </action>
    <action>i001.pb@6A30=temp1 </action>
  </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="on">
      <action>temp0 =i001.pb@6839</action>
    </script>
    <script state="run">
      <action>i001.pb@6839=00</action>
    </script>
    <script state="off">
      <action>i001.pb@6839=temp0 </action>
    </script>
  </cheat>

  <cheat desc="No Sprite-Background Collisions">
    <script state="on">
      <action>temp0 =i001.pb@61E9</action>
    </script>
    <script state="run">
      <action>i001.pb@61E9=C9</action>
    </script>
    <script state="off">
      <action>i001.pb@61E9=temp0 </action>
    </script>
  </cheat>

  <cheat desc="No Sprite-Sprite Collisions">
    <script state="on">
      <action>temp0 =i001.pb@576B</action>
    </script>
    <script state="run">
      <action>i001.pb@576B=C9</action>
    </script>
    <script state="off">
      <action>i001.pb@576B=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Drop from Any Height">
    <script state="on">
      <action>temp0 =i001.pb@60B9</action>
    </script>
    <script state="run">
      <action>i001.pb@60B9=18</action>
    </script>
    <script state="off">
      <action>i001.pb@60B9=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Finish this Level Now!">
    <script state="on">
      <action>i001.pb@BD9C=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->