Pathways Into Darkness
----------------------

activate hidden turbo modes
  (cheat for 2.0)
  * during game play, hold down Control and type one of the following 
    codes:
    - "TURBO"   : puts game into high speed
    - "CARNAGE" :Increase game difficulty (extra monsters)
    - "RESET"   : resets time-elapsed clock

Hidden chambers
  (easter egg)
  * On the Evil undead panthasms die level find the ladder that takes you 
    to the Ascension level.
  * To the south of this is a west-facing wall and there's an entrance to 
    the Lock and load level.
  * On the 'They may be slow' level go straight through the room that you 
    first enter and head to your left. There's a room concealed by two 
    pillars, and inside you'll find a passage to the But they're hungry 
    level.
  * But wait, just past the first bend of this passage is an alternative 
    route that takes you to the Evil undead phantasms die level.
  * On the Happy happy carnage carnage stage head for the south west 
    corner of the level. In this room, you'll find a passage in the south 
    wall that leads to a room containing three rooms and an easter egg. 
    The middle transporter leads to the A plague of demons level. Eat the 
    egg.

Editors, tips and FAQ's
  (link)
  * There are quite a lot of Editors, hint-files, and FAQ's available at 
    Info-Mac/game/com/. Among them are the FAQ's Pathways into cheating 
    and PID Basic Survival Guide and two file how to edit your character, 
    pathways-into-darkness-hacks.hqx and pathways-how-to-310.txt. Also the 
    Umich/game/gameutil archive has some of these files.

disable modification checking code
  (patch for 1.0)
  * CODE 1, offset 02E0
    change "67"
        to "60"
  (patch for 1.1)
  * CODE 1, offset 02CE
    change "67"
        to "60"

bypass monster sequence dialog
  (patch for 1.0)
  * CODE 2, offset 11E6
    change "4EAD 04EA 7200 3200 4A81"
        to "1D7C 0000 FFF2 6000 00F8"
  (patch for 1.1)
  * CODE 2, offset 11EC
    change "4EAD 04E2"
        to "6600 012C"

fix Divide By Zero bug
  (patch for 1.1)
  * CODE 5, offset 4BD4
    change "3228 0006 48C1"
        to "7200 3228 0006"
  * CODE 5, offset 4BFE
    change "3228 0006 48C1"
        to "7200 3228 0006"
  * CODE 5, offset 4C28
    change "3228 0006 48C1"
        to "7200 3228 0006"

Allows save anywhere, not just at a save rune
  (patch for 1.1)
  * CODE 2, offset 0706
    change "6716"
        to "6516"

Gives you unlimited ammo
  (patch for 1.1)
  * CODE 6, offset 5952
    change "6774"
        to "6074"

Increase healing rate
  (patch for 1.1)
  * This hack will increase the healing rate by a factor of six and adjust 
    internal game time to compensate.
  * CODE 7, offset 2404
    change "0006"
        to "0002"
  * CODE 7, offset 3410
    change "6270"
        to "20D0"
  * CODE 7, offset 2608
    change "6270"
        to "20D0"
  * CODE 7, offset 2618
    change "6270"
        to "20D0"
  * CODE 7, offset 262C
    change "3138"
        to "1068"
  * CODE 7, offset 263A
    change "6270"
        to "20D0"
  * CODE 7, offset 2C0A
    change "0006 9780"
        to "0002 3280"
  * CODE 7, offset 2C16
    change "0009 E340"
        to "0003 4BC0"

increase maximum health points accrued based on treasure picked up
  (patch for 1.1)
  * CODE 6, offset 2210
    change "E588"
        to "E788"
  * CODE 6, offset 221C
    change "003C"
        to "0064"

increase efficacy of Violet Potion 4 times
  (patch for 1.1)
  * CODE 6, offset 230D
    change "3C"
        to "0F"

increase game speed by removing multiple key checking
  (patch for 1.1)
  * CODE 1, offset 0352
    change "C046"
        to "4240"

bypasses manual-look-up
  (hack for 2.0 (68k))
  * CODE 1, offset 0396
    change "6D"
        to "60"
  * CODE 2, offset 10C4
    change "67"
        to "60"
  (hack for 2.0 (PPC))
  1. open the data fork with a sector editor
  2. offset $000184D4 (#99540)
    change "4182 02EC"
        to "4800 02EC"
  3. offset $0001B55C (#111964)
    change "4180 0030"
        to "4800 0030"

