Page 1 of 1

[fantzn2] Fantasy Zone II

Posted: Mon Nov 11, 2024 1:49 pm
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.