[megadrij/dangseed] Dangerous Seed

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[megadrij/dangseed] Dangerous Seed

Post by jman »

Code: Select all

<cheat desc="no hit (wip)">
    <script state="on">
        <action>mdslot:cart:rom.mb@6fa0 = 60</action> <!-- objects -->
        <action>mdslot:cart:rom.mb@b9b4 = 60</action> <!-- background -->
    </script>
    <script state="off">
        <action>mdslot:cart:rom.mb@6fa0 = 67</action>
        <action>mdslot:cart:rom.mb@b9b4 = 67</action>
    </script>
</cheat>

<cheat desc="fire speed up (wip)">
    <script state="on">
        <action>mdslot:cart:rom.mb@c2bd = 00</action>
    </script>
    <script state="off">
        <action>mdslot:cart:rom.mb@c2bd = 03</action>
    </script>
</cheat>

<cheat desc="player speed (wip)">
    <parameter min="00" max="05" step="01" />
    <script state="on">
        <action>mdslot:cart:rom.md@b74e = 323c0000</action>
    </script>
    <script state="change">
        <action>mdslot:cart:rom.mb@b751 = param</action>
    </script>
    <script state="off">
        <action>mdslot:cart:rom.md@b74e = 3238f42e</action>
    </script>
</cheat>

<cheat desc="bullet speed - main shot (wip)">
    <parameter>
        <item value="0x0600">01 (slow)</item>
        <item value="0x0c00">02       </item>
        <item value="0x1200">03       </item>
        <item value="0x1800">04       </item>
        <item value="0x1e00">05 (fast)</item>
    </parameter>
    <script state="on">
        <action>mdslot:cart:rom.md@d400 = 3d7c0000</action>
    </script>
    <script state="change">
        <action>mdslot:cart:rom.mw@d402 = param</action>
    </script>
    <script state="off">
        <action>mdslot:cart:rom.md@d400 = 3d7b002a</action>
    </script>
</cheat>
Post Reply