Announcement

Collapse
No announcement yet.

nolberto82 codes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • thanks for the xybots code
    Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

    Comment


    • @Abystus: You're welcome.

      @OldSchoolGamer: You're welcome.

      Code:
      [COLOR="Blue"]Space Megaforce - SNES[/COLOR]
      
      Hit Anywhere
      C2CD-6DD1
      1DCD-6D01
      D2CD-6D61
      2DCD-6DA1
      4ACD-6FD1
      Added.

      Comment


      • If you plan on doing more mame hacks I have one more list (I'm running out of a childhood...):

        Hit Anywhere:

        Code:
        Battle Arena Toshinden 2
        Bucky O'Hare
        Captain America and the Avengers
        Darkstalkers - The Night Warriors (may require a Phoenix Edition rom)
        Maximum Force
        Ninja Gaiden
        Pit-Fighter
        Primal Rage
        Punch-Out!!
        Smash TV
        Soul Calibur 1, 2, 3
        Soul Edge
        Splatterhouse
        Spy Hunter
        Street Fighter: The Movie (may require a Phoenix Edition rom)
        Street Fighter III: New Generation (may require a Phoenix Edition rom)
        Street Fighter III: 2nd Impact (may require a Phoenix Edition rom)
        Street Fighter III: 3rd Strike (may require a Phoenix Edition rom)
        Super Punch-Out!!
        Tattoo Assassins
        Teenage Mutant Ninja Turtles: Turtles in Time
        WWF WrestleMania: The Arcade Game
        One Hit Kills:

        Code:
        Bucky O'Hare
        Captain America and the Avengers
        Maximum Force
        Ninja Gaiden
        Smash TV
        Splatterhouse
        Spy Hunter
        Teenage Mutant Ninja Turtles: Turtles in Time
        Last edited by Abystus; 09-20-2011, 10:25:23 PM.
        Not taking any requests at this time.

        Bored? Watch some of my hacks here.

        Comment


        • I just thought of a great idea for the Mortal Kombat games. It has always frustrated me not knowing/remembering the sequence of buttons to press to execute fatalities. It would be so amazing if you could make a cheat code in which all you have to press is a single button to execute a fatality. Is this type of code possible? What do you think of this idea?
          Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

          Comment


          • I did that for mk2 on snes. It worked ok, but not perfect. It's just a matter of finding the routine in the game that checks your button presses.
            Please put all complaints in writing and submit them here.

            Above link not working? Try here.

            Comment


            • Also, Mortal Kombat III had that built-in as a cheat menu option or something.
              Please put all complaints in writing and submit them here.

              Above link not working? Try here.

              Comment


              • Also, Mortal Kombat III had that built-in as a cheat menu option or something.
                Yea I saw that. But it doesn't have it for the most popular and best Mortal Kombat game, which is Mortal Kombat 2. That's the game that I'd really like to see that code for.

                I did that for mk2 on snes.
                I wasn't aware of that. I'll check that out. Very cool.

                My favorite fatality was Sonya's kiss fatality for I believe MK1. I remember always having difficulty performing her fatality.
                Last edited by OldSchoolGamer; 09-21-2011, 02:23:02 AM.
                Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                Comment


                • Originally posted by OldSchoolGamer
                  I just thought of a great idea for the Mortal Kombat games. It has always frustrated me not knowing/remembering the sequence of buttons to press to execute fatalities. It would be so amazing if you could make a cheat code in which all you have to press is a single button to execute a fatality. Is this type of code possible? What do you think of this idea?
                  Look here.

                  When persuasion fails hit them all at once:

                  Code:
                  [COLOR="Blue"]Warriors of Fate (World 921002) - MAME[/COLOR]
                  
                    <cheat desc="Hit Anywhere">
                      <script state="run">
                        <action>maincpu.mw@009ACA=6002</action>
                        <action>maincpu.mw@009AEE=6002</action>
                        <action>maincpu.mw@009B0C=6002</action>
                        <action>maincpu.mw@0093E0=6002</action>
                        <action>maincpu.mw@009404=6002</action>
                        <action>maincpu.mw@009422=6002</action>
                      </script>
                    </cheat>

                  Comment


                  • Look Here
                    Yea I saw that last night for the SNES. I was wondering if you'd be interested in making those fatality codes for MAME. If it's very time consuming/difficult, don't worry about it.
                    Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                    Comment


                    • @OldSchoolGamer: Maybe later on.

                      Code:
                      [COLOR="Blue"]Battle Arena Toshinden 2 (USA 951124) - MAME[/COLOR]
                      
                        <cheat desc="Hit Anywhere Both Players">
                          <script state="run">
                            <action>maincpu.pd@32848C=00000000</action>
                            <action>maincpu.pd@328A6C=00000000</action>
                          </script>
                        </cheat>

                      Comment


                      • Code:
                        [COLOR="Blue"]Bucky O'Hare (ver EA) - MAME[/COLOR]
                        
                          <cheat desc="Hit Anywhere"> <comment>Works on most enemies</comment>
                            <script state="run">
                              <action>maincpu.mw@0067AC=6002</action>
                              <action>maincpu.mw@0067BC=6002</action>
                              <action>maincpu.mw@02F99E=4E71</action>
                            </script>
                          </cheat>
                        
                          <cheat desc="One Hit Kills"> <comment>Works on most enemies</comment>
                            <script state="run">
                              <action>maincpu.mw@00AFD6=6002</action>
                              <action>maincpu.mw@00B066=6002</action>
                              <action>maincpu.mw@01F932=4E71</action>
                              <action>maincpu.mw@01FE4C=6002</action>
                              <action>maincpu.mw@023CE0=6000</action>
                              <action>maincpu.mw@024B9C=4E71</action>
                              <action>maincpu.mw@02A910=4E71</action>
                            </script>
                          </cheat>
                        I will try to complete this one later both codes work on most enemies.
                        Last edited by nolberto82; 09-22-2011, 12:06:58 PM.

                        Comment


                        • Code:
                          [COLOR="Blue"]Captain America and The Avengers (Asia Rev 1.4)  - MAME[/COLOR]
                          
                            <cheat desc="Hit Anywhere">
                              <script state="run">
                                <action>maincpu.od@01B24=E1A00000</action>
                                <action>maincpu.od@01B4C=E1A00000</action>
                                <action>maincpu.od@01CAC=E1A00000</action>
                                <action>maincpu.od@01CD4=E1A00000</action>
                                <action>maincpu.od@021B0=E1A00000</action>
                                <action>maincpu.od@231A0=E1A00000</action>
                              </script>
                            </cheat>
                          
                            <cheat desc="One Hit Kills">
                              <script state="run">
                                <action>maincpu.od@29BCC=E3A08000</action>
                                <action>maincpu.od@4C2CC=EA000007</action>
                                <action>maincpu.od@4D4C0=E1A00000</action>
                                <action>maincpu.od@505EC=E1A00000</action>
                                <action>maincpu.od@53C9C=EA000007</action>
                                <action>maincpu.od@558B4=EA000003</action>
                                <action>maincpu.od@56D60=EA000003</action>
                              </script>
                            </cheat>

                          Comment


                          • Code:
                            [COLOR="Blue"]Darkstalkers: The Night Warriors (USA 940705 Phoenix Edition) - MAME[/COLOR]
                            
                              <cheat desc="Hit Anywhere Both Players">
                                <script state="run">
                                  <action>maincpu.mw@0B6D08=4E71</action>
                                </script>
                              </cheat>

                            Comment


                            • Nolberto, I'm curious, what is your favorite arcade games for each of these genres?
                              • Fighting
                              • 2D Platform
                              • Shmups
                              • Beatem Up
                              • 1st person shooter (Light Gun)
                              Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG

                              Comment


                              • @OldSchoolGamer:

                                Fighting - Street Fighter III: Third Strike, Ultimate Mortal Kombat 3
                                2D Platform - About all of them.
                                Shmups - About all of them.
                                Beatem Up - About all of them.

                                I don't really like first person shooters.


                                Code:
                                [COLOR="Blue"]Ninja Gaiden (US) - MAME[/COLOR]
                                
                                  <cheat desc="Hit Anywhere">
                                    <script state="run">
                                      <action>maincpu.mw@0E196=0D2C</action>
                                    </script>
                                  </cheat>
                                
                                  <cheat desc="One Hit Kills">
                                    <script state="run">
                                      <action>maincpu.mw@0E9AC=4E71</action>
                                      <action>maincpu.mw@0EAFC=4E71</action>
                                    </script>
                                  </cheat>

                                Comment

                                Working...
                                X