[msh] Starts with all Infinity Gems REQUEST

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
gh0stp1rate
Posts: 1
Joined: Wed Apr 24, 2024 4:13 pm
Been thanked: 1 time

[msh] Starts with all Infinity Gems REQUEST

Post by gh0stp1rate »

This cheat is available on the PlayStation version of the game, where player 1 always Starts with all Infinity Gems and also never loses any of them. For reference if needed, the GameShark code for the PlayStation version is 80092200 0402. Thanks!
These users thanked the author gh0stp1rate for the post:
golden mame
Rating: 33.33%
 
jman
Posts: 1255
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

Re: [msh] Starts with all Infinity Gems REQUEST

Post by jman »

Code: Select all

    <cheat desc="P1 Always Have Infinity Gem">
        <parameter>
            <item value="0x00">Power</item>
            <item value="0x02">Time</item>
            <item value="0x04">Space</item>
            <item value="0x06">Soul</item>
            <item value="0x08">Reality</item>
            <item value="0x0A">Mind</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@FF41B6 = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Get All Infinity Gems Now!">
        <script state="on">
            <action>maincpu.pq@FF41B6 = 00020406080A0000 | (maincpu.pq@FF41B6 band ~FFFFFFFFFFFF0000)</action>
        </script>
    </cheat>

    <cheat desc="P2 Always Have Infinity Gem">
        <parameter>
            <item value="0x00">Power</item>
            <item value="0x02">Time</item>
            <item value="0x04">Space</item>
            <item value="0x06">Soul</item>
            <item value="0x08">Reality</item>
            <item value="0x0A">Mind</item>
        </parameter>
        <script state="run">
            <action>maincpu.pb@FF45B6 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Get All Infinity Gems Now!">
        <script state="on">
            <action>maincpu.pq@FF45B6 = 00020406080A0000 | (maincpu.pq@FF45B6 band ~FFFFFFFFFFFF0000)</action>
        </script>
    </cheat>
I can't create "Always Have All Infinity Gems" code because it is "selectable" (by start button).
So I provide two Infinity Gem codes, "Always have Infinity Gem" and "Get All Infinity Gems".
And I don't have enough time to test so that bug may happen in some cases.
jman

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