[edf]+ E.D.F. : Earth Defense Force
Posted: Fri Jan 03, 2025 10:07 am
edf.xml, edfa.xml, edfu.xml, edfbl.xml
edfp.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>
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.