Page 1 of 1

[genesis/rocketu] Rocket Knight Adventures

Posted: Wed Aug 16, 2023 11:18 am
by orescify

Code: Select all

  <cheat desc="Max Energy">
    <script state="on">
      <action>maincpu.pb@FFC041=3F</action>
    </script>
  </cheat>
  
  <cheat desc="Max Lives">
    <script state="on">
      <action>maincpu.pb@FFFB0D=99</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Energy">
    <script state="on">
      <action>mdslot:cart:rom.mb@00F545=08</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@00F545=04</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives">
    <script state="on">
      <action>mdslot:cart:rom.mb@011897=00</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@011897=01</action>
    </script>
  </cheat>
  
  <cheat desc="Fast Charge">
    <script state="on">
      <action>mdslot:cart:rom.mb@00F614=60</action>
    </script>
    <script state="off">
      <action>mdslot:cart:rom.mb@00F614=6C</action>
    </script>
  </cheat>
  
  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@FFC069=84</action>
    </script>
  </cheat>