[nbamht] Always on Fire cheat

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
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

[nbamht] Always on Fire cheat

Post by Bortus »

NBA Maximum Hangtime
Tested and works for: nbamht, nbamht1

Code: Select all

  <cheat desc="PL1 Team Always On Fire">
    <comment>2 players (PL1 and CPU) is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136DC0=03</action>
      <action>maincpu.ppb@01136E50=04</action>
      <action>maincpu.ppw@01136E60=0020</action>
    </script>
  </cheat> 
  
  <cheat desc="PL2 Team Always On Fire">
    <comment>2 players (PL2 and CPU) is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136DC0=0C</action>
      <action>maincpu.ppb@01136E50=04</action>
      <action>maincpu.ppw@01136E60=0000</action>
    </script>
  </cheat>

  <cheat desc="PL1 and PL2 Team Always On Fire">
    <comment>4 players (PL1,PL2,CPU1,CPU2) is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136DC0=0F</action>
      <action>maincpu.ppb@01136E50=04</action>
      <action>maincpu.ppb@01136E90=FF</action>
      <action>maincpu.ppb@01136E98=00</action>
    </script>
  </cheat>  
NBA Hangtime
Tested and works for: nbahangt

Code: Select all

  <cheat desc="PL1 Team Always On Fire">
    <comment>2 players in team 1 is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136D60=03</action>
      <action>maincpu.ppb@01136DF0=04</action>
      <action>maincpu.ppw@01136E00=0020</action>
    </script>
  </cheat> 
  
  <cheat desc="PL2 Team Always On Fire">
    <comment>2 players in team 2 is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136D60=0C</action>
      <action>maincpu.ppb@01136DF0=04</action>
      <action>maincpu.ppw@01136E00=0000</action>
    </script>
  </cheat>

  <cheat desc="PL1 and PL2 Team Always On Fire">
    <comment>4 players in the team 1 and 2 is On Fire</comment>
    <script state="run">
      <action>maincpu.ppb@01136D60=0F</action>
      <action>maincpu.ppb@01136DF0=04</action>
      <action>maincpu.ppb@01136E30=FF</action>
      <action>maincpu.ppb@01136E38=00</action>
    </script>
  </cheat>  
NBA Jam
This version of the game is different. I could not find the code that makes all the players are on fire at the same time.

Tested and works.

nbajam

Code: Select all

 <cheat desc="Select Player To Be Always On Fire">
    <parameter>
      <item value="0x0000">PL1/CPU1</item>
      <item value="0x0001">PL2/CPU2</item>
      <item value="0x0002">PL3/CPU3</item>
      <item value="0x0003">PL4/CPU4</item>	  
    </parameter>
    <script state="run">
      <action>maincpu.ppw@010E9A30=param</action>
      <action>maincpu.ppw@010E9AA0=param</action>
      <action>maincpu.ppb@010E9AB0=04</action>	  
    </script>
  </cheat>
nbajamr2

Code: Select all

  <cheat desc="Select Player To Be Always On Fire">
    <parameter>
      <item value="0x0000">PL1/CPU1</item>
      <item value="0x0001">PL2/CPU2</item>
      <item value="0x0002">PL3/CPU3</item>
      <item value="0x0003">PL4/CPU4</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppw@010E99D0=param</action>
      <action>maincpu.ppw@010E9A40=param</action>
      <action>maincpu.ppb@010E9A50=04</action>  
    </script>
  </cheat>
NBA Jam TE
Tested and works for: nbajamte, nbajamte1, nbajamte2, nbajamte3,

Code: Select all

  <cheat desc="Select Player To Be Always On Fire">
    <parameter>
      <item value="0x0000">PL1/CPU1</item>
      <item value="0x0001">PL2/CPU2</item>
      <item value="0x0002">PL3/CPU3</item>
      <item value="0x0003">PL4/CPU4</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppw@010EAAE0=param</action>
      <action>maincpu.ppw@010EAB50=param</action>
      <action>maincpu.ppb@010EAB60=04</action>  
    </script>
  </cheat>
NBA Jam T.E Nani Edition
Tested and works for: nbajamten

Code: Select all

  <cheat desc="Select Player To Be Always On Fire">
    <parameter>
      <item value="0x0000">PL1/CPU1</item>
      <item value="0x0001">PL2/CPU2</item>
      <item value="0x0002">PL3/CPU3</item>
      <item value="0x0003">PL4/CPU4</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppw@010F2020=param</action>
      <action>maincpu.ppw@010F2090=param</action>
      <action>maincpu.ppb@010F20A0=04</action>  
    </script>
  </cheat>
Last edited by Bortus on Tue May 06, 2014 2:55 pm, edited 2 times in total.
pepinos
Posts: 130
Joined: Mon Apr 05, 2004 12:47 am

Re: [nbamht] Always on Fire cheat

Post by pepinos »

can you find the same cheat also for the other nba basketball games too?
Bortus
Posts: 17
Joined: Mon Mar 24, 2014 2:19 pm

Re: [nbamht] Always on Fire cheat

Post by Bortus »

pepinos wrote:can you find the same cheat also for the other nba basketball games too?
No problem, I've added all versions of the game in the first post.
pepinos
Posts: 130
Joined: Mon Apr 05, 2004 12:47 am

Re: [nbamht] Always on Fire cheat

Post by pepinos »

thank you very much Bortus
User avatar
OldSchoolGamer
Posts: 46
Joined: Fri Dec 02, 2011 2:49 am
Location: New Jersey & New York
Contact:

Re: [nbamht] Always on Fire cheat

Post by OldSchoolGamer »

Excellent!
Image
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: [nbamht] Always on Fire cheat

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