Re: [genesis] Big ol' Conversion Thread!
Posted: Sat May 09, 2009 4:52 am
WWF Wrestlemania - The Arcade Game
Here. Have some sloppy cheats while I break in preparation of the long haul. I think I'll do the Sonic engine tomorrow.
Here. Have some sloppy cheats while I break in preparation of the long haul. I think I'll do the Sonic engine tomorrow.
Code: Select all
<cheat desc=" " />
<cheat desc="WWF Wrestlemania - The Arcade Game" />
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pd@FFAAE6=00090009</action>
</script>
</cheat>
<cheat desc="-----" />
<cheat desc="Infinite Energy P1">
<script state="run">
<action>maincpu.pb@FFB313=A4</action>
<action>maincpu.pb@FFB315=A4</action>
</script>
</cheat>
<cheat desc="Infinite Power P1">
<script state="run">
<action>maincpu.pb@FFB31D=11</action>
<action>maincpu.pb@FFB31F=11</action>
</script>
</cheat>
<cheat desc="Triple Damage P1">
<script state="run">
<action>maincpu.pw@FF85A0=FFFF</action>
</script>
</cheat>
<cheat desc="-----" />
<cheat desc="Infinite Energy P2">
<script state="run">
<action>maincpu.pb@FFB321=A4</action>
<action>maincpu.pb@FFB323=A4</action>
</script>
</cheat>
<cheat desc="Infinite Power P2">
<script state="run">
<action>maincpu.pb@FFB32B=11</action>
<action>maincpu.pb@FFB32D=11</action>
</script>
</cheat>