Announcement

Collapse
No announcement yet.

Disgaea: Hour of Darkness Code Edit Request

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

  • Disgaea: Hour of Darkness Code Edit Request

    Hi, everyone. I was wondering if someone could give me a bit of help. I have this code that makes enemies die in 1 hit and your characters infinite HP:

    2016D134 0803FFC0
    2016D138 00000000
    200FFF00 90590355
    200FFF04 14190003
    200FFF08 8C8206B0
    200FFF0C 0805B44F
    200FFF14 0805B44F
    200FFF18 3C020000

    Does anybody know what I can do to just get the infinite HP for the characters and the enemies take normal damage? Thank you.

  • #2
    Originally posted by KS7 View Post
    Hi, everyone. I was wondering if someone could give me a bit of help. I have this code that makes enemies die in 1 hit and your characters infinite HP:

    2016D134 0803FFC0
    2016D138 00000000
    200FFF00 90590355
    200FFF04 14190003
    200FFF08 8C8206B0
    200FFF0C 0805B44F
    200FFF14 0805B44F
    200FFF18 3C020000

    Does anybody know what I can do to just get the infinite HP for the characters and the enemies take normal damage? Thank you.
    infinite hp *i think this one*
    2016D134 0803FFC0
    2016D138 00000000

    OT

    infinite hp
    ​​​​​200FFF00 90590355
    200FFF04 14190003
    200FFF08 8C8206B0
    200FFF0C 0805B44F
    200FFF14 0805B44F
    200FFF18 3C020000

    Comment


    • #3
      I tried splitting those up, but no use. Using the first two codes alone makes the enemies invincible but not you. Using the second set alone makes every unit invincible. -_-

      Comment


      • #4
        Change "200FFF18 3C020000" to "200FFF18 00000000".
        July 7, 2019

        https://www.4shared.com/s/fLf6qQ66Zee
        https://www.sendspace.com/file/jvsdbd

        Comment


        • #5
          Thank you, but everybody is still invincible with that change. :\

          Comment


          • #6
            I would need you to upload the elf file for your game. That code jumps to a place in memory to execute code, and if it still makes everyone invincible, then it means we've replaced the normal original line of code. I need to know what is at these 2 addresses before the code is applied:
            0016D134
            0016D138
            July 7, 2019

            https://www.4shared.com/s/fLf6qQ66Zee
            https://www.sendspace.com/file/jvsdbd

            Comment


            • #7
              Sorry, what is an elf file? And can I get it playing from the PS2?

              Comment


              • #8
                Originally posted by bungholio View Post
                I would need you to upload the elf file for your game. That code jumps to a place in memory to execute code, and if it still makes everyone invincible, then it means we've replaced the normal original line of code. I need to know what is at these 2 addresses before the code is applied:
                0016D134
                0016D138
                0016d134 8c8306a8 lw v1, $06a8(a0)
                0016d138 00651023 subu v0, v1, a1

                Comment


                • #9
                  Damage Fully Refills Your HP
                  2016D134 0803FFC0
                  2016D138 8C8306A8
                  200FFF00 90590355
                  200FFF04 14190003
                  200FFF08 8C8206B0
                  200FFF0C 0805B44F
                  200FFF14 0805B44F
                  200FFF18 00651023



                  Any Damage Kills Enemies
                  2016D134 0803FFC0
                  2016D138 8C8306A8
                  200FFF00 90590355
                  200FFF04 14190003
                  200FFF08 00651023
                  200FFF0C 0805B44F
                  200FFF14 0805B44F
                  200FFF18 3C020000
                  July 7, 2019

                  https://www.4shared.com/s/fLf6qQ66Zee
                  https://www.sendspace.com/file/jvsdbd

                  Comment


                  • #10
                    Thank ya'll so much, works great! Have any of you by any chance done any hacking on Eternal Poison? (Also an Atlus strat RPG) Codes are almost impossible to find for that.
                    Last edited by KS7; 12-05-2019, 05:50:40 PM.

                    Comment

                    Working...
                    X