Announcement

Collapse
No announcement yet.

Demonic722's Codes

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

  • [GBA] Dragon Ball Z: Buu's Fury (U)

    VBA
    Code:
    Walk Through Anything (Enabled)
    0801298E:46C0
    
    Walk Through Anything (Disabled)
    0801298E:D006
    Tested on VisualBoyAdvance-1.8.0-beta3.

    For some reason I can't get this code to work using the CodeBreaker feature on VBA, but it works in that format when I use it in the "Code" feature. Is there a reason why it doesn't work? I want it to work like...
    Code:
    Walk Through Anything
    7801298C 2800
    8801298E 46C0
    or with a button activator. Also, is there a way to put this in ARV3 format? I'm a noob at hacking GBA, heh. By the way, this is a asm code. If anyone could help me I'd appreciate it.
    Last edited by Demonic722; 04-05-2012, 10:25:55 AM.
    I only bother with things that interest me.

    Comment


    • [SNES] Little Magic (J) (GG)
      Code:
      Infinite Lives (Freezes the current amount)
      406C-D46D
      I only bother with things that interest me.

      Comment


      • [NES] Dragon Ball: Shen Long no Nazo (J) (GG)
        Code:
        Faster Walking Speed
        ESEEXPEY
        
        Walk Through Anything
        AYEETLEL
        AYVAGLEL
        AYOEAGEL
        ANUEGLEL
        I only bother with things that interest me.

        Comment


        • Originally posted by Demonic722 View Post
          [GBA] Dragon Ball Z: Buu's Fury (U)

          Code:
          Walk Through Anything (Enabled)
          0801298E:46C0
          
          Walk Through Anything (Disabled)
          0801298E:D006
          Tested on VisualBoyAdvance-1.8.0-beta3.

          For some reason I can't get this code to work using the CodeBreaker feature on VBA, but it works in that format when I use it in the "Code" feature. Is there a reason why it doesn't work? I want it to work like...
          Code:
          Walk Through Anything
          7801298C 2800
          8801298E 46C0
          or with a button activator. Also, is there a way to put this in ARV3 format? I'm a noob at hacking GBA, heh. By the way, this is a asm code. If anyone could help me I'd appreciate it.
          I just tried your codes and they work on the vba hacker version that is on the site here and using the GBATool I provided in this post you can easily do slide codes as well as button activators, and also using the ARCrypt in this post also you can make the raw (CB) codes into AR3.
          Attached Files
          Spoiler Alert! Click to view...

          THE BAD GUY!!!!!!

          Comment


          • Originally posted by helder View Post
            I just tried your codes and they work on the vba hacker version that is on the site here and using the GBATool I provided in this post you can easily do slide codes as well as button activators, and also using the ARCrypt in this post also you can make the raw (CB) codes into AR3.
            I was hoping you'd reply, thanks. I was unaware of the GBATool, but I knew that button activators could be attached to codes on GBA by subtracting its value from 0x3FF and checking if equal to the button pressed/held at the address 0x04000130. Would that CB Code I posted work fine on actual hardware even though it doesn't work in that format on VBA? Also, would this be the CB <-> AR V3 equivalent?

            CB
            Code:
            Walk Through Anything
            7801298C 2800
            8801298E 46C0
            AR V3
            Code:
            Walk Through Anything
            3E4F97F3 8BBCA766
            F96E02D4 3C380E12
            I'm still trying to get the hang of GBA Hacking so thanks for the help so far, Helder.
            Last edited by Demonic722; 04-04-2012, 08:22:54 AM.
            I only bother with things that interest me.

            Comment


            • Unfortunately the CB/GS (newer version) only supports 1 ROM code and thats the Master code, the AR3 I believe supports between 3-5 ROM codes.

              this is what I got when I converted it to AR3:

              RAW:
              0A89298C 00002800
              0289298E 000046C0

              AR3:
              08AB5D6C E33DD31C
              60B67032 EDF6E25F

              Not sure if that ROM address above has to be used as a rom patch code type instead of a standard 16bit write.
              Spoiler Alert! Click to view...

              THE BAD GUY!!!!!!

              Comment


              • How exactly did you get them into RAW format? The values look the same, but the addresses look different. Also, No$GBA allows codes to be in CB, GS, and AR3 format. For AR3, would I use that code you posted above? I'm asking because when I input the code, I get some weird box with a question mark in it and it doesn't enable the code (sadly).
                I only bother with things that interest me.

                Comment


                • Well I did it as a standard 16bit ram and not a ROM Patch code, to get that address I just input the code like so:

                  0801298E 000046C0

                  and then choose the code type which by default is 8bit right code type 00 in the top most drop down menu. Just go through the code types for different codes and I hit the create button and it makes the code into the formatted version like you seen in my previous post.

                  Try this AR3 code to see if it works:

                  08AB5D6C E33DD31C
                  B9F98C75 E4A206AE
                  65DA389A 09D8882C

                  I used the Rom Patching #1 code type z0C for this.
                  Spoiler Alert! Click to view...

                  THE BAD GUY!!!!!!

                  Comment


                  • I see...the first line of the code, however, doesn't work. It crashes as soon as I click "OK" to finish adding the code. This code works:
                    Code:
                    Walk Through Anything [Works]
                    B9F98C75 E4A206AE
                    65DA389A 09D8882C
                    I've also used it with Rom Patching #2, and #4 and it works as well. Is it because it's basically the same kind of code type? The only thing that doesn't seem to work is the check for 0x2800...Would buttons with AR3 be the same way as well? Lastly, the code above in my post would work on an emulator and actual hardware, or just the emulator? I guess it's safe to know before I add this code into the database. Thanks again for the help!
                    I only bother with things that interest me.

                    Comment


                    • The first line is the check code, basically I did a 16bit if code type BUT it too is a ROM code so it wont work either unless you use a ram code as your base for the if code.
                      Spoiler Alert! Click to view...

                      THE BAD GUY!!!!!!

                      Comment


                      • Alright, thanks. I'll add this code:

                        Code:
                        [color=blue]GBA - Dragon Ball Z: Buu's Fury (U)[/color]
                        
                        Walk Anywhere
                        B9F98C75 E4A206AE
                        65DA389A 09D8882C
                        Edit: Changed code name from Walk Through Anything to Walk Anywhere.
                        Last edited by Demonic722; 06-09-2012, 09:47:58 AM.
                        I only bother with things that interest me.

                        Comment


                        • [NDS] Naruto: Path of the Ninja 2 (U)

                          Heh, seems like my thread is dying. Time to revive it! I haven't posted any recent NDS codes because of code theft, but I'll release these codes since this game is a bit old.

                          Code:
                          !!!Naruto: Path of the Ninja 2 (U)
                          !!ANTE 714F3927
                          
                          ::Walk Through Anything
                          520DCA58 E585200C
                          020DCA58 EA000000
                          D2000000 00000000
                          
                          ::Walk Through Anything
                          :::Press and Hold B
                          520DCA4C E59B20AC
                          020DCA58 E585200C
                          94000130 FFFD0000
                          020DCA58 EA000000
                          D2000000 00000000
                          Image:
                          Spoiler Alert! Click to view...
                          Last edited by Demonic722; 04-06-2012, 01:38:50 PM.
                          I only bother with things that interest me.

                          Comment


                          • Nice codes Demonic!
                            Doakan untuk MH370 / Pray for M370

                            Comment


                            • Originally posted by AsPika2219 View Post
                              Nice codes Demonic!
                              Heh, thanks!
                              I only bother with things that interest me.

                              Comment


                              • Codes by: Demonic722 and Elixirdream

                                Code:
                                !!!Titanic Mystery (U)
                                !!BTIE C741767D
                                
                                ::Infinite Hints
                                52059D5C E2420001
                                22059D5C 00000000
                                D2000000 00000000
                                5205CFE0 4B435546
                                0205CFE0 584F4544
                                0205CFE4 E1A05359
                                D2000000 00000000
                                
                                ::Hints x99
                                :::Press Select
                                94000130 FFFB0000
                                2216AD84 00000063
                                D2000000 00000000
                                Edit: Fixed Game ID.
                                Last edited by Demonic722; 04-15-2012, 10:34:04 AM.
                                I only bother with things that interest me.

                                Comment

                                Working...
                                X