Page 1 of 1

[megadriv, troubsht] Trouble Shooter cheats (and parent/clon

Posted: Sun Mar 31, 2013 1:28 am
by NotAGoodName
An interesting horizontal shooter. The player is quite powerful unlike games such as Section-Z.

Code: Select all

        <cheat desc="Invincibility"> <comment>Flickers</comment>
          <script state="run">
            <action>maincpu.pb@FFB00F=FF</action>
          </script>
        </cheat>

        <cheat desc="Infinite Energy">
          <script state="run">
            <action>maincpu.pb@FFFE21=63</action>
          </script>
        </cheat>

        <cheat desc="Infinite Power">
          <script state="run">
            <action>maincpu.pb@FFB7F9=08</action>
          </script>
        </cheat>

        <cheat desc="Fire Power">
          <parameter>
            <item value="0x00">Default</item>
            <item value="0x02">+1</item>
            <item value="0x04">+2</item>
            <item value="0x06">+3</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@FFFE19=param</action>
          </script>
        </cheat>
Battle Mania Daiginjou (btlmanid), the sequel, runs on pretty much the same engine and can use the following cheats. I haven't found the rest. Lazy.

Code: Select all

        <cheat desc="Infinite Energy">
          <script state="run">
            <action>maincpu.pb@FFFE21=63</action>
          </script>
        </cheat>

        <cheat desc="Fire Power">
          <parameter>
            <item value="0x00">Default</item>
            <item value="0x02">+1</item>
            <item value="0x04">+2</item>
          </parameter>
          <script state="run">
            <action>maincpu.pb@FFFE19=param</action>
          </script>
        </cheat>