Announcement

Collapse
No announcement yet.

Curse of Darkness [PAL] One code for all my devils health?

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

  • Curse of Darkness [PAL] One code for all my devils health?

    Hello, I got a few questions about code making:

    First bit of context for those who haven't played that game:
    Devils are companion that fight for you (kinda like pokemons) and you can have a lot of them.
    Thing is, all the codes I found to give them health either did not work, or worked for only the first two or three of my team

    Struck by an idea, I used an hex calculator to see the difference between each working code, and I found a value.

    Here are the raw of the first devil:
    20AF23C0 000003E7


    Second devil:
    20AF25F8 000003E7


    And the difference between them:
    FFFF FFFF FFFF FDC8

    I decided to try substract that value from the last devil code in my list, and lo and behold, it gave the fourth devil infinite health. So between each devil health, I can find this same value, always.

    Thing is, as I said you can have a lot, lot of devils, and having to calculate the new hex value for each new devil is a bit annoying.

    Is there a way to tell the code "from this hex value to this hex value, you apply this"? (like I imagine they do for all items infinite codes and the likes?)
    Because then I'd just need to find the first and last devil hex and I could apply the change to all of them, no?

    EDIT:
    for the SLES_53755 game
    ID => F321BC38

    I'm only hacking as a rare hobby, when I need specific things, so I'm really not sure, I might be saying nonsense...
    Thanks in advance anyway!

    Last edited by FelinaLain; 08-06-2018, 04:28:53 PM.

  • #2
    Upping to see if anyone passing by can help...
    I know it's been a while, but I keep hoping ^^"

    Comment


    • #3
      Originally posted by FelinaLain View Post
      Upping to see if anyone passing by can help...
      I know it's been a while, but I keep hoping ^^"
      maybe this work for all type I.D

      Max Infinite HP Innocent Devil
      40AF23C0 003B008E
      000003E7 00000000
      40AF23BC 003B008E
      000003E7 00000000

      Comment


      • #4
        Originally posted by 12345 View Post

        maybe this work for all type I.D

        Max Infinite HP Innocent Devil
        40AF23C0 003B008E
        000003E7 00000000
        40AF23BC 003B008E
        000003E7 00000000
        Programmatically this code should not work correctly ...
        Spoiler Alert! Click to view...
        Click image for larger version

Name:	Course.jpg
Views:	7
Size:	132.0 KB
ID:	202190

        SeeHer...
        You can convert codes among regions.

        Comment


        • #5
          Originally posted by denben0487 View Post

          Programmatically this code should not work correctly ...
          Spoiler Alert! Click to view...
          Click image for larger version

Name:	Course.jpg
Views:	7
Size:	132.0 KB
ID:	202190

          SeeHer...
          You can convert codes among regions.
          I tested you codes infinity devil power, yes my innocent devil health infinity. But why every time i hit enemy and get evo crystal, my evo crystal not increase ?
          Also my innocent devil never get new ability ?
          My game is NTSC
          This you codes
          2045EABC 00000000
          20690CF0 00000000

          Comment


          • #6
            Originally posted by crosswater View Post

            I tested you codes infinity devil power, yes my innocent devil health infinity. But why every time i hit enemy and get evo crystal, my evo crystal not increase ?
            Also my innocent devil never get new ability ?
            My game is NTSC
            This you codes
            2045EABC 00000000
            20690CF0 00000000
            The codes may have errors, i use them only fo test "speed mod" code... If need I will try to fix them.

            Comment


            • #7
              Originally posted by FelinaLain View Post
              Hello, I got a few questions about code making:
              Struck by an idea, I used an hex calculator to see the difference between each working code, and I found a value.

              Here are the raw of the first devil:
              20AF23C0 000003E7


              Second devil:
              20AF25F8 000003E7


              And the difference between them:
              FFFF FFFF FFFF FDC8
              Between addresses offset:
              20AF25F8-20AF23C0 = 238
              True, for some reason I have other vital addresses for the first two devils ...)
              Here's the final code I got:
              Code:
              Infinity Devils Power
              40AF1F4C 000B008E
              000003E7 00000000
              40AF1F50 000B008E
              000003E7 00000000
              Can someone come in handy interesting code:
              Code:
              Weapon Modifier In 1st SLOT (R3+R1=List Forward, R3+L1=List Backward
              If the object in the window disappears, you need to exit and re-enter the
              selection menu for the weapon ...)
              E0010000 00AEF800
              00AEF800 00000046
              E0010047 00AEF800
              00AEF800 00000001
              000C0220 00000000
              E001F7FB 00AC4482
              000C0220 00000004
              E0010004 000C0220
              30000001 000C0224
              E001FFFB 00AC4482
              000C0224 00000000
              E0010004 000C0224
              30000001 00AEF800
              000C0228 00000000
              E001FBFB 00AC4482
              000C0228 00000004
              E0010004 000C0228
              30000001 000C022C
              E001FFFB 00AC4482
              000C022C 00000000
              E0010004 000C022C
              30100001 00AEF800
              In the attachment, a cheat file for OPL. SLES_537.55.rar
              Attached Files
              Last edited by denben0487; 10-02-2018, 11:44:24 AM. Reason: Little Fix For Modifier Code...

              Comment


              • #8
                Originally posted by denben0487 View Post
                The codes may have errors, i use them only fo test "speed mod" code... If need I will try to fix them.
                I see code infinite hp created by 12345 work
                Could you make like that for USA version
                or code by 12345 is wrong code like you say above, 12345 do not understand to make right code

                Comment


                • #9
                  Originally posted by crosswater View Post

                  I see code infinite hp created by 12345 work
                  or code by 12345 is wrong code like you say above, 12345 do not understand to make right code
                  Yes, he is working. I did not say that it does not work...

                  Originally posted by denben0487 View Post

                  Programmatically this code should not work correctly...
                  I was just embarrassed by the number of activated addresses in the code:
                  3B = 59 (Dec)

                  Originally posted by crosswater View Post

                  Could you make like that for USA version
                  Try these:
                  Code:
                  40AEFD1C 000B008E
                  000003F8 00000000
                  40AEFD20 000B008E
                  000003F8 00000000
                  I checked them on saving (from the network) on 7 devils. Then converted them for the PAL version...

                  Comment


                  • #10
                    Work only on 11 my innocent devil, i have many innocent devil, i forge innocent devil until max (cannot forge more) i have 59 innocent devil

                    Comment


                    • #11
                      Originally posted by denben0487 View Post
                      Try these:
                      Code:
                      40AEFD1C 000B008E
                      000003F8 00000000
                      40AEFD20 000B008E
                      000003F8 00000000
                      I checked them on saving (from the network) on 7 devils. Then converted them for the PAL version...
                      You code make heart became 1016, not 999
                      Please i want 59 my innocent devil have 999 heart
                      Last edited by crosswater; 10-02-2018, 01:36:02 PM.

                      Comment


                      • #12
                        Originally posted by crosswater View Post
                        Work only on 11 my innocent devil, i have many innocent devil, i forge innocent devil until max (cannot forge more) i have 59 innocent devil
                        Wow! 59, I did not know... So you need to use 3B (Hex). Try this option:
                        Code:
                        40AEFD1C 003B008E
                        000003E7 00000000
                        40AEFD20 003B008E
                        000003E7 00000000
                        Last edited by denben0487; 10-02-2018, 01:45:42 PM.

                        Comment


                        • #13
                          Originally posted by denben0487 View Post

                          Wow! 59, I did not know... So you need to use 3B (Hex). Try this option:
                          Code:
                          40AEFD1C 003B008E
                          000003E7 00000000
                          40AEFD20 003B008E
                          000003E7 00000000
                          It's work all 59 my innocent devil have 999 heart, thank you.
                          But this code similiar like code made by 12345, he also use 3B (003B008E) are you don't wrong ?

                          Comment


                          • #14
                            Originally posted by crosswater View Post

                            It's work all 59 my innocent devil have 999 heart, thank you.
                            You are welcome!

                            Originally posted by crosswater View Post

                            But this code similiar like code made by 12345, he also use 3B
                            I say that I did not know how much I.D. total...

                            Originally posted by crosswater View Post

                            are you don't wrong ?
                            But the codes work ) ...

                            P.S.: Drop me please your save with all the I.D.
                            Last edited by denben0487; 10-04-2018, 04:13:18 AM.

                            Comment

                            Working...
                            X