[jchan2] Jackie Chan in Fists of Fire

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
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[jchan2] Jackie Chan in Fists of Fire

Post by Abystus »

jchan2.xml

Code: Select all

<cheat desc="View Ending Now">
    <script state="on">
      <action>maincpu.pb@2000A1=42</action>
    </script>
</cheat>

<cheat desc="Hit Anywhere Player 1">
    <comment>Excludes Projectiles.</comment>
    <script state="run">
      <action>maincpu.ow@07562C=6002</action>
      <action>maincpu.ow@075652=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@07562C=6200</action>
      <action>maincpu.ow@075652=6200</action>
    </script>
</cheat>

<cheat desc="Hit Anywhere Player 2">
    <comment>Excludes Projectiles.</comment>
    <script state="run">
      <action>maincpu.ow@074E34=6002</action>
      <action>maincpu.ow@074E5A=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@074E34=6200</action>
      <action>maincpu.ow@074E5A=6200</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Abystus »

jchan2.xml

Code: Select all

<cheat desc="Enable Finishers on Jackie Chan">
    <comment>Allows finishers to be performed on Jackie Chan.</comment>
    <script state="run">
      <action>maincpu.mw@06A1E2=6002</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@06A1E2=6600</action>
    </script>
</cheat>

<cheat desc="Enable Finishers Every Round">
    <script state="run">
      <action>maincpu.mw@06A1D6=6002</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@06A1D6=6600</action>
    </script>
</cheat>

<cheat desc="Enable Finishers During Round">
    <comment>Only works on final round unless used with 'Enable Finishers Every Round' cheat.</comment>
    <script state="run">
      <action>maincpu.mw@06A1A2=6000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@06A1A4=0014</action>
    </script>
    <script state="off">   
      <action>maincpu.mw@06A1A2=6A00</action>
      <action>maincpu.mw@06A1A4=08C2</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Abystus »

jchan2.xml

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@02B586</action>
    </script>
    <script state="run">
      <action>maincpu.mw@02B586=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@02B586=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Abystus »

jchan2.xml

Code: Select all

  <cheat desc="P1 Disable Blocking">
    <script state="on">
      <action>temp0=maincpu.mw@074F5C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@074F5C=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@074F5C=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Disable Blocking">
    <script state="on">
      <action>temp0=maincpu.mw@075754</action>
    </script>
    <script state="run">
      <action>maincpu.mw@075754=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@075754=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [jchan2] Jackie Chan in Fists of Fire

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply