Page 1 of 1

[baluba] Baluba-louk no Densetsu

Posted: Sat Nov 16, 2024 10:49 am
by jman

Code: Select all

<!-- Baluba-louk no Densetsu (Japan) -->
<mamecheat version="1">

    <cheat desc="Finish Current Round Now">
        <script state="on">
            <action>maincpu.pb@80FC |= 40</action>
        </script>
    </cheat>

    <cheat desc="P1 Always have x4">
        <script state="run">
            <action>maincpu.pb@8121 = 03</action>
        </script>
    </cheat>

    <cheat desc="P2 Always have x4">
        <script state="run">
            <action>maincpu.pb@8151 = 03</action>
        </script>
    </cheat>

</mamecheat>