[edf]+ E.D.F. : Earth Defense Force

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
jman
Posts: 1254
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[edf]+ E.D.F. : Earth Defense Force

Post by jman »

edf.xml, edfa.xml, edfu.xml, edfbl.xml

Code: Select all

    <cheat desc="Finish this Attack Now">
        <script state="on">
            <action>maincpu.pw@60D88 = 0002</action>
            <action>maincpu.pw@60DE0 = 0000</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Attack">
        <parameter min="01" max="06" step="01" />
        <script state="run">
            <action condition="maincpu.pw@60D8A == 0001">maincpu.pw@60D8A = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Level Max">
        <script state="run">
            <action>maincpu.pb@616F7 = 04</action> <!-- shot level -->
            <action>maincpu.pb@61739 = 03</action> <!-- formation level -->
        </script>
    </cheat>

    <cheat desc="P2 Always Level Max">
        <script state="run">
            <action>maincpu.pb@61957 = 04</action> <!-- shot level -->
            <action>maincpu.pb@61999 = 03</action> <!-- formation level -->
        </script>
    </cheat>
edfp.xml

Code: Select all

    <cheat desc="Finish this Attack Now">
        <script state="on">
            <action>maincpu.pw@F1AAC = 0002</action>
            <action>maincpu.pw@F1AF6 = 0000</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Attack">
        <comment>The game finishes at the end of 5th attack instead of 6th</comment>
        <parameter min="01" max="06" step="01" />
        <script state="run">
            <action condition="maincpu.pw@F4C1A == 0001">maincpu.pw@F4C1A = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Always Level Max">
        <script state="run">
            <action>maincpu.pb@F240B = 04</action> <!-- shot level -->
            <action>maincpu.pb@F244D = 03</action> <!-- formation level -->
        </script>
    </cheat>

    <cheat desc="P2 Always Level Max">
        <script state="run">
            <action>maincpu.pb@F266B = 04</action> <!-- shot level -->
            <action>maincpu.pb@F26AD = 03</action> <!-- formation level -->
        </script>
    </cheat>
  • "Select Starting Attack" : edfp ends after finished 5th Attack though data for 6th Attack is included. But 6th Attack is incomplete and endless (no ending).
  • "Always Level Max" : Fixed. Old code doesn't consider "formation level" so that you can't get "trace" and "search" formations in spite of maximum level.
jman

my wip cheat database back-up (2024/12/01 ver.)
https://u3.getuploader.com/...../download/47
downloadpass : jman2020
Post Reply