********** CHEAT CODES ********** #Change or disable the cheat codes: http://andy.durdin.net/keen/modding/viewtopic.php?t=15 #To change the cheat window sizes and text, see #Text patches -> Cheats #Disable cheats: %patch $0DB0 $C3 #Disable CTSpace cheat: %patch $11AA $C3 #Disable GOD cheat: %patch $A0A1 $EB #Disable going-through-walls-on-world-map-using-god-cheat %patch $6D94 $90 #Pogo doesn't fly with godmode #CTSpace cheat doesn't affect: %patch $0DFF $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 $90 #Ammo %patch $0DF9 $90 $90 $90 $90 $90 $90 #Pogo %patch $0E10 $90 $90 $90 #Keycards #----------------------------------------------------------------- #What CTSpace cheat gives Keen: %patch $0E01 $DE $9A $64 $00 #Ammo (100) %patch $0DFB $B0 $9A $01 $00 #Pogo (0 to steal pogo) %patch $0E0F $B4 $9A $01 $00 #ALL keys (0 to steal all keys) #What the first byte affects: $AA: Joystick $AC: Vaccum $AE: Whiskey $B0: Pogo $B2: Battery $B4: All cards $B6: Red card $B8: Green card $BA: Blue card $BC: Level 1 $BE: Level 2 $C0: Level 3 $C2: Level 4 $C4: Level 5 $C6: Level 6 $C8: Level 7 $CA: Level 8 $CC: Level 9 $CE: Level 10 $D0: Level 11 $D2: Level 12 $D4: Level 13 $D6: Level 14 $D8: Level 15 $DA: Level 16 $DC: Lives $DE: Ammo $E0: Points $E2: Points * 65536 #----------------------------------------------------------------- ********** CITIES ********** For the 'you saved x cities' text, look under HIGH SCORES #Keen has got cities at game start %patch $8ACC $01 $00 #SAVE all cities; %patch $8ABF $01 $00 #Remove x cities, starting with London #Don't save cities when Tantalus shot: %patch $4735 $00 $00 #London %patch $473D $00 $00 #Cario %patch $4745 $00 $00 #Sydney %patch $474D $00 $00 #New York %patch $4755 $00 $00 #Paris %patch $475D $00 $00 #Rome %patch $4765 $00 $00 #Moscow %patch $476D $00 $00 #Wash D.C. #City names: %patch $199AB "London" $00 %patch $199B2 "Cario" $00 %patch $199B8 "Sydney" $00 %patch $199BF "New York" $00 %patch $199C8 "Paris" $00 %patch $199CE "Rome" $00 %patch $199D3 "Moscow" $00 %patch $199DA "Wash D.C." $00 #Where city text is read from: %patch $10A4 $222B %patch $10C0 $2232 %patch $10DC $2238 %patch $10F8 $223F %patch $1118 $2248 %patch $1138 $224E %patch $1158 $2253 %patch $1178 $225A ********** COLORS ********** See PALETTES