[kof98umh] basic
Posted: Wed Jan 03, 2018 9:30 pm
only basic ones, energy and special moves...
Code: Select all
<mamecheat version="1">
<cheat desc="P1 Infinite Energy">
<script state="run">
<action>maincpu.pb@20040EA8=77</action>
</script>
</cheat>
<cheat desc="-= 'Advanced' Mode Cheats =-"/>
<cheat desc="P1 Infinite Power">
<script state="run">
<action>maincpu.pb@20040F53=05</action>
</script>
</cheat>
<cheat desc="-= 'Extra' Mode cheats =-"/>
<cheat desc="P1 Infinite Power">
<script state="run">
<action>maincpu.pb@20040E59=60</action>
</script>
</cheat>
<cheat desc=" "/>
<cheat desc="P2 Infinite Energy">
<script state="run">
<action>maincpu.pb@200410A8=77</action>
</script>
</cheat>
<cheat desc="-= 'Advanced' Mode Cheats =-"/>
<cheat desc="P2 Infinite Power">
<script state="run">
<action>maincpu.pb@20041153=05</action>
</script>
</cheat>
<cheat desc="-= 'Extra' Mode cheats =-"/>
<cheat desc="P2 Infinite Power">
<script state="run">
<action>maincpu.pb@20041059=60</action>
</script>
</cheat>
</mamecheat>