[kungfur] Kung-Fu Roshi

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

[kungfur] Kung-Fu Roshi

Post by Tafoid »

Show Move (English)

Code: Select all

  <cheat desc="Show Move (English)">
    <script state="run">
    <action>temp0=maincpu.pb@0080</action>
    <action condition="temp0==0">maincpu.pq@0700=46524F4E54000000</action>
    <action condition="temp0==1">maincpu.pq@0700=4241434B00000000</action>
    <action condition="temp0==2">maincpu.pq@0700=4C45465400000000</action>
    <action condition="temp0==3">maincpu.pq@0700=5249474854000000</action>
    <output format="Current Move: %c%c%c%c%c%c%c%c">
    <argument count="8">maincpu.pb@(0700 + argindex)</argument>
    </output>
    </script>
  </cheat>

Show Move (Japanese)

Code: Select all

  <cheat desc="Show Move (Japanese)">
    <script state="run">
    <action>temp0=maincpu.pb@0080</action>
    <action condition="temp0==0">maincpu.pq@0700=4D41450000000000</action>
    <action condition="temp0==1">maincpu.pq@0700=55534849524F0000</action>
    <action condition="temp0==2">maincpu.pq@0700=4849444152490000</action>
    <action condition="temp0==3">maincpu.pq@0700=4D49474900000000</action>
    <output format="Current Move: %c%c%c%c%c%c%c%c">
    <argument count="8">maincpu.pb@(0700 + argindex)</argument>
    </output>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [kungfur] Kung-Fu Roshi

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply