Page 1 of 1

[nbamht] Always on Fire cheat

Posted: Mon May 05, 2014 12:34 pm
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>

Re: [nbamht] Always on Fire cheat

Posted: Mon May 05, 2014 8:17 pm
by pepinos
can you find the same cheat also for the other nba basketball games too?

Re: [nbamht] Always on Fire cheat

Posted: Tue May 06, 2014 2:49 pm
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.

Re: [nbamht] Always on Fire cheat

Posted: Tue May 06, 2014 3:05 pm
by pepinos
thank you very much Bortus

Re: [nbamht] Always on Fire cheat

Posted: Thu May 15, 2014 5:13 am
by OldSchoolGamer
Excellent!

Re: [nbamht] Always on Fire cheat

Posted: Fri May 16, 2014 4:03 pm
by Pugsy
Thanks, added