[nbajamte] [nbahangt] [nbamaxht] Never Miss A Shot etc.

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
editing101
Posts: 35
Joined: Mon Mar 16, 2015 2:12 am

[nbajamte] [nbahangt] [nbamaxht] Never Miss A Shot etc.

Post by editing101 »

Hello everyone, I was wondering if anyone could replicate the superb cheats created by Abystus for [nbajam] onto [nbajamte], [nbahangt] and [nbamaxht]?

Just to refresh, the awesome cheats that were created were:
"Disable In-Game Play Tip Popups"
"Never Miss A Shot"
"Dunk/Glide Shot/Layup From Anywhere"
"Dunks Always Break Backboard"
"Team Scores All Points"

Here is a link to the original cheats: viewtopic.php?f=4&t=10783

Thanks in advance! :D
editing101
Posts: 35
Joined: Mon Mar 16, 2015 2:12 am

Re: [nbajamte] [nbahangt] [nbamaxht] Never Miss A Shot etc.

Post by editing101 »

Holy crap! Big thanks to syndromtr on getting these cheats up and running :D !

Check out this thread for the replicated [nbajamte] cheats:
viewtopic.php?f=4&t=11864

or see below syndromtr's excellent work!

Code: Select all

   <cheat desc="P1 Unlock All-Star Jam Team Now!"> <comment>Set it on Team Select screen. "?" is Jam Team.</comment>
      <script state="on">
         <action>maincpu.pd@10EC890=07FFFFFF</action>
      </script>
   </cheat>

   <cheat desc="P2 Unlock All-Star Jam Team Now!"> <comment>Set it on Team Select screen. "?" is Jam Team.</comment>
      <script state="on">
         <action>maincpu.pd@10ECA60=07FFFFFF</action>
      </script>
   </cheat>
   
   <cheat desc="P3 Unlock All-Star Jam Team Now!"> <comment>Set it on Team Select screen. "?" is Jam Team.</comment>
      <script state="on">
         <action>maincpu.pd@10ECC30=07FFFFFF</action>
      </script>
   </cheat>
   
   <cheat desc="P4 Unlock All-Star Jam Team Now!"> <comment>Set it on Team Select screen. "?" is Jam Team.</comment>
      <script state="on">
         <action>maincpu.pd@10ECE00=07FFFFFF</action>
      </script>
   </cheat>

   <cheat desc="Disable In-Game Play Tip Popups">
      <script state="run">
         <action>maincpu.mw@0027CB6=C008</action>
         <action>maincpu.mw@0028512=C01D</action>
      </script>
      <script state="off">
         <action>maincpu.mw@0027CB6=CA08</action>
         <action>maincpu.mw@0028512=C41D</action>
      </script>
   </cheat>

   <cheat desc="Never Miss A Shot"> <comment>All players. Ball must hit the rim at some point during the shot.</comment>
      <script state="run">
         <action>maincpu.mw@001407E=CB76</action>
         <action>maincpu.mw@00145F2=C400</action>
      </script>
      <script state="off">
         <action>maincpu.mw@001407E=C676</action>
         <action>maincpu.mw@00145F2=C600</action>
      </script>
   </cheat>

   <cheat desc="Dunk/Glide Shot/Layup From Anywhere"> <comment>All players. Which one you get will be random. You will not be able to perform normal shots with this code active.</comment>
      <script state="run">
         <action>maincpu.mw@0010462=C001</action>
         <action>maincpu.mw@001046A=C001</action>
         <action>maincpu.mw@00104F0=C01C</action>
         <action>maincpu.mw@0010594=C00F</action>
         <action>maincpu.mw@0010604=C00E</action>
         <action>maincpu.mw@001063C=C001</action>
      </script>
      <script state="off">
         <action>maincpu.mw@0010462=C500</action>
         <action>maincpu.mw@001046A=C500</action>
         <action>maincpu.mw@00104F0=C61C</action>
         <action>maincpu.mw@0010594=C40F</action>
         <action>maincpu.mw@0010604=C40E</action>
         <action>maincpu.mw@001063C=CB00</action>
      </script>
   </cheat>
   
   <cheat desc="Dunks Always Break Backboard"> <comment>Works on any quarter and for both teams.</comment>
      <script state="run">
         <action>maincpu.mw@00147F4=C023</action>
      </script>
      <script state="off">
         <action>maincpu.mw@00147F4=C957</action>
      </script>
   </cheat>

   <cheat desc="Team Scores All Points">
      <parameter>
         <item value="0x00">Team 1</item>
         <item value="0x01">Team 2</item>
      </parameter>
      <script state="run">
         <!-- Team 1 -->
         <action condition="(param==0x00)">maincpu.mw@0014622=0300</action>
         <!-- Team 2 -->
         <action condition="(param==0x01)">maincpu.mw@0014622=C002</action>
      </script>
      <script state="off">
         <action>maincpu.mw@0014622=C402</action>
      </script>
   </cheat>
editing101
Posts: 35
Joined: Mon Mar 16, 2015 2:12 am

Re: [nbajamte] [nbahangt] [nbamaxht] Never Miss A Shot etc.

Post by editing101 »

Hello everyone. Thanks again to syndromtr for getting the TE cheats up and running - great work! I would now like to *bump* my request for the nba jam cheats to be replicated on [nbahangt] [nbamaxht] - Never Miss A Shot etc.

Thanks in advance :D !
Post Reply