[snes, dossungb] Dossun! Ganseki Battle cheats

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, dossungb] Dossun! Ganseki Battle cheats

Post by NotAGoodName »

Yeah, I know. "lol, cheats for a puzzle game" This is simply the most unfair and ridiculously difficult puzzle game that I've ever played. I hope that whoever play tested this and decided it was good to go puked his/her guts out and had a miserable night at the launch date party. Cheating is pretty much a means of making this game remotely fair because the player is that ridiculously crippled. Also, I don't know if the character names are remotely correct, but I don't care.

Really, as a whole, SNES puzzle games are absolute crap. I'm beginning to ponder if the slug of a console even has enough horsepower to drive a half decent RNG. Tetris vs. mode doesn't even have random pieces. What a trainwreck.

Code: Select all

  <cheat desc="Infinite Energy P1">
    <script state="run">
      <action>maincpu.pb@7E31A0=maincpu.pb@7E31A2</action>
    </script>
  </cheat>

  <cheat desc="Die in One Hit P1">
    <script state="run">
      <action>maincpu.pb@7E31A2=01</action>
      <action condition="maincpu.pb@7E31A0 GT maincpu.pb@7E31A2">maincpu.pb@7E31A0=01</action>
    </script>
  </cheat>

  <cheat desc="Infinite Specials P1">
    <script state="run">
      <action>maincpu.pb@7E3449=03</action>
    </script>
  </cheat>

  <cheat desc="0 Specials P1"><comment>Prevents the opponent from "cheating"</comment>
    <script state="run">
      <action>maincpu.pb@7E3449=00</action>
    </script>
  </cheat>

  <cheat desc="Character Select P1"><comment>Don't bother in story mode</comment>
    <parameter>
      <item value="0x00">Fighter</item>
      <item value="0x01">Elf</item>
      <item value="0x02">Dwarf</item>
      <item value="0x03">Death</item>
      <item value="0x04">Griffon</item>
      <item value="0x05">Minotaur</item>
      <item value="0x06">Ogre</item>
      <item value="0x07">Egyptian</item>
      <item value="0x08">Dragon</item>
      <item value="0x09">#Dark Knight</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@7E3452=param</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy P2">
    <script state="run">
      <action>maincpu.pb@7E3877=maincpu.pb@7E3879</action>
    </script>
  </cheat>

  <cheat desc="Die in One Hit P2">
    <script state="run">
      <action>maincpu.pb@7E3879=01</action>
      <action condition="maincpu.pb@7E3877 GT maincpu.pb@7E3879">maincpu.pb@7E3877=01</action>
    </script>
  </cheat>

  <cheat desc="P2 Max Energy = P1 Max Energy"><comment>Makes the game more fair</comment>
    <script state="run">
      <action>maincpu.pb@7E3879=maincpu.pb@7E31A2</action>
      <action condition="maincpu.pb@7E3877 GT maincpu.pb@7E31A2">maincpu.pb@7E3877=maincpu.pb@7E31A2</action>
    </script>
  </cheat>

  <cheat desc="Infinite Specials P2">
    <script state="run">
      <action>maincpu.pb@7E3B20=03</action>
    </script>
  </cheat>

  <cheat desc="0 Specials P2"><comment>Prevents the opponent from "cheating"</comment>
    <script state="run">
      <action>maincpu.pb@7E3B20=00</action>
    </script>
  </cheat>

  <cheat desc="Character Select P2">
    <parameter>
      <item value="0x00">Fighter</item>
      <item value="0x01">Elf</item>
      <item value="0x02">Dwarf</item>
      <item value="0x03">Death</item>
      <item value="0x04">Griffon</item>
      <item value="0x05">Minotaur</item>
      <item value="0x06">Ogre</item>
      <item value="0x07">Egyptian</item>
      <item value="0x08">Dragon</item>
      <item value="0x09">#Dark Knight</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@7E3B29=param</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply