Page 1 of 1

[genesis/ristar] Ristar

Posted: Wed Aug 16, 2023 2:38 pm
by orescify

Code: Select all

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mw@041C96=1038</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mw@041C96=5329</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@0085F2=10</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@0085F2=53</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@FFC036=78</action>
    </script>
  </cheat>
  
  <cheat desc=" "/>
  
  <cheat desc="Stage Select">
    <script state="on">
      <action>maincpu.pb@FFFE04=04</action>
    </script>
  </cheat>
  
  <cheat desc="Boss Rush">
    <script state="on">
      <action>maincpu.pb@FFFE04=40</action>
    </script>
  </cheat>
  
  <cheat desc="Time Attack">
    <script state="on">
      <action>maincpu.pb@FFFE04=01</action>
    </script>
  </cheat>
  
  <cheat desc="Hard Difficulty">
    <script state="on">
      <action>maincpu.pb@FFFE02=02</action>
    </script>
  </cheat>