Announcement

Collapse
No announcement yet.

nensondubois' codes

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

  • Thanks to tbonewillis (frostythesnowboner) or whatever he wants to be called for reminding me that this ROM (I'm not even going to call it a game) exists, and for my own ingenuity to dig into the ROM and find this unused level select.

    Code:
    Super Mario 3 Special (unl) [Ch}.gbc
    
    Start in Stage Select
    023-39F-E6E
    I just made a video of it for some unidentifiable reason.

    "Roll The Bones" - Rush
    Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

    Comment


    • More old codes

      Code:
      Hole in One Golf.gbc
      Enable Unused Medarot Kabuto version Super Game Boy Functions
      1A1-CBF-91E
      Only the US version has partially implemented Super Game Boy support. There are two MLT_REQ (89) with bits 01 and 00 Super Game Boy commands that are used to tell the game that it is running on a Super Game Boy via requesting input from two controllers. While the header byte to enable Super Game Boy functions were enabled in the rom header, (set 0x0146 to 0x03) the other functions will not load, instead a simple instruction change at 0x01CB db 18, ld a,(de) to jr ld a,(de). Alternatively, Game Genie code  will enable the unused Super Game Boy functions showing an unused Medarot Kabutu border and basic commands. Super Game Boy features were planned mostly to detect and disable rumble functions. The code is also present in the Japanese version known as Golf de Ohatusa but all of the function calls have been disabled via setting the bytes to null 0000. 
      
      Enable and set Unused Medarot Kabuto version PAL_SET
      ??1-11B-E6A
      100-7FB-4C7
      410-80B-E63 
      Palette transfer and set commands are not loaded.


      "Roll The Bones" - Rush
      Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

      Comment


      • New code because I was really bored.

        Code:
        Earthworm Jim 2 - Menace to the Galaxy
        
        Maximum infinite ammo for all weapons (can be used in combination with "Start a new game with any weapon of choice" code)
        776-198-4C2
        "Roll The Bones" - Rush
        Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

        Comment


        • Code:
          Mario's Early Years - Fun With Letters.sfc
          Only CPU instructions responsible for music playback are executed
          C0C28980
          
          Title Screen Music Modifier
          C001C7??
          
          Mario's Early Years - Preschool Fun.sfc
          Only CPU instructions responsible for music playback are executed
          C0C28980
          
          Title Screen Music Modifier
          C001C7??
          
          Mario's Early Years - Fun With Numbers.sfc
          Only CPU instructions responsible for music playback are executed
          C0826F80
          
          Title Screen Music Modifier
          C01806??
          
          Note: 1 Use with music modifier.
          
          Note: 2 Useful for SNSF ripping and soundtrack logging without sound effects.
          Last edited by nensondubois; 03-30-2016, 10:02:12 PM.
          "Roll The Bones" - Rush
          Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

          Comment


          • More late-night boredom. Party on!

            Code:
            Waynes World.sfc
            0081BC80
            8080F800
            NULL I/O Input and graphic rendering for music playback hardware registers only. Useful for SNSF ripping, soundtrack recording or to play the game's music uninterrupted.
            Edit: Here is a very lazy SNSF rip
            http://snesmusic.jukor.net/download/file.php?id=1335
            Last edited by nensondubois; 04-01-2016, 01:34:09 PM.
            "Roll The Bones" - Rush
            Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

            Comment


            • Code:
              Wayne's World.sfc
              title Screen Music Modifier (Can be used with previous code to only playback audio)
              808129??
              "Roll The Bones" - Rush
              Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

              Comment


              • Code:
                Donkey Kong.nes
                
                Controllable Jump
                AEKKEVIA
                Untested if it works with the Donkey Kong "Pie Level" ROM because I can't find it/too lazy/didn't look for the ROM.

                Last edited by nensondubois; 04-02-2016, 11:32:39 AM.
                "Roll The Bones" - Rush
                Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                Comment


                • Code:
                  Ice Climber
                  
                  Controllable Jump
                  AAVKEVZZ
                  
                  Controllable Jump (Bonus Game)
                  AANIZSZP
                  Last edited by nensondubois; 04-02-2016, 06:43:02 PM.
                  "Roll The Bones" - Rush
                  Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                  Comment


                  • Code:
                    Mario Bros.nes
                    Baddies are always Angry
                    AAOGGYTZ
                    
                    No need to collect badies (coins will not appear from pipes)
                    ATEGLYAG
                    "Roll The Bones" - Rush
                    Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                    Comment


                    • Code:
                      Mario Bros.
                      
                      Always show Mario and Luigi Full Lives
                      AZESLTKY
                      "Roll The Bones" - Rush
                      Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                      Comment


                      • Code:
                        Mario Bros.
                        
                        
                        Badies and Coins Spawn as fast as possible
                        AAESXLLA
                        
                        Badies and Coins Spawn faster than usual
                        ZAESXLLA
                        
                        Badies and Coins Spawn even faster than usual
                        ZAESXLLA
                        
                        Badies and Coins Spawn slower than usual
                        PAESXLLE
                        
                        Badies and Coins Spawn even slower than usual
                        PAESXLLE
                        
                        Badies and Coins Spawn much slower than usual
                        LPESXLLA
                        
                        Badies and Coins Spawn absurdly slower than usual
                        ZLESXLLA
                        
                        Skip Into Wait
                        AEVILUAP
                        "Roll The Bones" - Rush
                        Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                        Comment


                        • Code:
                          Badies float to the top of the screen and remain stationary (need to use POW 
                          
                          block to flip them vulnerable; or use run into badies to kill them code.)
                          GPOIVPLA
                          
                          No Top Score
                          ETUSZEZK
                          
                          Platforms are above the POW block to the left and right cliffs
                          UOUTGAGZ
                          UOXVLAGZ
                          
                          Platform type Ice are above the POW block to the left and right cliffs
                          UVUTGAGX
                          SVXVLAGX
                          
                          POW Blocks are above the POW block to the left and right cliffs (using either will diminish the supply unless using "POW block does not shrink" code)
                          XNUTGAGX
                          XNXVLAGX
                          Last edited by nensondubois; 04-03-2016, 03:18:17 PM.
                          "Roll The Bones" - Rush
                          Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                          Comment


                          • Code:
                            Donkey Kong
                            Can Fall off Platforms
                            AAOSZTYZ
                            AUKIPVOZ
                            Last edited by nensondubois; 04-05-2016, 12:14:28 AM.
                            "Roll The Bones" - Rush
                            Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                            Comment


                            • Code:
                              Donkey Kong Classics
                              
                              Donkey Kong
                              Can Fall off Platforms
                              AUSPTSOZ
                              AAXOYIYZ
                              Last edited by nensondubois; 04-05-2016, 12:04:40 AM.
                              "Roll The Bones" - Rush
                              Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                              Comment


                              • New codes

                                Code:
                                Teenage Mutant Ninja Turtles
                                
                                Start on Stage 2
                                AGNKITTK
                                PANKLTLA
                                
                                Start on Stage 3 (You will start at the original spawn point.)
                                AGNKITTK
                                ZANKLTLA
                                
                                Start on Stage 4
                                AGNKITTK
                                
                                Start on Stage 5
                                AGNKITTK
                                GANKLTLA
                                
                                Start on Stage 6
                                AGNKITTK
                                IANKLTLA
                                "Roll The Bones" - Rush
                                Patreon.com/nensondubois Twitter #nensondubois_Youtube.com/user/nensondubois

                                Comment

                                Working...
                                X