Announcement

Collapse
No announcement yet.

New Game Genie, N64, GC, Wii, & PS2 Codes

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

  • Originally posted by Tony Hedstrom View Post

    EDIT: You should start your own thread and post your codes in there.
    I agree you should make your own Code Thread so it doesn't hijack Tony's unless it's relevant to something he's hacking but it's nice to have your own thread so it becomes easier to add codes to the site and easier for people to see your work.
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • X-men (Genesis)


      AWKT-CAER
      Wolverine heals himself much faster. Can use with Galoob code to make him heal even faster.


      RGKT-C6Y4
      Wolverine heals himself instantly.
      The Code Hut: http://codehut.gshi.org/

      Comment


      • The beauty of Genesis/68000 assembly:

        Someone had requested a code for X-men so that enemy attacks do 50% less damage. When I looked at the assembly trace log, I saw that there was no easy way to adjust how much damage you took. The programing looked up a ROM offset for that specific enemies amount of damage, and then subtracted that amount from your health. There were lots of different ROM offsets with lots of different amounts of damage. No way I was going to make codes for each different one. I looked at the subtraction instruction (which was subtracting the value in reg D0 from your health), and realized I could easily change it with a single code so that I could control how much was being subtracted. Changed it from "91 68 SUB.W D0,$0044(A0)", to "59 68 SUBQ.W #4,$0044(A0)". The beauty of 68000 assembly.


        X-men (Genesis)


        PCHA-DC1C
        All enemy hits cause less damage.


        PCHA-DW1C
        All enemy hits cause much less damage.
        Last edited by Tony H; 05-31-2014, 03:58:39 PM.
        The Code Hut: http://codehut.gshi.org/

        Comment


        • Spider-Man and X-Men - Arcade's Revenge (Genesis)

          L80T-GA2E
          Enables built-in memory viewer/ROM viewer/debugger. Move Spider-man (or other characters?) to the Right to enter the memory/ROM viewer. You can scroll through every ROM address, and every memory address by pressing X, Y, Z, or the directional pad. Press A to exit.

          Click image for larger version

Name:	Spider-man_X-men.jpg
Views:	1
Size:	191.2 KB
ID:	162559

          In the picture, you can see the end of RAM (FFFFFF), and the start of the ROM.

          EDIT: I'm guessing the 2 blocks on the upper Left are the A and D registers? Will have to investigate that. I'm pretty sure the "0003AD5F" on the upper Right is the ROM address when it entered.
          Last edited by Tony H; 06-01-2014, 05:03:03 PM.
          The Code Hut: http://codehut.gshi.org/

          Comment


          • Spider-Man and X-Men - Arcade's Revenge (Genesis)


            L31T-AA6N
            Electric tracks in Cyclops levels won't kill you. Note that you won't be able to jump when you first land on the track, but just walk to the end of the track, and you'll be able to jump again.


            JD6T-GCCG
            Spider-man's invincibility lasts 5x longer when hit (about 5 seconds).
            Last edited by Tony H; 06-04-2014, 09:57:38 PM.
            The Code Hut: http://codehut.gshi.org/

            Comment


            • hey tony can you make a intro skip code for Spider-Man and X-Men - Arcade's Revenge (Genesis)
              I hate it when I can't make them go faster they take too long

              Comment


              • Spider-Man and X-Men - Arcade's Revenge (Genesis)


                PC1T-GJB0
                When Spider-man is climbing up a wall, he can climb thru anything (overhangs, beams, etc).
                Last edited by Tony H; 06-07-2014, 02:28:55 PM.
                The Code Hut: http://codehut.gshi.org/

                Comment


                • Spider-Man and X-Men - Arcade's Revenge (Genesis) (Request)


                  JB5T-ACE0
                  Cyclops and Wolverine's invincibility lasts 8x longer when hit (about 5 seconds).
                  Last edited by Tony H; 06-07-2014, 08:09:24 PM.
                  The Code Hut: http://codehut.gshi.org/

                  Comment


                  • Spider-Man and X-Men - Arcade's Revenge (Genesis)


                    AL9A-GA8R
                    Spider-man's web shots (A button) can shoot thru walls, beams, etc.
                    The Code Hut: http://codehut.gshi.org/

                    Comment


                    • Filling requests:

                      Mortal Kombat 3 (U) (Genesis)

                      AJET-B99C +
                      AAET-ACHE
                      All 3 secret cheat menus are automatically enabled at the main menu. If you're using an emulator, you must reset the game after you turn the codes on.

                      =================

                      Outrunners (Genesis)


                      HZAA-AADJ
                      60 seconds to choose your car in Arcade mode.


                      HZLA-LADJ
                      60 seconds to choose your car in Original mode.


                      AKPT-AA44
                      Infinite time to choose your car (Arcade and Original modes).
                      The Code Hut: http://codehut.gshi.org/

                      Comment


                      • More requests...


                        Mazin Saga: Mutant Fighter (Genesis)

                        CF5T-CACC
                        Special move (A button) uses less life.


                        BF5T-CACC
                        Special move (A button) uses much less life.
                        The Code Hut: http://codehut.gshi.org/

                        Comment


                        • Requests...

                          Shadow Dancer: The Secret of Shinobi (Genesis)


                          TBTT-AEAC
                          Dog grows faster after being hurt.


                          ABTT-ACAC
                          Dog grows much faster after being hurt.


                          ABTT-AA2G
                          Dog grows instantly after being hurt.
                          The Code Hut: http://codehut.gshi.org/

                          Comment


                          • Shadow Dancer: The Secret of Shinobi (Genesis)


                            R04A-A6XC
                            Walk thru walls.
                            The Code Hut: http://codehut.gshi.org/

                            Comment


                            • Mighty Morphin Power Rangers (Genesis)

                              AJST-AA7T
                              The Evil Green Power Ranger cheat for 2P Battle Mode is always active. The Evil Green Ranger is now selectable in the 2P selection screen. The code must be turned on before the Banpresto screen.
                              Last edited by Tony H; 07-05-2014, 09:26:30 AM. Reason: Added system info
                              The Code Hut: http://codehut.gshi.org/

                              Comment


                              • Mighty Morphin Power Rangers (Genesis)

                                CXHA-YAHL
                                Can select the Green Ranger in the 1P Scenario Mode.
                                The Code Hut: http://codehut.gshi.org/

                                Comment

                                Working...
                                X