[kof96] The King of Fighters '96

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] The King of Fighters '96

Post by jman »

Code: Select all

<cheat desc="no hit">
    <parameter>
        <item value="0x01">P1          </item>
        <item value="0x02">P2          </item>
        <item value="0x03">both players</item>
    </parameter>
    <script state="on">
        <action>maincpu.rq@0322a = 4eb900062e526700</action> <!-- direct attack / firearms -->
        <action>maincpu.rq@03684 = 4eb900062e5e6600</action> <!-- catch / throw -->
        <action>maincpu.rq@1a904 = 4eb900062e786600</action> <!-- jiraishin (daimon) -->
        <action>maincpu.rq@62e30 = 48e780007001b9fc</action>
        <action>maincpu.rq@62e38 = 0010810066027000</action>
        <action>maincpu.rq@62e40 = b9fc001083006602</action>
        <action>maincpu.rq@62e48 = 70004a804cdf0001</action>
        <action>maincpu.rq@62e50 = 4e7561dc67069647</action>
        <action>maincpu.rq@62e58 = 072c007c4e7548e7</action>
        <action>maincpu.rq@62e60 = 0008284861ca4cdf</action>
        <action>maincpu.rq@62e68 = 1000670808280005</action>
        <action>maincpu.rq@62e70 = 00e34e7570014e75</action>
        <action>maincpu.rq@62e78 = 48e70008284861b0</action>
        <action>maincpu.rq@62e80 = 4cdf100067080828</action>
        <action>maincpu.rq@62e88 = 000100e04e757001</action>
        <action>maincpu.rq@62e90 = 4e75ffffffffffff</action>
        <!--
        62e30 | 48e7 8000      : movem.l D0,-(A7)    // player check routine
        62e34 | 7001           : moveq   #$1,D0
        62e36 | b9fc 0010 8100 : cmpa.l  #$108100,A4
        62e3c | 6602           : bne     $62e40
        62e3e | 7000           : moveq   #$0,D0
        62e40 | b9fc 0010 8300 : cmpa.l  #$108300,A4
        62e46 | 6602           : bne     $62e4a
        62e48 | 7000           : moveq   #$0,D0
        62e4a | 4a80           : tst.l   D0
        62e4c | 4cdf 0001      : movem.l (A7)+,D0
        62e50 | 4e75           : rts
        62e52 | 61dc           : bsr     $62e30      // direct attack / firearms
        62e54 | 6706           : beq     $62e5c
        62e56 | 9647           : sub.w   D7,D3
        62e58 | 072c 007c      : btst    D3,($7c,A4)
        62e5c | 4e75           : rts
        62e5e | 48e7 0008      : movem.l A4,-(A7)    // catch / throw
        62e62 | 2848           : movea.l A0,A4
        62e64 | 61ca           : bsr     $62e30
        62e66 | 4cdf 1000      : movem.l (A7)+,A4
        62e6a | 6708           : beq     $62e74
        62e6c | 0828 0005 00e3 : btst    #$5,($e3,A0)
        62e72 | 4e75           : rts
        62e74 | 7001           : moveq   #$1,D0
        62e76 | 4e75           : rts
        62e78 | 48e7 0008      : movem.l A4,-(A7)    // jiraishin (daimon)
        62e7c | 2848           : movea.l A0,A4
        62e7e | 61b0           : bsr     $62e30
        62e80 | 4cdf 1000      : movem.l (A7)+,A4
        62e84 | 6708           : beq     $62e8e
        62e86 | 0828 0001 00e0 : btst    #$1,($e0,A0)
        62e8c | 4e75           : rts
        62e8e | 7001           : movq   #$1,D0
        62e90 | 4e75           : rts
        -->
    </script>
    <script state="change">
        <action                                  >maincpu.rb@62e3c = 60</action>
        <action                                  >maincpu.rb@62e46 = 60</action>
        <action condition="(param band 01) != 00">maincpu.rb@62e3c = 66</action>
        <action condition="(param band 02) != 00">maincpu.rb@62e46 = 66</action>
    </script>
    <script state="off">
        <action>maincpu.rq@0322a = 9647072c007c6700</action>
        <action>maincpu.rq@03684 = 0828000500e36600</action>
        <action>maincpu.rq@1a904 = 0828000100e06600</action>
        <action>maincpu.rq@62e30 = ffffffffffffffff</action>
        <action>maincpu.rq@62e38 = ffffffffffffffff</action>
        <action>maincpu.rq@62e40 = ffffffffffffffff</action>
        <action>maincpu.rq@62e48 = ffffffffffffffff</action>
        <action>maincpu.rq@62e50 = ffffffffffffffff</action>
        <action>maincpu.rq@62e58 = ffffffffffffffff</action>
        <action>maincpu.rq@62e60 = ffffffffffffffff</action>
        <action>maincpu.rq@62e68 = ffffffffffffffff</action>
        <action>maincpu.rq@62e70 = ffffffffffffffff</action>
        <action>maincpu.rq@62e78 = ffffffffffffffff</action>
        <action>maincpu.rq@62e80 = ffffffffffffffff</action>
        <action>maincpu.rq@62e88 = ffffffffffffffff</action>
        <action>maincpu.rq@62e90 = ffffffffffffffff</action>
    </script>
</cheat>

<cheat desc="enable max special move">
    <parameter>
        <item value="0x01">P1          </item>
        <item value="0x02">P2          </item>
        <item value="0x03">both players</item>
    </parameter>
    <script state="on">
        <action>maincpu.rq@1ab76 = 4ef900062eba6600</action>
        <action>maincpu.rq@62ea0 = 7001b9fc00108100</action>
        <action>maincpu.rq@62ea8 = 66027000b9fc0010</action>
        <action>maincpu.rq@62eb0 = 8300660270004a80</action>
        <action>maincpu.rq@62eb8 = 4e7561e4670c082d</action>
        <action>maincpu.rq@62ec0 = 000580004ef90001</action>
        <action>maincpu.rq@62ec8 = ab7c4ef90001abd6</action>
        <!--
        62ea0 | 7001           : moveq   #$1, D0          // player check routine
        62ea2 | b9fc 0010 8100 : cmpa.l  #$108100, A4
        62ea8 | 6602           : bne     $62eac
        62eaa | 7000           : moveq   #$0, D0
        62eac | b9fc 0010 8300 : cmpa.l  #$108300, A4
        62eb2 | 6602           : bne     $62eb6
        62eb4 | 7000           : moveq   #$0, D0
        62eb6 | 4a80           : tst.l   D0
        62eb8 | 4e75           : rts
        62eba | 61e4           : bsr     $62ea0           // main routine
        62ebc | 670c           : beq     $62eca
        62ebe | 082d 0005 8000 : btst    #$5, (-$8000,A5)
        62ec4 | 4ef9 0001 ab7c : jmp     $1ab7c.l
        62eca | 4ef9 0001 abd6 : jmp     $1abd6.l
        -->
    </script>
    <script state="change">
        <action                                  >maincpu.rb@62ea8 = 60</action>
        <action                                  >maincpu.rb@62eb2 = 60</action>
        <action condition="(param band 01) != 00">maincpu.rb@62ea8 = 66</action>
        <action condition="(param band 02) != 00">maincpu.rb@62eb2 = 66</action>
    </script>
    <script state="off">
        <action>maincpu.rq@1ab76 = 082d000580006600</action>
        <action>maincpu.rq@62ea0 = ffffffffffffffff</action>
        <action>maincpu.rq@62ea8 = ffffffffffffffff</action>
        <action>maincpu.rq@62eb0 = ffffffffffffffff</action>
        <action>maincpu.rq@62eb8 = ffffffffffffffff</action>
        <action>maincpu.rq@62ec0 = ffffffffffffffff</action>
        <action>maincpu.rq@62ec8 = ffffffffffffffff</action>
    </script>
</cheat>

<cheat desc="timer speed">
    <parameter>
        <item value="0x00ff">01 (slow)</item>
        <item value="0x0064">02       </item>
        <item value="0x0032">03       </item>
        <item value="0x0016">04       </item>
        <item value="0x0001">05 (fast)</item>
    </parameter>
    <script state="on">
        <action>maincpu.rd@200bc = 1b7c0000</action>
    </script>
    <script state="change">
        <action>maincpu.rw@200be = param</action>
    </script>
    <script state="off">
        <action>maincpu.rd@200bc = 1b6d2838</action>
    </script>
</cheat>
"no hit" is now under test. kof96 uses different routine from kof94 and 95 about collision check for some moves.
"enable max special move" is only for "max" special move (energy bar is flashing AND power gauge is maximum), not "normal" (energy bar is flashing OR power gauge is maximum).
For example, you can't do "power geyser" but "triple power geyser" in case of Terry.

I'm struggling with "easy move" code to test "no hit" though it's hard. kof96 compares "input history" with move command table in ROM directly and doesn't save any temporary flag for input like kof94 and 95.
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 1

Post by jman »

Incomplete "easy move" lists to test "no hit" code.
  • affects back step and dash.
  • facing to the right only.
  • don't work "combination" move (first move works but second or later move doesn't)
Kyo. You can't use some combination move ("aragami"→"yanosabi", "dokugami"→"tumiyomi" etc).

Code: Select all

<cheat desc="oniyaki">
    <script state="run">
        <action>maincpu.pq@10e324 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="R.E.D. kick">
    <script state="run">
        <action>maincpu.pq@10e324 = 0402060000000000</action>
    </script>
</cheat>

<cheat desc="yano sabi / tsumi yomi / kototsuki you">
    <script state="run">
        <action>maincpu.pq@10e324 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="aragami / kono kizu / dokugami / 75 shiki kai">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="nue tsumi">
    <script state="run">
        <action>maincpu.pq@10e324 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="orochinagi">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>
Benimaru. You can't use "handou sandan geri" after "iai geri".

Code: Select all

<cheat desc="super inazuma kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="raijin ken / iai geri">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="shinkuu katategoma">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="benimaru collider">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="raikou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>

<cheat desc="handou sandan geri">
    <script state="run">
        <action>maincpu.pq@10e326 = 0402060000000000</action>
    </script>
</cheat>
Daimon.

Code: Select all

<cheat desc="jiraishin">
    <script state="run">
        <action>maincpu.pq@10e324 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="chou ukemi">
    <script state="run">
        <action>maincpu.pq@10e324 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="kumo tsukami nage / kirikabu gaeshi / chou oosotogari">
    <script state="run">
        <action>maincpu.pq@10e324 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="tenchi gaeshi">
    <script state="run">
        <action>maincpu.pq@10e324 = 080a020604080000</action>
    </script>
</cheat>

<cheat desc="jigoku gokuraku otoshi">
    <script state="run">
        <action>maincpu.pq@10e31c = 080a020604080a02</action>
        <action>maincpu.pq@10e324 = 0604000000000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 2

Post by jman »

Terry.

Code: Select all

<cheat desc="burn knuckle / crack shoot">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="power wave">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="rising tackle / power dunk">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="power geyser">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040608000000</action>
    </script>
</cheat>
Andy. You can't use "gadankou" unless set after "zan ei ken" hits.

Code: Select all

<cheat desc="zan ei ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 0608000000000000</action>
    </script>
</cheat>

<cheat desc="gen ei shiranui / gadankou">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="hishou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="shouryu dan">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="kuuha dan / gekiheki haisui shou">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="chou reppa dan">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>
Joe. You can't use "bakuretsu ken finish" alone.

Code: Select all

<cheat desc="hurricane upper / slash kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="bakuretsu ken">
    <script state="run">
        <action>maincpu.pq@10e324 = 5000500050005000</action>
    </script>
</cheat>

<cheat desc="bakuretsu ken finish">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="tiger kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="ougon no kakato">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="screw upper">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 3

Post by jman »

Ryo.

Code: Select all

<cheat desc="ko ou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="kohou">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="kyokugen-ryuu renbu ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="mouko raijin gou">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="hien shippuu kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="ryuuko ranbu">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>

<cheat desc="haou shoukou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 080406020a080000</action>
    </script>
</cheat>
Robert.

Code: Select all

<cheat desc="ryuugeki ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="ryuga">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="hien shippuu kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="hien ryuujin kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="kyokugen-ryuu renbu kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="ryuuko ranbu">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>

<cheat desc="haou shoukou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 080406020a080000</action>
    </script>
</cheat>
Yuri.

Code: Select all

<cheat desc="ko ou ken / raiou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="yuri chou upper">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="hyakuretsu binta">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="yuri chou knuckle / yuri chou mawashi geri">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="hien hou ou kyaku">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>

<cheat desc="haou shoukou ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 080406020a080000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 4

Post by jman »

Leona. Charge type moves require key input and button input at the same time (eg, → + punch).
  • moon slasher : ↑ + punch
  • x-caliber : ↑ + kick
  • ground saber : → + kick
  • baltic launcher : → + punch

Code: Select all

<cheat desc="moon slasher / x-caliber">
    <script state="run">
        <action>maincpu.pb@10e33a = 1e</action>
    </script>
</cheat>

<cheat desc="ground saber">
    <script state="run">
        <action>maincpu.pb@10e33c = 1e</action>
    </script>
</cheat>

<cheat desc="baltic launcher">
    <script state="run">
        <action>maincpu.pb@10e342 = 1e</action>
    </script>
</cheat>

<cheat desc="v-slasher">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>
Ralf. Charge type moves require key input and button input at the same time (eg, → + punch).
  • gatling attack : → + punch
  • ralf kick : → + kick
  • kyuukouka bakudan punch (ground) : ↑ + punch

Code: Select all

<cheat desc="vulcan punch">
    <script state="run">
        <action>maincpu.pq@10e324 = 5000500050005000</action>
    </script>
</cheat>

<cheat desc="kyuukouka bakudan punch (air)">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="super argentine back breaker">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="baribari vulcan punch / umanori vulcan punch">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>

<cheat desc="gatling attack / ralf kick">
    <script state="run">
        <action>maincpu.pb@10e33c = 1e</action>
    </script>
</cheat>

<cheat desc="kyuukouka bakudan punch (ground)">
    <script state="run">
        <action>maincpu.pb@10e33e = 1e</action>
    </script>
</cheat>
Clark.

Code: Select all

<cheat desc="vulcan punch">
    <script state="run">
        <action>maincpu.pq@10e324 = 5000500050005000</action>
    </script>
</cheat>

<cheat desc="rolling cradler / frankensteiner / super argentine back breaker">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="napalm stretch">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="ultra argentine back breaker">
    <script state="run">
        <action>maincpu.pq@10e31c = 080a020604080a02</action>
        <action>maincpu.pq@10e324 = 0604000000000000</action>
    </script>
</cheat>

<cheat desc="flashing elbow">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 5

Post by jman »

Athena.

Code: Select all

<cheat desc="psycho ball attack / phoenix arrow / crystal shoot">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="psycho reflector">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="psycho sword">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="psychic teleport">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="shining crystal bit">
    <script state="run">
        <action>maincpu.pq@10e324 = 04080a0206040000</action>
    </script>
</cheat>
Kensou.

Code: Select all

<cheat desc="chou kyu dan / ryu sou geki">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="ryu gaku sai">
    <script state="run">
        <action>maincpu.pq@10e326 = 0402060000000000</action>
    </script>
</cheat>

<cheat desc="ryu ren ga : chiryu / ryu ren ga : tenryu">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="shinryu seiou rekkyaku / shinryu tenbu kyaku">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>
Chin.

Code: Select all

<cheat desc="hyoutan geki / bougetsu sui">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="ryurin hourai">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="kaiten-teki kuutotsu ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="suikan kanou">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="gouran enpou">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 6

Post by jman »

Kasumi.

Code: Select all

<cheat desc="kasane-ate">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="haku san tou">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="messhin mutou / sassyou insyu">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="tatsumaki souda">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="chou kasane-ate">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>
Mai.

Code: Select all

<cheat desc="ka chou sen">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="ryu en bu / musasabi no mai (air)">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="hisyou ryu en jin">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="hissatsu shinobi bachi">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="musasabi no mai (ground)">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="chou hissatsu shinobi bachi">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>
King.

Code: Select all

<cheat desc="venom strike">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="double strike">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>

<cheat desc="surprise rose / trap shot">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="tornado kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="mirage kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="illusion dance">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 7

Post by jman »

Kim.
  • hien zan : ↑ + kick
  • kuu sa jin : ↑ + punch
  • ryusei raku : → + kick

Code: Select all

<cheat desc="hangetsu zan">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="hishou kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="hien zan / kuu sa jin">
    <script state="run">
        <action>maincpu.pb@10e33a = 1e</action>
    </script>
</cheat>

<cheat desc="ryusei raku">
    <script state="run">
        <action>maincpu.pb@10e340 = 1e</action>
    </script>
</cheat>

<cheat desc="houou kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040608000000</action>
    </script>
</cheat>
Chang.
  • tekkyu funsai geki : → + punch
  • tekkyu hien zan : ↑ + kick

Code: Select all

<cheat desc="tekkyu dai kaiten">
    <script state="run">
        <action>maincpu.pq@10e324 = 5000500050005000</action>
    </script>
</cheat>

<cheat desc="dai hakai nage">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604080000</action>
    </script>
</cheat>

<cheat desc="tekkyu funsai geki">
    <script state="run">
        <action>maincpu.pb@10e33a = 1e</action>
    </script>
</cheat>

<cheat desc="tekkyu hien zan">
    <script state="run">
        <action>maincpu.pb@10e33e = 1e</action>
    </script>
</cheat>

<cheat desc="tekkyu dai bousou">
    <script state="run">
        <action>maincpu.pq@10e324 = 020a080a02060400</action>
    </script>
</cheat>
Choi.
  • tatsumaki shippuu zan : ↑ + punch
  • hisyou kuuretsu zan : ↑ + kick
  • shissou hisyou zan : → + punch
  • shippuu hien sashi : → + kick

Code: Select all

<cheat desc="hisyou kyaku">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="tatsumaki shippuu zan / hisyou kuuretsu zan">
    <script state="run">
        <action>maincpu.pb@10e33a = 1e</action>
    </script>
</cheat>

<cheat desc="shissou hisyou zan / shippuu hien sashi">
    <script state="run">
        <action>maincpu.pb@10e33e = 1e</action>
    </script>
</cheat>

<cheat desc="shin! chouzetsu tatsumaki shinkuu zan">
    <script state="run">
        <action>maincpu.pq@10e31c = 080a020604080a02</action>
        <action>maincpu.pq@10e324 = 0604000000000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 8

Post by jman »

Iori.

Code: Select all

<cheat desc="oniyaki">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="kototsuki in">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="aoihana">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="kuzukaze">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="yamibarai">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="yaotome">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>
Mature.

Code: Select all

<cheat desc="death row / metal massacre">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="despair">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="decide">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="heaven's gate">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>
Vice.

Code: Select all

<cheat desc="gore fest">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604080000</action>
    </script>
</cheat>

<cheat desc="decide">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="outrage / ravenous">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="negative gain">
    <script state="run">
        <action>maincpu.pq@10e31c = 080a020604080a02</action>
        <action>maincpu.pq@10e324 = 0604000000000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 9

Post by jman »

Geese.

Code: Select all

<cheat desc="reppuu ken / double reppuu ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="atemi nage">
    <script state="run">
        <action>maincpu.pq@10e324 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="ja ei ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="hissyou nichirin zan">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="shippuu ken">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="raging storm">
    <script state="run">
        <action>maincpu.pq@10e324 = 06080a0206040a00</action>
    </script>
</cheat>
Krauser.

Code: Select all

<cheat desc="blitz ball">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="leg tomahawk">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="kaiser kick">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="kaiser dual sobat">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="kaiser suplex">
    <script state="run">
        <action>maincpu.pq@10e324 = 080a020604080000</action>
    </script>
</cheat>

<cheat desc="kaiser wave">
    <script state="run">
        <action>maincpu.pq@10e324 = 080406020a080000</action>
    </script>
</cheat>
Mr.big.

Code: Select all

<cheat desc="ground blaster">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a080000000000</action>
    </script>
</cheat>

<cheat desc="cross diving / spinning lancer">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="crazy drum">
    <script state="run">
        <action>maincpu.pq@10e324 = 5000500050005000</action>
    </script>
</cheat>

<cheat desc="california romance">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="blaster wave">
    <script state="run">
        <action>maincpu.pq@10e326 = 020a08020a000000</action>
    </script>
</cheat>
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kof96] easy move list 10

Post by jman »

Chizuru.

Code: Select all

<cheat desc="tenjin no kotowari">
    <script state="run">
        <action>maincpu.pq@10e326 = 08020a0000000000</action>
    </script>
</cheat>

<cheat desc="shinsoku no norito">
    <script state="run">
        <action>maincpu.pq@10e326 = 080a020604000000</action>
    </script>
</cheat>

<cheat desc="tamayura no sitsune">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="shinsoku no norito">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="reigi no ishizue">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>

<cheat desc="sanrai no fujin">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040206000000</action>
    </script>
</cheat>
Goenitz.

Code: Select all

<cheat desc="yonokaze">
    <script state="run">
        <action>maincpu.pq@10e326 = 0406020a08000000</action>
    </script>
</cheat>

<cheat desc="tokobuse / mametsu / hyouga">
    <script state="run">
        <action>maincpu.pq@10e326 = 0206040000000000</action>
    </script>
</cheat>

<cheat desc="mizuchi">
    <script state="run">
        <action>maincpu.pq@10e324 = 02060406020a0800</action>
    </script>
</cheat>

<cheat desc="yami doukoku">
    <script state="run">
        <action>maincpu.pq@10e31c = 080a020604080a02</action>
        <action>maincpu.pq@10e324 = 0604000000000000</action>
    </script>
</cheat>
Post Reply