home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / wads / doom1 / patches / chook / chookexe / chookexe.pat < prev    next >
Encoding:
Text File  |  1994-07-19  |  722 b   |  17 lines

  1. # A binary patch for doom.exe to turn rocket messages into chook messages.
  2. #
  3. # Picked up a rocket.
  4. 50 69 63 6b 65 64 20 75 70 20 61 20 72 6f 63 6b 65 74 2e 00
  5. # Picked up a chook.
  6. 50 69 63 6b 65 64 20 75 70 20 61 20 63 68 6f 6f 6b 2e 00 00
  7. #
  8. # Picked up a box of rockets.
  9. 50 69 63 6b 65 64 20 75 70 20 61 20 62 6f 78 20 6f 66 20 72 6f 63 6b 65 74 73 2e 00
  10. # Picked up a box of chooks.
  11. 50 69 63 6b 65 64 20 75 70 20 61 20 62 6f 78 20 6f 66 20 63 68 6f 6f 6b 73 2e 00 00
  12. #
  13. # You got the rocket launcher!
  14. 59 6f 75 20 67 6f 74 20 74 68 65 20 72 6f 63 6b 65 74 20 6c 61 75 6e 63 68 65 72 21 00
  15. # You got the chook launcher!
  16. 59 6f 75 20 67 6f 74 20 74 68 65 20 63 68 6f 6f 6b 20 6c 61 75 6e 63 68 65 72 21 00 00
  17.