[nbahangt] [nbamht] “Never Miss A Shot” “Dunk From Anywhere”

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

[nbahangt] [nbamht] “Never Miss A Shot” “Dunk From Anywhere”

Post by editing101 »

Hi guys,

I’m a big fan of the NBA Jam and Hangtime series. I’ve seen that the original Jam and TE already have two awesome codes (courtesy of Abystus ;)) that enable the player to never miss a shot and dunk from anywhere.

It would be awesome if these two particular codes could be adapted to work with either or both Hangtime and Maxiumum Hangtime [nbahangt] [nbamht]!

Image Image

For those interested, the original Jam [nbajam] cheats use the following format:

Code: Select all

  <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@000FE56=CB76</action> <!-- This ROM cheat was made by Abystus -->
      <action>maincpu.mw@00102D6=C400</action>
    </script>
    <script state="off">
      <action>maincpu.mw@000FE56=C676</action>
      <action>maincpu.mw@00102D6=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@000C7DE=C001</action> <!-- This ROM cheat was made by Abystus -->
      <action>maincpu.mw@000C7E6=C001</action>
      <action>maincpu.mw@000C86C=C01C</action>
      <action>maincpu.mw@000C8F6=C00F</action>
      <action>maincpu.mw@000C966=C00F</action>
      <action>maincpu.mw@000C9A0=C001</action>
    </script>
    <script state="off">
      <action>maincpu.mw@000C7DE=C500</action>
      <action>maincpu.mw@000C7E6=C500</action>
      <action>maincpu.mw@000C86C=C61C</action>
      <action>maincpu.mw@000C8F6=C40F</action>
      <action>maincpu.mw@000C966=C40F</action>
      <action>maincpu.mw@000C9A0=CB00</action>
    </script>
  </cheat>
While the TE version [nbajamte] uses:

Code: Select all

   <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>
Pugsy/Abystus is there any chance you can adapt these existing codes to work with [nbahangt] [nbamht]? Any info on this you have on this would be great! :)
Post Reply