Page 1 of 1

[kof97 + kof98] Rename Cheats

Posted: Sat Jul 18, 2020 8:04 pm
by AyoMayo
Please rename these cheats to say P2 instead of P1. Thanks

kof97:

Code: Select all

  <cheat desc="P1 Never Get Dizzied">
    <script state="run">
      <action>maincpu.pb@10843F=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Hit Will Dizzy">
    <script state="run">
      <action>maincpu.pb@10843F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Never Get Guard Crushed">
    <script state="run">
      <action>maincpu.pb@108447=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Block Will Guard Crush">
    <script state="run">
      <action>maincpu.pb@108447=00</action>
    </script>
  </cheat>
    <cheat desc="P1 Select Colour (A)"> <comment>This refers to the first character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A85F=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Colour (B)"> <comment>This refers to the second character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A860=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Colour (C)"> <comment>This refers to the third character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A861=param</action>
    </script>
  </cheat>
kof98:

Code: Select all

  <cheat desc="P1 Never Get Dizzied">
    <script state="run">
      <action>maincpu.pb@10843F=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Hit Will Dizzy">
    <script state="run">
      <action>maincpu.pb@10843F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Never Get Guard Crushed">
    <script state="run">
      <action>maincpu.pb@108447=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Block Will Guard Crush">
    <script state="run">
      <action>maincpu.pb@108447=00</action>
    </script>
  </cheat>
    <cheat desc="P1 Select Rounds Lost">
    <parameter min="0" max="2" step="1"/>
    <script state="run">
      <action>maincpu.pb@10A85E=(param)</action>
    </script>
  </cheat>

Re: [kof97 + kof98] Rename Cheats

Posted: Sun Jul 03, 2022 3:13 pm
by Pugsy
Thanks for the bug report. It will be fixed in the next release