********** RAYGUN ********** ------------------------------------------------------------------------------- The ammo and the raygun give Keen 1 and 5 of something. (Shots) We can change both how much and what Keen gets. In the patches below the bullet gives $01 $00 and the raygun $05. A negative number will TAKE AWAY stuff ($FF $FF\$FF = -1 shot for example.) Change both these to change the AMOUNT. Change the byte before $9D to change WHAT is given (Notice both of these are $48, ammo): #What to give $14: Joystick $16: Vaccum $18: Whiskey $1A: Pogo $1C: Battery $1E: Yellow card $20; Red card $22: Green card $24: Blue card $26: Level 1 $28: Level 2 $2A: Level 3 $2C: Level 4 $2E: Level 5 $30: Level 6 $32: Level 7 $34: Level 8 $36: Level 9 $38: Level 10 $3A: Level 11 $3C: Level 12 $3E: Level 13 $40: Level 14 $42: Level 15 $44: Level 16 $46: Lives $48: Ammo $4A: Points #What single bullet gives: %patch $7BD2 $81 $06 $48 $9D $01 $00 $EB $CB #What raygun gives: %patch $7ACD $48 $9D $05 ------------------------------------------------------------------------------- #Set single bullet to give ankh time #Here 10s (10 * 144 = $06C0) %patch $7BD2 $81 $06 $46 $99 $C0 $06 $EB $CB