[snes, tuffnuffu] Tuff E Nuff player select

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[snes, tuffnuffu] Tuff E Nuff player select

Post by NotAGoodName »

Typical garbage fighting game on the SNES. It's as close to a monster masher as you can get and still call it a fighting game.

The demon that is limited character selection has been exercised.

Code: Select all

  <cheat desc="Character Select P1"><comment>Don't use in story mode</comment>
  	<parameter>
		<item value="0x00">Syoh</item>
		<item value="0x02">Zazi</item>
		<item value="0x04">Kotono</item>
		<item value="0x06">Voltz</item>
		<item value="0x08">Beans</item>
		<item value="0x0A">Dolf</item>
		<item value="0x0C">Rei</item>
		<item value="0x0E">Gajet</item>
		<item value="0x10">Sirou</item>
		<item value="0x12">K's</item>
		<item value="0x14">Jade</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E0FB9=param</action>
    </script>
  </cheat>
  <cheat desc="Character Select P2"><comment>Don't use in story mode</comment>
  	<parameter>
		<item value="0x00">Syoh</item>
		<item value="0x02">Zazi</item>
		<item value="0x04">Kotono</item>
		<item value="0x06">Voltz</item>
		<item value="0x08">Beans</item>
		<item value="0x0A">Dolf</item>
		<item value="0x0C">Rei</item>
		<item value="0x0E">Gajet</item>
		<item value="0x10">Sirou</item>
		<item value="0x12">K's</item>
		<item value="0x14">Jade</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1012=param</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply