 |
Description |
When playing Deep Dungeon, you have a random chance of making a powerful hit known as a deathblow.
Unfortunately, with Ruu's Blade (the strongest sword) equipped, the effective attack power is so high it overflows. This makes a deathblow actually do less damage than a normal blow.
Unfortunately, a proper fix would need to rewrite code to handle at least 9 bits for AP and damage. That would probably result in a significant amount of code needing to be rewrote.
So, these patches do the next best thing:
one version restricts the effective AP to 255, while the other will set damage inflicted to 255 whenever AP overflow is detected.
Use one of them.
Also, I have included two versions of each patch. One is meant to be applied to a Japanese disk image. The other is meant to be applied to an ALREADY PATCHED translated disk image. |
|