[fantzn2] Fantasy Zone II

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

[fantzn2] Fantasy Zone II

Post by jman »

RAM codes collection.

Code: Select all

<!-- Fantasy Zone II - The Tears of Opa-Opa (MC-8123, 317-0057) -->
<mamecheat version="1">

    <cheat desc="Infinite Special Shots">
        <script state="run">
            <action>maincpu.pb@C0B1 = 99</action>
        </script>
    </cheat>

    <cheat desc="Infinite Special Bombs">
        <script state="run">
            <action>maincpu.pb@C0B2 = 99</action>
        </script>
    </cheat>

    <cheat desc="Always have All Parts">
        <script state="run">
            <action>maincpu.pq@C062 = 0000999999999901 | (maincpu.pq@C062 band ~0000FFFFFFFFFFFF)</action> <!-- engine -->
            <action>maincpu.pq@C069 = 0099999999999901 | (maincpu.pq@C069 band ~00FFFFFFFFFFFFFF)</action> <!-- shot -->
            <action>maincpu.pq@C070 = 0099999999999901 | (maincpu.pq@C070 band ~00FFFFFFFFFFFFFF)</action> <!-- bomb -->
        </script>
    </cheat>

    <cheat desc="Always have Auto Beam">
        <script state="run">
            <action>maincpu.pb@C079 = 01</action>
        </script>
    </cheat>

    <cheat desc="Always have Shield">
        <script state="run">
            <action>maincpu.pb@C07C = 01</action>
            <action>maincpu.pb@C0AC = FF</action>
            <action>maincpu.pb@C220 = 03</action>
        </script>
    </cheat>

    <cheat desc="Go to Parts Shop Now">
        <comment>Always the same shop. You can't select other shops</comment>
        <script state="on">
            <action>maincpu.pb@C004 |= 04</action>
        </script>
    </cheat>

    <cheat desc="Go to Boss Area Now">
        <script state="on">
            <action>maincpu.pb@C004 |= 02</action>
        </script>
    </cheat>

</mamecheat>
"Go to Parts Shop Now" : Always the same shop. You can't select other shops. Don't use in boss area because the game has bug after return.
jman

my wip cheat database back-up (06/01/2025 ver.)
https://u3.getuploader.com/...../download/58
downloadpass : jman2020
Post Reply