Announcement

Collapse
No announcement yet.

nolberto82 codes

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

  • Code:
    [COLOR=#0000ff]Rise of the Robots - SNES[/COLOR]
    
    Hit Anywhere Both Players
    DDC1-77D7
    DDC5-7D67
    DDCB-7DA7
    Added.

    Comment


    • Code:
      [COLOR=#0000ff]Rival Turf - SNES[/COLOR]
      
      Hit Anywhere(Might make some enemies invisible.)
      6DB6-69EA
      F9B6-617A
      Added
      Last edited by nolberto82; 11-21-2011, 11:02:38 PM.

      Comment


      • Code:
        [COLOR=#0000ff]Run Saber - SNES[/COLOR]
        
        Hit Anywhere
        6DE5-4728
        F9E6-4DF8
        Added.

        Comment


        • Did you notice any odd asm (mvn) writing to the enemy address continually in Run Saber? I believe that's why I gave up on it a long time ago. Never traced the game due to it continually breaking originally (months ago).
          Last edited by Abystus; 11-21-2011, 11:47:07 PM.
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • Originally posted by Abystus
            Did you notice any odd asm (mvn) writing to the enemy address continually in Run Saber? I believe that's why I gave up on it a long time ago. Never traced the game due to it continually breaking originally (months ago).
            Yes. I've encountered this opcode before so I know how it works. It can be pretty annoying at times.

            Comment


            • Code:
              [COLOR=#0000ff]Spider-Man: Maximum Carnage - SNES[/COLOR]
              
              Hit Anywhere
              DD62-3DA0
              
              One Hit Kill
              6DA6-4760
              
              Get Health Pickup From Anywhere
              6DA3-1768
              77A3-17A8
              Added.

              Comment


              • Originally posted by nolberto82 View Post
                Code:
                [COLOR=#0000ff]Run Saber - SNES[/COLOR]
                
                Hit Anywhere
                6DE5-4728
                F9E6-4DF8
                This code only works on the male character.

                Comment


                • Code:
                  [COLOR=#0000ff]Donkey Kong Country (1.1) - SNES[/COLOR]
                  
                  Get Life Balloons From Anywhere
                  6DC7-32FB
                  
                  Get KONG Letters From Anywhere
                  6D28-CE52
                  
                  Get Banana Bunches From Anywhere
                  6D25-3282
                  
                  Get Midway Barrel From Anywhere
                  6DE3-CABB
                  
                  Get Most Single Bananas From Anywhere
                  6D80-3E44
                  DD89-3314
                  6D88-3244
                  Added.

                  Comment


                  • Code:
                    [COLOR=#0000ff]Donkey Kong Country (1.2) - SNES[/COLOR]
                    
                    Get Life Balloons From Anywhere 
                    6DC0-32FB  
                    
                    Get KONG Letters From Anywhere 
                    6D2D-3E52  
                    
                    Get Banana Bunches From Anywhere 
                    6D2A-3282 
                    
                     Get Midway Barrel From Anywhere 
                    6DEF-32FB  
                    
                    Get Most Single Bananas From Anywhere 
                    6D85-4217
                    DD86-4AC7
                    6D82-4E17
                    Added.

                    Comment


                    • Nice codes!

                      Request:

                      Hyper Iria (J) SNES

                      Code:
                      Hit Anywhere
                      Collect Items Anywhere
                      One Hit Kills
                      Not taking any requests at this time.

                      Bored? Watch some of my hacks here.

                      Comment


                      • Originally posted by Abystus

                        Request:

                        Hyper Iria (J) SNES
                        Hit Anywhere for this one seems impossible.

                        Comment


                        • Originally posted by nolberto82 View Post
                          Hit Anywhere for this one seems impossible.
                          I agree. I must have changed 50 branches on this one, and worked pretty far up the log file before giving up. I did not try the other requests, so I have no clue on their difficulties.
                          Not taking any requests at this time.

                          Bored? Watch some of my hacks here.

                          Comment


                          • Originally posted by Abystus
                            I agree. I must have changed 50 branches on this one, and worked pretty far up the log file before giving up. I did not try the other requests, so I have no clue on their difficulties.
                            There is possibly 2 ways to do this. Using an invincibility code or jumping to an empty location which will be more than 5 codes.

                            Comment


                            • Originally posted by nolberto82 View Post
                              There is possibly 2 ways to do this. Using an invincibility code or jumping to an empty location which will be more than 5 codes.
                              Invincibility would turn it into a "Continually Hit Anywhere" which wouldn't be all that bad. Creating your own routine would definitely be more than 5 codes, but would be worth the effort for emulator users only (which I don't mind heh). There has to be a branch somewhere that allows the enemy to be hit, I mean the game has to do it somewhere or else you wouldn't be able to hit the enemies to begin with. With everything I changed, I had no indication of a "Hit Anywhere" code, but just modifications to enemy projectiles, and other odd effects. Maybe we are looking in the wrong place (I went for enemy health)?
                              Last edited by Abystus; 11-23-2011, 03:39:33 PM.
                              Not taking any requests at this time.

                              Bored? Watch some of my hacks here.

                              Comment


                              • I found the hit routine last night I'm just trying to decide which of the 2 ways to go with. If used with invincibility it will still be a "Hit Anywhere" not a "Continually Hit Anywhere". The routine is one of those that is shared by both the player and enemies.

                                Comment

                                Working...
                                X