Page 1 of 1

[genesis/mmaniau] Mickey Mania

Posted: Wed Aug 16, 2023 1:56 pm
by orescify

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pb@FF046F=04</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FF0467=09</action>
    </script>
  </cheat>
  
  <cheat desc="99 Marbles">
    <script state="on">
      <action>maincpu.pw@FF0470=0909</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mw@007B3E=3039</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@007B3E=5379</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mw@0007AE=3039</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@0007AE=5379</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Marbles">
    <script state="on">
      <action>mdslot:cart:rom.mb@0043EA=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@0043EA=53</action>
    </script>
  </cheat>
  
  <cheat desc="Invincible">
    <script state="run">
      <action>maincpu.pb@FF06C1=32</action>
      <action>maincpu.pb@FF070C=01</action>
    </script>
  </cheat>
  
  <cheat desc="Select Start Level">
    <parameter>
      <item value="0x00">Steamboat</item>
      <item value="0x01">Wharf</item>
      <item value="0x02">Outside Lab</item>
      <item value="0x03">Fire Pits</item>
      <item value="0x04">Gurney Ride</item>
      <item value="0x05">Down Stairs</item>
      <item value="0x06">Acid Pits</item>
      <item value="0x07">Up the Lift</item>
      <item value="0x08">In the Lab</item>
      <item value="0x09">Moose Hunt</item>
      <item value="0x0A">Moose Chase</item>
      <item value="0x0B">Ghost House</item>
      <item value="0x0C">Basement...</item>
      <item value="0x0D">In the Hall</item>
      <item value="0x0E">Nice Garden</item>
      <item value="0x0F">Underground</item>
      <item value="0x10">Steps</item>
      <item value="0x11">On the Table</item>
      <item value="0x12">The Library</item>
      <item value="0x13">The Kitchen</item>
      <item value="0x14">The Dungeon</item>
      <item value="0x15">Up the Tower</item>
      <item value="0x16">The Escape!</item>
      <item value="0x17">End Battle</item>
      <item value="0x18">Bonus Level</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF045D=param</action>
    </script>
  </cheat>