Announcement

Collapse
No announcement yet.

Code conversion request for Super Metroid Wii VC (JAVE)

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

  • Code conversion request for Super Metroid Wii VC (JAVE)

    Could anyone please port this code:

    Timer frozen [Deathwolf]
    0049C982 00000000
    0049C984 00000000

    Thats for the PAL version (and I assume it freezes the hours, mins, seconds) to the North American version? I found it here

    Or if its not much problem these codes:

    Milliseconds Time Played
    7E09DA?? (Max: 7E09DA3B)
    Range: 0-59 (0-3B)


    Seconds Time Played
    7E09DC?? (Max: 7E09DC3B)
    Range: 0-59 (0-3B)


    Minutes Time Played
    7E09DE?? (Max: 7E09DE3B)
    Range: 0-59 (0-3B)


    Hours Time Played
    7E09E0?? (Max: 7E09E03B)
    Range: 0-99 (0-63)

    Those are in PAR format for the original SNES version, I found those here

    Thanks to anyone who takes their time to port it.

  • #2
    you can just use my RAM PAR Pointer code
    http://gamehacking.org/game/88008
    lee4 Does Not Accept Codes Requests !
    When lee4 asks a question it does not mean lee4 will look at your game
    *How to create and use SegaCD codes >click here<*
    >)

    Comment


    • #3
      Originally posted by lee4 View Post
      you can just use my RAM PAR Pointer code
      http://gamehacking.org/game/88008
      I have no idea how to make use of that. For me it reads like a foreign language.
      Last edited by Duncan Idaho; 08-30-2015, 03:11:29 PM.

      Comment


      • #4
        what you dont understand, this code is easy to use

        Code:
        RAM PAR Pointer
        48000000 8090291C
        DE000000 80008180
        1000[B][COLOR="#FF0000"]YYYY[/COLOR][/B] 000000[B][COLOR="#0000FF"]XX[/COLOR][/B]
        E0000000 80008000
        
        PAR code
        7E[B][COLOR="#FF0000"]YYYY[/COLOR][/B]:[B][COLOR="#0000FF"]XX[/COLOR][/B]
        
        Hours Time Played
        7E[B][COLOR="#FF0000"]09E0[/COLOR][/B]:[B][COLOR="#0000FF"]00[/COLOR][/B]
        
        48000000 8090291C
        DE000000 80008180
        1000[B][COLOR="#FF0000"]09E0[/COLOR][/B] 000000[B][COLOR="#0000FF"]00[/COLOR][/B]
        E0000000 80008000
        lee4 Does Not Accept Codes Requests !
        When lee4 asks a question it does not mean lee4 will look at your game
        *How to create and use SegaCD codes >click here<*
        >)

        Comment


        • #5
          So that code will work as if I was using the PAR codes?

          Comment


          • #6
            yes,
            why you are still confused how to use the code?

            you can use my code multi times for super metroid wii vc

            here other example

            99 Super Missiles
            7E09CC:63

            99 Super Missiles
            48000000 8090291C
            DE000000 80008180
            100009CC 00000063
            E0000000 80008000
            lee4 Does Not Accept Codes Requests !
            When lee4 asks a question it does not mean lee4 will look at your game
            *How to create and use SegaCD codes >click here<*
            >)

            Comment


            • #7
              Originally posted by lee4 View Post
              yes,
              why you are still confused how to use the code?

              you can use my code multi times for super metroid wii vc

              here other example

              99 Super Missiles
              7E09CC:63

              99 Super Missiles
              48000000 8090291C
              DE000000 80008180
              100009CC 00000063
              E0000000 80008000
              I got the idea after you showed me how you changed the values. I jsut wanted to make sure because I have stumbled in the past with codes that claim to do something and what they do is different (miss labelled)

              Comment

              Working...
              X