Announcement

Collapse
No announcement yet.

Jade Cocoon - The Legend of Tamamayu(PAL-E)

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

  • Jade Cocoon - The Legend of Tamamayu(PAL-E)

    I have been trying to port the infinite item usage code from the (NTSC-U) version of this game,this one:

    Infinite Usage All Items(usa)
    800AD22A 2400

    to the (PAL-E) version using Delta Maker 2.10 and i got these 3 codes:

    INF ITEMS v1
    800AD4C0 2400


    INF ITEMS V2
    800AD4C2 2400


    INF ITEMS V3
    800AD4C6 2400

    (there are 3 lines to the european code,so i used the address from all 3 lines,separatly)
    the problem is none of these codes i ported work

    the pal -e code gives you x99 all item slots,but the items still deplete with the code on
    ex:i have x1 mugwort herb and i start the game with the code on.the items menu shows that i now have x99
    but after 1 use the mugwort herb is gone

    the usa code for infinite item usage works fine but the European code does not.Can someone help me port this code:
    Infinite Usage All Items(usa)
    800AD22A 2400

    to the European version of this game,Please?


    The game id from the EUR version is:SLES-02201
    the usa version is:
    SLUS-00854

    This is the non working PAL code:

    Infinite items all positions
    800AD4C0 0063
    800AD4C2 2402
    800AD4C6 A042
    Last edited by hawkeyes; 10-17-2015, 12:32:41 PM. Reason: forgot the (pal) code
    A Wise Man once said that common sense is really not that common.

  • #2
    Have you tried a simple adding or subtracting?

    Here's a money code from the Euro version:
    8008B524

    And here's a money code from the USA version:
    8008B594

    subtract the bigger address from the smaller one, like so:
    8008B594 - 8008B524 = 70 (hex)

    Here's another example, level modifier for Minion 1:

    Euro:
    3008BF50

    USA
    3008BFC0

    subtract the bigger address from the smaller one, like so:
    3008BFC0 - 3008BF50 = 70 (hex)

    With that, you now know the address difference between the USA and Euro versions is just 70. So now just take the USA address you want, subtract 70 hex from it, and you should have the Euro code.

    Also, since that's an ASM code it's possible that it can't be converted as easily.

    Comment


    • #3
      Hmm,i try doing that,but would it be possible to hack a new Infinite item usage code for the pal version of the game if that doesnt work?
      70 decimal in hex is 46
      so i would subtract 46 0r 70 from this code?
      800AD22A



      i got 800AD1BA

      i dont know if thats done right though
      sorry for the poor math skills, im afraid that a 3rd grader could easily put me to shame in mathematics
      Last edited by hawkeyes; 10-17-2015, 01:02:23 PM.
      A Wise Man once said that common sense is really not that common.

      Comment


      • #4
        Someone could yes, but I don't know who will.

        Comment


        • #5
          i have tried
          800AD1BA 2400
          (Doesn't work)

          and
          800AD1E4 2400
          (freezes the game upon loading)
          A Wise Man once said that common sense is really not that common.

          Comment


          • #6
            Probably because it's an ASM code.

            Also, don't enable codes while a game is loading. Only enable them after you are playing.

            There are other infinite items codes for every slot. Those aren't ASM, so try those.
            Last edited by ReyVGM; 10-17-2015, 01:26:07 PM.

            Comment


            • #7
              you need RAM dumps from both region to do a proper porting

              Infinite Usage All Items (SLES_022.01)
              800AD3FA 2400

              Infinite Usage All Items (SLES_022.03)
              800AD542 2400

              Edit:

              Infinite items all positions (SLES_022.01)
              800AD378 0063
              800AD37A 2402
              800AD37E A042
              hacked by slab ported by lee4

              Infinite items all positions (SLUS_008.54)
              800AD1A8 0063
              800AD1AA 2402
              800AD1AE A042
              hacked by slab ported by lee4
              Last edited by lee4; 10-17-2015, 02:02:05 PM.
              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


              • #8
                Thanks once again, Lee4! I will try these soon

                If these dont work,i will try to get the ram dumps lee4,but the problem is that i don't know how
                if you dont already have these dumps perhaps you could explain how i can get them.
                I have a disc+psx2psp for the (USA)version and the psx2psp version of the (EUR) version
                Last edited by hawkeyes; 10-17-2015, 02:13:27 PM.
                A Wise Man once said that common sense is really not that common.

                Comment


                • #9
                  I dont need RAM dumps
                  (I already have them)

                  but here how to
                  cwcheats and TempAR, RAM dump option should be in the settings option
                  Last edited by lee4; 10-17-2015, 02:33:27 PM.
                  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


                  • #10
                    Originally posted by lee4 View Post
                    Infinite Usage All Items (SLES_022.01)
                    800AD3FA 2400

                    Infinite Usage All Items (SLES_022.03)
                    800AD542 2400

                    Edit:

                    Infinite items all positions (SLES_022.01)
                    800AD378 0063
                    800AD37A 2402
                    800AD37E A042
                    hacked by slab ported by lee4

                    Infinite items all positions (SLUS_008.54)
                    800AD1A8 0063
                    800AD1AA 2402
                    800AD1AE A042
                    hacked by slab ported by lee4
                    Thanks Again Lee4,this code:
                    Infinite Usage All Items (SLES_022.01)
                    800AD3FA 2400

                    works perfectly

                    also i'll keep the ram dumps info in mind(I have cwcheat AND tempar installed)
                    Last edited by hawkeyes; 10-17-2015, 03:57:07 PM.
                    A Wise Man once said that common sense is really not that common.

                    Comment

                    Working...
                    X