This makes "supplex super move" to execute always when holding opponent and pressing button 1 (or Button 1 & 2 simultaneous some characters)
wpset 0xff91c5,1,rw,,{maincpu.pb@0xff91c5=0xff;g}
This makes "ring super move" to execute always when pressing button 1 (Alexander & Rasta infinite execution)
wpset 0xff926c,1,rw,,{maincpu.pb@0xff926c=0xff;g}
These are for version World 930713 slammast
Saturday Night Slammasters (Easy super moves)
Re: Saturday Night Slammasters (Easy super moves)
The earlier required debugger. Here is how they work in cheat xml for all 4 players.
Code: Select all
<cheat desc="P1 Easy Special Move"> <comment>Just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF926C=FF</action>
</script>
</cheat>
<cheat desc="P1 Easy Special Slam Move"> <comment>First grapple and then just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF91C5=FF</action>
</script>
</cheat>
<cheat desc="P2 Easy Special Move"> <comment>Just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF946C=FF</action>
</script>
</cheat>
<cheat desc="P2 Easy Special Slam Move"> <comment>First grapple and then just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF93C5=FF</action>
</script>
</cheat>
<cheat desc="P3 Easy Special Move"> <comment>Just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF966C=FF</action>
</script>
</cheat>
<cheat desc="P3 Easy Special Slam Move"> <comment>First grapple and then just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF95C5=FF</action>
</script>
</cheat>
<cheat desc="P4 Easy Special Move"> <comment>Just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF986C=FF</action>
</script>
</cheat>
<cheat desc="P4 Easy Special Slam Move"> <comment>First grapple and then just press attack or attack+jump</comment>
<script state="run">
<action>maincpu.pb@FF97C5=FF</action>
</script>
</cheat>