Announcement

Collapse
No announcement yet.

[GBA] Disney's Magical Quest Starring Mickey and Minnie (ARv3, NTSC)

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

  • [GBA] Disney's Magical Quest Starring Mickey and Minnie (ARv3, NTSC)

    Hi guys,

    Lately I've been playing the first game in the Magical Quest trilogy for GBA, however, there's an area in 4-1 that is really giving me problems, where you have to use the grappling hook to catch one of those grey, round grappling blocks in mid-jump (falling in this particular spot is dangerous, since losing a life in any way in this game makes you go back to the start of the level unlike the sequels x_x)...now, I've seen a moon jump code in Codebreaker that works if the player presses A, but it seems getting this converted to ARv3 is proving to be tough, if it helps anyone, here's the Codebreaker code:

    826CFD33 42DE
    BC5C45D0 CC3D

    So yeah, could someone please look into making a Moon Jump code for ARv3 that works for the A button?

    Thanks in advance.

  • #2
    Code is encrypted so we will need the Master code to decrypt it to a raw address.
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • #3
      Oops, here's the Master Code in Codebreaker format:

      9BEBAD2A 68B3

      Sorry I forgot it earlier.

      Comment


      • #4
        I made one real quick from scratch:

        Code:
        Moon Jump
        B7BD7799 6BA054FC
        D3738855 1E99C148
        Did that health code work for the sequel?

        Edit: Let me know if it's too fast/slow.
        I only bother with things that interest me.

        Comment


        • #5
          Originally posted by Demonic722 View Post
          Did that health code work for the sequel?
          Yeah, I tested that code, it works, thanks.

          I also tested the Moon Jump code for this game, unfortunately it didn't work for me (for some reason, I've had little luck with getting a moon jump code to work on a few of the other platform games I have).
          Last edited by Knight of Time; 02-05-2013, 03:57:33 PM.

          Comment


          • #6
            Originally posted by Knight of Time View Post
            Yeah, I tested that code, it works, thanks.

            I also tested the Moon Jump code for this game, unfortunately it didn't work for me (for some reason, I've had little luck with getting a moon jump code to work on a few of the other platform games I have).
            That's odd. I just decrypted the code you posted in the first post, and it decrypts to the same address that I used for the moon jump. I'm on the stage after the first boss and the code still works so I doubt a pointer is needed ...
            I only bother with things that interest me.

            Comment


            • #7
              Oh...for some reason, my AR wouldn't save the entry of the last line of the Moon Jump code; that might be the reason why it didn't work for me.

              Would it be easier to make that code from scratch, maybe?

              Comment


              • #8
                I modified the code in post #4, try it again.
                I only bother with things that interest me.

                Comment


                • #9
                  Alright, I tried the code again, but that first line still was keeping me from inserting and saving the second line on my AR, so I tried the second line by itself...however, while that code works, it makes the player jump so high that you can't get them to fall back down to the ground.

                  Comment


                  • #10
                    The first line performs the 8-bit If AND (Single)...the only alternative at the moment is this:

                    Code:
                    Moon Jump
                    29FB5436 E55AE3F0
                    D3738855 1E99C148
                    This code will allow you to moon jump, but not in the directions of your choice (example: you can't hold A then press left to jump to the left, you'll have to release the A button first). This code allows for both directions (left and right):

                    Code:
                    Moon Jump v2
                    29FB5436 E55AE3F0
                    D3738855 1E99C148
                    82C04056 AC96F369
                    D3738855 1E99C148
                    16F5C916 BA3AAB72
                    D3738855 1E99C148
                    I only bother with things that interest me.

                    Comment


                    • #11
                      I tested the long version of the moon jump code in the area with the fourth boss (the giant bird that you have to defeat while throwing its eggs back at him before they hatch), and it works great, but has good and bad points:

                      For a good point, it can save you from being blown off the screen to your doom against the fourth boss when he does the wind attack, however, a couple of bad points are, it won't help you against the downward wind currents that appear in one of the areas of level 4 if you get caught in one (you'll still fall to your doom), and if you get hit, this code can sometimes work against you.

                      But other than that, thanks for making the code, Demonic722.

                      Comment

                      Working...
                      X