; PP - Patcher system module for /X\2

;BEGIN_CSI_FIX
; Patch to fix the CSI ANSI bomb problem :)))
pk.w $1515A,$1000

;BEGIN_PASSWORD_CHANGE
; Alter the password char from . to a funny symbol :)
pk.b $16945,$E7

;BEGIN_ICONIFY_SIZE
; Alter the iconify bar width from 420 ($1a4) to full screen 640 ($280)
pk.w $20374,$280

;BEGIN_MODEM_CONFIG
; Change the modem configure window a bit <G>

;           "              "
ps.n $20602,"mODEM cONFIGURE!"
;ps.n $24EFB,"dECENT sERIAL cABLE  "
;ps.n $24f27,"fAST xFERS!"
;ps.n $24f4d,"sHAG uP mODEM cONFIG"
;ps.n $24f7b,"uSING cRAP mODEM"
;ps.n $24fa5,"iNSTANT cONNECTS!"
;ps.n $24fcf,"sERIAL uNIT # "
;ps.n $24ff3,"dEVICE nAME:"

;BEGIN_LOCAL_KEY
; Make some menus local access only :)
pk.w $1e706,$2711

;BEGIN_PHONE_COMMENT
; Make the user's phone number appear instead of a comment line....
pk.w $18BCE,$B0CE

;BEGIN_SECTION_GHOST
; Remove the shosting of gadgets in the section config window
pk.w $1E9D0,$08A9
pk.w $1E9D6,$08A9
pk.w $1E9DC,$08A9
pk.l $1E9C8,$10001000
pk.l $1E9CC,$10001000

;BEGIN_NO_LOSS
; Attempts to stop char loss in chat progs etc etc!
;pk.l $163BE,$10001000
;pk.l $15510,$10001000
;pk.l $15036,$10001000
