Announcement

Collapse
No announcement yet.

VisitntX's NES Game Genie Codes

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

  • Can anyone help me make a quick GG or PAR code for All Pro Basketball please? I'd like a code that makes the periods 1 minute so I can get through this terrible game faster. I've used a debugger and tried to find the codes, I've read Tony H's explanation, and trial/error method. I dont know how to make codes from scratch. I'd appreciate any help on this so I can beat it and never need to play again.

    Comment


    • I'll give it a try:

      Well, you first need a ram address to work with.
      So you need to find the time address (start a new game, go to cheat search, press the reset button, then let the time decrease, return to the cheat search dialog, click decreased value, and repeat until you have few results).
      When you have the correct address its time to use the debugger. Reset the game, go to the main menu, then create a write breakpoint (click the add button on the debugger, enter the address on the box and check write). Then start a new game again. The debugger will emerge. Examine the code (going up) and you will see where the code writes the time value.
      Let me know if you need further help .
      Whipon.
      Last edited by Whipon; 09-16-2009, 01:47:09 PM.

      Comment


      • this is as close to a minute i could get it
        Quarters 1:11 long
        AUOAXIPL
        PUOEXIAL

        RIP MOM 6-27-52 - 12-25-10

        Comment


        • Thanks Whipon, I'll use that technique the next time I try to start a code from scratch. Hybrid, thanks for making the code its perfect.

          Comment


          • hello... it has been a long time since I got back here, because U made most the code I ever wanted to get my childhood memory back. Thank you very much for that especially VisitntX, Whipon and others.

            Now I'd like to request a inf. lives for Wai Wai World 2 - SOS!! Paseri Jou (J) in the twin bee part ( you use the airplane ) there are inf. lives but not working for top down view parts of the game. They only work for side view.

            Thank you.

            Comment


            • Infinite Lives
              SZEIVOVS

              RIP MOM 6-27-52 - 12-25-10

              Comment


              • Originally posted by Hybrid View Post
                Infinite Lives
                SZEIVOVS
                The code works awesomely thank you very much....

                Comment


                • BTW, how do you guys convert memory address or PAR codes to GG codes. I can search for PAR codes with any emulators for PC. On the other hand, emulators for PSP requires using GG, so I really rely on you guys to get codes

                  Comment


                  • well there really is no magical conversion in this case

                    Code:
                    $D903:4C 0B D3  JMP $D30B
                    $D906:DE DD 07  DEC $07DD,X @ $07DD = #$04
                    $D909:48        PHA
                    was changed to
                    Code:
                    $D903:4C 0B D3  JMP $D30B
                    $D906:AD DD 07  LDA $07DD = #$04
                    $D909:48        PHA

                    RIP MOM 6-27-52 - 12-25-10

                    Comment


                    • Why are you posting the same exact request over multiple threads? Make a new one and if someone wants to hack it they will, don't go spamming your requests all over the place. Next time I'll have to dole out some punishment, we have some simple rules here on the forum for a reason.
                      Spoiler Alert! Click to view...

                      THE BAD GUY!!!!!!

                      Comment


                      • Someone move this thread to the hacker forum and split brian's post into its own request thread.

                        Originally posted by brian123 View Post

                        I have tried to make codes myself through FCEUX for these two game(s) for 9 lives. I have got both game(s) to show me "9 lives" in the box where the lives belong and the lives goes down whenever I lose a life; but once the lives go to 3 and I lose a life, it shoots back to 9 again, as apposed of going down to 0 and a "game over" screen.

                        n

                        If the code is off, then the lives should go down to zero, not to back to 9.

                        Maybe you are entering a value higher than 9, and even though the game shows you have 9 lives, you actually have a lot more?
                        Last edited by ReyVGM; 08-09-2015, 10:02:43 PM.

                        Comment


                        • Hi, thank you for taking the time to reply to me about my question.

                          Let me show you the code I have been trying to work on (with no avail).

                          This is the code for Donkey Kong Jr. (original version) -----> 004C [address] 09 [value] 03 [cmp]. When this code is entered, the life counter goes down, but when the life counter hits 4, it goes back to 9 automatically. I don't understand it at all.

                          As for Clu Clu Land (for the famicom), I cant figure out where the lives counter is in hex, I was hoping someone could assist me find the life counter and help make a code for it.

                          You have to understand, I know nothing about hex editing, that's why I asked for help.

                          So please don't take your anger out on me, that is no way to treat a new member.
                          Thank you

                          brian123
                          Last edited by brian123; 08-10-2015, 10:40:43 AM.

                          Comment


                          • You don't need to be so rude to me, I only asked for some help, not for my head to get bitten off because I don't know where to go. I am a new member to this site!

                            If you don't want me as a part of your site, than I will be happy to leave. You are the one that needs to learn some respect towards others, not me.

                            In fact, I heard that Nintendoage.com is better than this.

                            brian123

                            Comment


                            • Originally posted by brian123 View Post
                              Hi, thank you for taking the time to reply to me about my question.

                              Let me show you the code I have been trying to work on (with no avail).

                              This is the code for Donkey Kong Jr. (original version) -----> 004C [address] 09 [value] 03 [cmp]. When this code is entered, the life counter goes down, but when the life counter hits 4, it goes back to 9 automatically. I don't understand it at all.

                              As for Clu Clu Land (for the famicom), I cant figure out where the lives counter is in hex, I was hoping someone could assist me find the life counter and help make a code for it.

                              You have to understand, I know nothing about hex editing, that's why I asked for help.

                              So please don't take your anger out on me, that is no way to treat a new member.
                              Thank you

                              brian123
                              Hey brian123. Please don't judge us based on one or some of our members.

                              When dealing with RAM, you don't need a compare byte. It's only changing the address when it's equal to 3 with your compare byte, which is why you're getting the result you described. With a compare byte you're saying, "When the value is [compare], change it to [value]."

                              I'm the one that actually added the CMP box in the fceux cheat dialog, I didn't know it would even function for RAM addresses. I guess that could be useful, which is probably why it hasn't been changed or removed.
                              Please put all complaints in writing and submit them here.

                              Above link not working? Try here.

                              Comment


                              • If you're looking for an apology, that second post you made is not helping. Nintendoage is not even a codes site, so I don't know why you would even bring that up...

                                And you might be new, but you have visited a forum before and you are well aware of how double posting is frowned upon, much less resurrecting a thread that has been dead for three years and highjack it with a repeated request.

                                Anyway, I'll answer your codes questions on your request thread. Let this thread die already.

                                Comment

                                Working...
                                X