[garyoret] Garyo Retsuden

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

[garyoret] Garyo Retsuden

Post by jman »

RAM codes collection.

Code: Select all

<!-- Garyo Retsuden (Japan) -->
<mamecheat version="1">

    <cheat desc="Infinite Character Selection Time">
        <script state="run">
            <action>maincpu.pw@0889 = 0002</action>
        </script>
    </cheat>

    <cheat desc="Big Bats don't Appear">
        <script state="run">
            <action>maincpu.pw@128F = 0002</action> <!-- timer -->
        </script>
    </cheat>

    <cheat desc="Finish this Level Now">
        <script state="on">
            <action>maincpu.pb@12A8 = 01</action>
        </script>
    </cheat>

    <cheat desc="P1 Invincibility">
        <script state="run">
            <action>maincpu.pb@0034 = 02</action> <!-- flicker timer -->
        </script>
    </cheat>

    <cheat desc="P2 Invincibility">
        <script state="run">
            <action>maincpu.pb@0074 = 02</action> <!-- flicker timer -->
        </script>
    </cheat>

    <cheat desc="P1 Get Sub-unit Now">
        <script state="on">
            <action>maincpu.pb@003B = 01</action>
            <action>maincpu.pb@1231 = maincpu.pb@000C</action>
            <action>maincpu.pb@1232 = maincpu.pb@000E</action>
            <action>maincpu.pb@1235 = 01</action>
        </script>
    </cheat>

    <cheat desc="P2 Get Sub-unit Now">
        <script state="on">
            <action>maincpu.pb@007B = 01</action>
            <action>maincpu.pb@1231 = maincpu.pb@004C</action>
            <action>maincpu.pb@1232 = maincpu.pb@004E</action>
            <action>maincpu.pb@1235 = 11</action>
        </script>
    </cheat>

    <cheat desc="P1 Always have Sub-unit Power-up">
        <script state="run">
            <action>maincpu.pb@003A = 80</action>
        </script>
    </cheat>

    <cheat desc="P2 Always have Sub-unit Power-up">
        <script state="run">
            <action>maincpu.pb@007A = 80</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Character">
        <comment>Set before first level starts</comment>
        <parameter>
            <item value="0x01">Ryubi</item>
            <item value="0x02">Kanu</item>
            <item value="0x04">Chouhi</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@1203 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Character">
        <comment>Set before first level starts</comment>
        <parameter>
            <item value="0x01">Ryubi</item>
            <item value="0x02">Kanu</item>
            <item value="0x04">Chouhi</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@1218 = param</action>
        </script>
    </cheat>

</mamecheat>
  • "Big Bats don't Appear" : Big bat appears soon when you turn this code OFF.
  • "Invincibility" : This code is not "No Hit".
  • "Sub-unit" : I can't search "Always have Sub-unit" code so that "Get" type only.
  • "Select Character" : Set before first level starts. You can select the same chracter in dual play.
jman

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