Thanks for testing it out Lee4. I know many people don't own a saturn, but unfortunately I could not rely on MESS to give me accurate graphics in that game. I do wonder why the home version's hitboxes are different than the arcade though.
Mortal Kombat 3 (rev 2.1) [MAME]
Ultimate Mortal Kombat 3 (rev 1.2) [MAME]
Mortal Kombat 3 (rev 2.1) [MAME]
Code:
<cheat desc="Enable Finishers During Round">
<comment>Some finishers may crash the game upon completion, or cause other game breaking issues. Do not use with "Infinite Time" cheat, or the round will never end.</comment>
<script state="run">
<action>maincpu.mw@00326EC=1864</action>
<action>maincpu.mw@00326EE=0300</action>
<action>maincpu.mw@00326F0=0300</action>
<action>maincpu.mw@0030480=0300</action>
<action>maincpu.mw@00304A0=0300</action>
</script>
<script state="off">
<action>maincpu.mw@00326EC=05A4</action>
<action>maincpu.mw@00326EE=2250</action>
<action>maincpu.mw@00326F0=0106</action>
<action>maincpu.mw@0030480=CB34</action>
<action>maincpu.mw@00304A0=CB24</action>
</script>
</cheat>
<cheat desc="Repeatable Finishers">
<comment>Allows most finishers and special moves to be interrupted. Will most likely crash the game if you go too crazy with multiple finishers.</comment>
<script state="run">
<action>maincpu.mw@0030488=0300</action>
<action>maincpu.mw@00304C4=0300</action>
<action>maincpu.mw@00304A0=0300</action>
</script>
<script state="off">
<action>maincpu.mw@0030488=CB30</action>
<action>maincpu.mw@00304C4=CB12</action>
<action>maincpu.mw@00304A0=CB24</action>
</script>
</cheat>
Code:
<cheat desc="Enable Finishers During Round">
<comment>Some finishers may crash the game upon completion, or cause other game breaking issues. Do not use with "Infinite Time" cheat, or the round will never end.</comment>
<script state="run">
<action>maincpu.mw@003E34A=1864</action>
<action>maincpu.mw@003E34C=0300</action>
<action>maincpu.mw@003E34E=0300</action>
<action>maincpu.mw@003B074=0300</action>
<action>maincpu.mw@003B094=0300</action>
</script>
<script state="off">
<action>maincpu.mw@003E34A=05A4</action>
<action>maincpu.mw@003E34C=22A0</action>
<action>maincpu.mw@003E34E=0106</action>
<action>maincpu.mw@003B074=CB34</action>
<action>maincpu.mw@003B094=CB24</action>
</script>
</cheat>
<cheat desc="Repeatable Finishers">
<comment>Allows most finishers and special moves to be interrupted. Will most likely crash the game if you go too crazy with multiple finishers.</comment>
<script state="run">
<action>maincpu.mw@003B07C=0300</action>
<action>maincpu.mw@003B0B8=0300</action>
<action>maincpu.mw@003B094=0300</action>
</script>
<script state="off">
<action>maincpu.mw@003B07C=CB30</action>
<action>maincpu.mw@003B0B8=CB12</action>
<action>maincpu.mw@003B094=CB24</action>
</script>
</cheat>


). Very nice.
Comment