Announcement

Collapse
No announcement yet.

Majora Mask 3DS EUR Working codes + troubles converting a code from US region

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

  • Majora Mask 3DS EUR Working codes + troubles converting a code from US region

    Hello all, first a little list of working codes, part of which I found
    https://www.max-cheats.com/view.php?ItemID=139

    And having found those I was able to convert a few more US codes for EUR use, and then having tinkered around myself, I figured out a few more (EDIT: for V 1.0 of the game!)

    Code:
    [Set and Freeze Time to 10AM]
    207751F9 0000006B
    
    [Set and Freeze Time to 6AM]
    207751F9 00000040
    
    [Set and Freeze Time to 6PM]
    207751F9 000000C0
    
    [All bottle codes, to adapt as needed]
    *84 to 8A = on the address line > number for each bottle
    *change as needed
    *000000FF no bottle
    *00000012 empty bottle
    *content goes: 14 to 18, then 1A to 1C, then FF then 20 to 27
    2077538A 000000FF
    
    [Have any Sword/Shield]
    *last two numbers:
    *first number is shield (1 or 2)
    *second number is sword (1 to 3)
    20775352 00000011
    
    [99 Fishing Tickets]
    207766C0 00000063
    
    [Infinite Deku Sticks]
    20775398 00000063

    But now I'm left with one code that I can't convert

    Code:
    [Hold X+A - Moon Jump]
    DD000000 00000401
    190BE7FB 0000CB40
    D2000000 00000000
    From what I had found as pattern, taking 1000 from the adresse of the US code converted them in EUR code
    It worked for all of them.
    Also, I figured that the first and last lines are for the button pressing, but those also might not be the same in eur and us, so I might need to look up codes where those buttons are also called for activation to find out

    But if anyone has that code in EUR version, or some trick for converting...

    Anyway, enjoy all! have a nice day!
    Last edited by FelinaLain; 11-05-2019, 04:11:05 PM.

  • #2
    The Moon Jump code can't be easily converted because the address used for it is dynamic (always changing). You need a pointer code or an ASM code in order to make a Moon Jump code that works anywhere in this game.
    I can whip up an ASM Moon Jump code for you if you want me to. Pointer codes in this game aren't very reliable, they either don't work everywhere, or they crash the game.
    I'm retired from code hacking.
    I do not take requests!

    Comment


    • #3
      Originally posted by Dybbles View Post
      The Moon Jump code can't be easily converted because the address used for it is dynamic (always changing). You need a pointer code or an ASM code in order to make a Moon Jump code that works anywhere in this game.
      I can whip up an ASM Moon Jump code for you if you want me to. Pointer codes in this game aren't very reliable, they either don't work everywhere, or they crash the game.

      Ah that explains why it (and the other moon jumps I found for US version) didn't work no matter what I tried

      If you're okay trying to make one, that would be super cool!

      Comment


      • #4
        Dybbles gave me a working code!
        thanks a lot to them!!!

        Moon Jump (Hold X) [ASM]
        D3000000 00000000
        001FC32C EDD40A1A
        DD000000 00000400
        001FC32C EDD40A1C
        D2000000 00000000

        Comment


        • #5
          You're welcome! Have fun with the code, it's one of the most useful ones and it's fun too!
          I have to thank you for getting me to grab the European version of the game as I would have never figured out that the US and EU share the same ASM addresses.
          I'm retired from code hacking.
          I do not take requests!

          Comment

          Working...
          X