 |
| Description |
In Deep Dungeon II, the player and enemies can eat magic vegetable soup to recover HP.
The player will recover a random amount of HP when the eat one.
The enemy will recover full HP after eating one.
However, examining the code suggests that is a bug, and the enemies were also meant to only partially recover HP with each use.
This patch is designed to be used on a Japanese game. The .fds file should NOT have an fwNES header (total size 131,000). Delete the first 16 bytes using a capable hex editor if has a header.
The patch is provided in both IPS and UPS format (the later being able to be used to unpatch the game).
I've also included the documented buggy and fixed code. |
|