Announcement

Collapse
No announcement yet.

Disgaea

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

  • Disgaea

    It's a text file with a bunch of item modifiers.
    Attached Files
    July 7, 2019

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

  • #2
    Got these, and generated up the warehouse item codes you weren't willing to type out too.

    Comment


    • #3
      Infinite Health For You, Enemies Die From 1 Hit
      2016d134 0803ffc0
      2016d138 00000000
      200fff00 90590355
      200fff04 14190003
      200fff08 8c8206b0
      200fff0c 0805b44f
      200fff14 0805b44f
      200fff18 3c020000
      I haven't tested this too thoroughly, I don't know if this code works on an invincibility geopanel. It didn't work on those geopanels in Disgaea 2, so it's probably the same in Disgaea 1 too. It does work very well though. You can control an enemy and make them cast heal or anything on another enemy, and that enemy will die instantly, that's how well this works. If you miss a hit, they still die. It's very handy to have this for leveling up. Your enemy could be at level 999, and your character could be brand new because you just created it, your miss will still kill them and their hits will never do anything more than fill your health up to its full value. Even poison status had no effect on me.

      Infinite SP For You, No SP For Enemies
      2020524c 0803ffc7
      20205250 00000000
      200fff1c 92190355
      200fff20 14190003
      200fff24 8c7406b4
      200fff28 08081495
      200fff30 08081495
      200fff34 3c140000
      This is activated when a special attack is used. Enemies will only be able to use one special attack once with this, but the below code fixes that problem if you really don't want an enemy to use a special attack.

      Select Your Unit To Give It Full SP, Select An Enemy To Reduce It's SP To 0
      20208e64 0803ffce
      200fff38 92190355
      200fff3c 14190004
      200fff40 8e1801d8
      200fff44 8f0f06b4
      200fff48 0808239b
      200fff4c af0f06ac
      200fff50 0808239b
      200fff54 af0006ac

      Infinite Action Bit On
      00245a70 00000001
      It's redundant, but nice if you don't like plugging in a second controller just to activate it in debug mode. I found it in a heartbeat using Pcsx2 0.9.7 and Cheat Engine.

      Enemies Don't Get Turns
      201a5b84 34030000

      Can Control Enemies
      20208ec4 34080000
      It's redundant, debug mode automatically turns this on.

      Instant Victory (Press L3 + SELECT)
      d025d9c2 0000fffc
      202169b0 340c0000
      d025d9c2 0010fffc
      202169b0 820c0355
      The game tells me it's writing 2 bytes to either 00245e60 or 00245e64, and it's value is either 1 or 2. It's value might be different from one stage to another to win, I'm not sure yet and probably won't actually check it out.

      Dialogue Box (Can Escape Any Battle)
      d025d9c2 0000fffa (Press R3 + SELECT)
      1024617c 000003f2

      Set Legend Rarity Level
      201b97e4 340300??
      If an item was going to end up having legend rarity, it will have whatever rarity value you set.

      Set Other Rarities' Level
      201b9804 340300??
      If an item wasn't going to end up having legend rarity, it will have whatever rarity you set.

      All New Items Have 16 Specialists
      201b9c58 34020010
      Every item you are awarded, every item and enemy has, and every item at a store will always have exactly 16 specialists in it. This doesn't modify how much the population can be, it just gives you the actual random specialists.

      Unlock All Areas
      002a1ff7 0000001e
      202a1ff8 0781e078
      202a1ffc 83e1f81e
      202a2000 03381e00
      202a2004 f81e0f80
      202a2008 1e0783e0
      202a200c 3981e078
      002a2010 0000003e
      102a201a 0000f83e

      Item World Current Floor
      002f65d4 000000??
      Even if you skip to level 100 and win when you were supposed to be on the first floor, going back into the item will go to level 2. The levels are ?? - 1. 00 would be floor 1, 01 is floor 2, 02 is floor 3, 63 is floor 100.

      Routine To Change Current Item World Floor

      20108104 0803ff80
      200ffe00 3c190010
      200ffe04 8f2ffdfc
      200ffe08 3c180026
      200ffe0c 9718d9c2
      200ffe10 140f000d
      200ffe14 3c0f002f
      200ffe18 95ee65d4
      200ffe1c 340dfbef (L1 + Up = Increase Level By 1)
      200ffe20 15b80003
      200ffe24 25cc0001
      200ffe28 a5ec65d4
      200ffe2c af39fdfc
      200ffe30 340dfbbf (L1 + Down = Decrease Level By 1)
      200ffe34 15b8000a
      200ffe38 21ceffff
      200ffe3c af39fdfc
      200ffe40 10000007
      200ffe44 a5ee65d4
      200ffe48 340ffbef
      200ffe4c 11f80004
      200ffe50 340ffbbf
      200ffe54 11f80002

      200ffe5c af20fdfc
      200ffe60 03e00008
      This is long because this was just a tiny learning thing I wanted to try. I remember people saying that Pyriel's item & specialist modifiers were too fast, and out of boredom I just wanted to control the speed. It's nothing special. If you want the very short and hard to control version, it's:
      d025d9c2 0000fbef (L1 + Up = Increase Levels)
      30000001 002f65d4
      d025d9c2 0000fbbf (L1 + Down = Decrease Levels)
      30100001 002f65d4


      Story Mode Enemies Start With 0 SP
      201b178c 34040000
      Item World Enemies Start With 0 SP
      201aad78 34040000
      Item World Neutrals Start With 0 SP
      201c3a44 34050000
      Neutrals are specialists and geopanels.


      Stereo/Mono Sound
      002f65ed 0000000?
      Not in any way useful. I found it to find the area where settings are, and was hoping to find codes like there are for Disgaea 2 to skip all special looking moves and make all geopanel effects go by very fast. As far as a I can tell, this game never had those. I did encounter odd things in the area though. I controlled whether my base panel was on a level, zoomed in, instantly completed a stage, made the stage disappear, and some other weird things.
      Last edited by bungholio; 09-08-2010, 08:24:09 AM.
      July 7, 2019

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

      Comment


      • #4
        I've added your newer codes from the above post.
        I've also been adding many games you hacked that were never added until now, some back from '09.
        http://OldGameHacking.com/
        http://www.youtube.com/user/DreamcastVideos

        Comment


        • #5
          OK. Thank you.
          Last edited by bungholio; 11-11-2010, 07:23:39 AM.
          July 7, 2019

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

          Comment

          Working...
          X