Announcement

Collapse
No announcement yet.

Megaman battle network all chips does not works, max all chips crashes the game

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

  • Megaman battle network all chips does not works, max all chips crashes the game

    taken from Codetwink

    0000D834 000A ->Enabler
    10000360 0007

    42019036 0063 -> max all chips
    000000B0 0014

    42019018 0001 -> have all chips
    000100B0 0014

    The max all chips one screws with the game, if i switch the digit 36 it wont crash the game, but i leave it at that it crashes, no idea why, and by switching it i dont get either the chips.

    Have all chips literally will not do squat it does not gives me 1 if each chip
    Last edited by Duncan Idaho; 03-29-2013, 10:44:21 AM.

  • #2
    Which version of the Battle Network games is it? there are quite a few of these games also what region is the game.
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • #3
      Originally posted by helder View Post
      Which version of the Battle Network games is it? there are quite a few of these games also what region is the game.
      0165 - Megaman Battle Network 1 (U)(Venom)
      Last edited by Duncan Idaho; 03-29-2013, 10:43:36 AM.

      Comment


      • #4
        i am making a sligth bump to this, i tried to earn a chip and then look at my folder-stored chips and the game still crashed on me, i also tried to enable the code, start the game, then disable it and check the folder, now chips at all.

        Comment


        • #5
          I looked at it myself and the code didn't do shit which is odd since they must have worked but perhaps were posted with a typo. I was involved in the GBA hacking on cmgsccc at that time which is now codetwink but I didn't hack the game but relook into it for you just be patient as I won't have free time till monday.
          Spoiler Alert! Click to view...

          THE BAD GUY!!!!!!

          Comment


          • #6
            Originally posted by helder View Post
            I looked at it myself and the code didn't do shit which is odd since they must have worked but perhaps were posted with a typo. I was involved in the GBA hacking on cmgsccc at that time which is now codetwink but I didn't hack the game but relook into it for you just be patient as I won't have free time till monday.
            Oh i have no hurry, i am playing trough two other games atm so i am not as anxious, i did found an alternate set of codes a BSfree but they crashed the game too.

            Comment


            • #7
              Originally posted by Duncan Idaho View Post
              taken from Codetwink

              0000D834 000A ->Enabler
              10000360 0007

              42019036 0063 -> max all chips
              000000B0 0014

              42019018 0001 -> have all chips
              000100B0 0014

              The max all chips one screws with the game, if i switch the digit 36 it wont crash the game, but i leave it at that it crashes, no idea why, and by switching it i dont get either the chips.

              Have all chips literally will not do squat it does not gives me 1 if each chip
              Ok I figured out what the problem was and is, seems like someone didn't convert the offset right which is 14h which is 20 in decimal and that is exactly what the correct offset is but in hex so its 20h and the max cards code is off buy 1 offset so here are the correct codes:

              max all chips
              42019016 0063
              000000B0 0020

              have all chips
              42019018 0001
              000100B0 0020

              you will likely need this code as well to enable the chips to be selectable:

              Chips Selectable When Used With Above Codes
              32006304 00B0
              Spoiler Alert! Click to view...

              THE BAD GUY!!!!!!

              Comment


              • #8
                thanks!, i will be testing them later, on uo kai gbasp

                Comment

                Working...
                X