
- #Dig dug arrangement ro m how to#
- #Dig dug arrangement ro m code#
The timer digits are purple and display garbage.It also has the farthest look-ahead distance, same as the "kid stuff" difficulty. The game normally remains on Level 13 after you complete both sub-levels.The kids are only "immobilized" when they get caught after getting separated. This is commented out by default since it's not necessary, but whenever the Thirsties catch the kids, they do not get separated.
All the objects' horizontal positions are maintained in memory because of the scrolling playfield, and trying to freeze the Thirsties horizontally causes problems in the Kool-Aid Man phase. There are three pokes here: one to prevent the Thirsties from moving vertically, and the other two to initialize their starting positions where they can't reach you. I wanted to freeze the Thirsties on both axes, but settled for freezing only their vertical positions instead. There are four pokes here: one to set the lowest difficulty, and the other three to make the other choices linear instead of exponential. Additional practice level accessible past Level 13 4. Difficulty selection is now 10, 11, 12, and 13 1. As a result, one-time-use weapons are now reusable as well. There seemed to be a high probability of your losing them though, which is why I added a hack so that never happens. There is also a value for the Platinum Crossbow, which is the strongest reusable War Weapon, so choose whichever one you like. The Purple Book is the strongest reusable Spiritual Weapon. The exact value I used in the poke to give you more HP, arrows, and food, is what it is, in order to give you one of these two items. You get only a Gold Large Shield on the higher two difficulties instead of a Platinum Large Shield, because bit-shifting only one place instead of two places means there cannot be a single value shared across all four difficulties. You start the game facing North, whose value is zero, instead of East. Now I bit-shift only one place to the right (halving its value) and saving it to a different location. One of the lines bit-shifted a value two places to the right (dividing its value by 4) and saving it to the memory location used for your starting view direction.
#Dig dug arrangement ro m code#
To give you a shield, I transposed four lines of Assembly code (through a series of ROM pokes) and modified them as necessary.I set it to an exact value for a reason (keep reading). This same value is used to set your starting Arrows and Food count. A single value was originally used to set your starting War HP and its maximum, and then halved and used to set your starting Spiritual HP and its maximum.Replace the Wooden Bow as a starting weapon with the Purple Book 3.Start with either the Gold or Platinum Large Shield already equipped 2.
Start with more War & Spiritual Strength (HP), as well as arrows and food 1. Advanced Dungeons & Dragons: Treasure of Tarmin. Maximum difficulty (Enemies are very fast and aggressive). There are also a lot of pesticides in the maze.) Practice Mode (Timer is extremely fast but enemies are extremely slow. The new difficulty selections are as follows:. Keep that in mind.įor 2-player games, both players are usually affected unless indicated otherwise. I included comments here to let you know whether you can try tweaking values or to watch out for something.Īll values are hexadecimal, so the value 10 is "a", for example, and 15 is "f". Note the pipe symbol at the end of certain lines within the comments, indicating an extension from the line above. In some cases, multiple lines are needed for a single cheat. Some cheats are disabled by default, so you can do the reverse by deleting the semicolon at the beginning. You can disable a cheat by "commenting it out" - adding a semicolon to the beginning of that line. The patches are at the bottom of the file, starting in the section labeled "". cfg file with any text editor and make changes if you wish. bin file, appending " (Hack)" to the filename to be consistent with the downloaded file. rom file, then run rom2bin (bundled with jzintv) to generate a. #Dig dug arrangement ro m how to#
How to useĮach download link is for a substitute. Files are sorted first by date of last update/posting, and then alphabetically, so you can quickly see what's new. This page was last updated on February 21, 2023.