[suikoenb] Character Select
Posted: Thu Jul 29, 2010 6:02 am
I post this cheats in M.A.M.E. WIP Cheats because if you select some of the characters the game freezes.
These glitches occur if you select the following characters (please active this cheat only after screen selection):
Any help? Please
These glitches occur if you select the following characters (please active this cheat only after screen selection):
- Shishin's Clone Glitch: If you select this character the game randomly freezes. This character hasn't ending. I
haven't idea if this character is a secret or unfinished character (standing position is different from Shishin). - Chougai: The game freezes in a black screen before fight with Chougai.
- Chougai (Transformation): same as Chougai.
Code: Select all
<cheat desc="Character Select PL1"> <comment>Free player selection - Activate between rounds or after selection.</comment>
<parameter>
<item value="0x01">Shishin</item>
<item value="0x02">Rinchuu</item>
<item value="0x03">Kosanjyou</item>
<item value="0x04">Taisou</item>
<item value="0x05">Riki</item>
<item value="0x06">Rochishin</item>
<item value="0x07">Kousunsyou</item>
<item value="0x08">Bushou</item>
<item value="0x09">#Shishin's Clone Glitch (Koenshaku?)</item>
<item value="0x0A">Gen Shouji</item>
<item value="0x0B">Gen Shougo</item>
<item value="0x0C">Gen Shoushichi</item>
<item value="0x0D">#Chougai</item>
<item value="0x0E">#Chougai (Transformation)</item>
</parameter>
<script state="run">
<action>maincpu.pb@609562E=param</action>
</script>
</cheat>
<cheat desc="Character Select PL2"> <comment>Free player selection - Activate between rounds or after selection.</comment>
<parameter>
<item value="0x01">Shishin</item>
<item value="0x02">Rinchuu</item>
<item value="0x03">Kosanjyou</item>
<item value="0x04">Taisou</item>
<item value="0x05">Riki</item>
<item value="0x06">Rochishin</item>
<item value="0x07">Kousunsyou</item>
<item value="0x08">Bushou</item>
<item value="0x09">#Shishin's Clone Glitch (Koenshaku?)</item>
<item value="0x0A">Gen Shouji</item>
<item value="0x0B">Gen Shougo</item>
<item value="0x0C">Gen Shoushichi</item>
<item value="0x0D">#Chougai</item>
<item value="0x0E">#Chougai (Transformation)</item>
</parameter>
<script state="run">
<action>maincpu.pb@6095796=param</action>
</script>
</cheat>