[airbustr]+ Air Buster

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: 1241
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[airbustr]+ Air Buster

Post by jman »

airbustr.xml, airbustrj.xml and airbustrb.xml

Code: Select all

    <cheat desc="Select Starting Phase">
        <parameter min="01" max="06" step="01" />
        <script state="run">
            <action condition="master.pb@F013 == 00">master.pb@F013 = param - 1</action>
        </script>
    </cheat>

    <cheat desc="Finish this Phase Now">
        <script state="on">
            <action>master.pb@E60A = 70</action>
            <action>master.pb@E613 = 01</action>
        </script>
    </cheat>
"Finish this Phase Now" : Ending music doesn't be played when you set this code in Phase 6.
jman

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