Page 1 of 1
[msh] Starts with all Infinity Gems REQUEST
Posted: Thu Apr 25, 2024 8:46 am
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!
Re: [msh] Starts with all Infinity Gems REQUEST
Posted: Mon Dec 23, 2024 1:05 pm
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.