Page 1 of 1

[pandoras] Pandora's Palace

Posted: Wed Nov 13, 2024 11:42 am
by jman

Code: Select all

<!-- Pandora's Palace -->
<mamecheat version="1">

    <cheat desc="Always have Power-up">
        <comment>player gfx and music doesn't change</comment>
        <script state="run">
            <action>maincpu.pb@0081 = 02</action>
        </script>
    </cheat>

    <cheat desc="Finish Current Stage Now">
        <comment>Some bugs happen in several stages</comment>
        <script state="on">
            <action>maincpu.pb@6008 = 05</action>
        </script>
    </cheat>

</mamecheat>
  • "Always have Power-up" : You can step on an enemy. But player gfx and music doesn't change.
  • "Finish Current Stage Now" : Some bugs happen in several stages (eg stage 2).