; PP - Patcher system module for /X\2

; GREMLiNS BBS +61-3-9870-4893 SysOp: Marty ..Some offsets for ya..!
; Okay, wasn't that hard once ya know wat ya doing, so for those who
; don't know anything about hex, etc.. here's a list of  patches for
; you to play with, and change.. making  sure you keep the length of
; of each word the same. You can can change the word itself or  make
; the letters upper or lower case, etc.. but as long as you keep the
; word length  the same,  then you should have  no problems?! If you
; want me to do more, then ask me nicely.. ;) ......Enjoy.........!!

;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 * symbol
pk.b $16945,$2A

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

;BEGIN_ABOUT_INFO
; Change the MAXs About Info
ps.n $211A9,"GREMLiNS BBS"

;BEGIN_ICON_INFO
; Change the info when iconfied
ps.b $203D6,"GREMLiNS BBS by Glen Martin   "
ps.b $203F5,"Node Asleep...   "

;BEGIN_GREMLiNS_BBS
; Offsets for shown words
ps.b $2043A,"User Editor:"
ps.b $20478,"Files Editor:"
ps.b $204B6,"Checking Files..."
ps.b $204F8,"Purge Attached Files:"
ps.b $2053E,"Purge Messages:"
ps.b $2057E,"Paths & Options:"
ps.b $205C0,"System Configure:"
ps.b $20602,"Modem Configure:"
ps.b $20644,"Menu Editor:"
ps.b $206B2,"Sections Configure:"
ps.b $206F6,"User Deafults:"
ps.b $20736,"Text Editor:"
ps.b $20774,"Macros:"
ps.b $207AC,"FidoNet Configure:"
ps.b $207F0,"FidoNet Mail Distribution:"
ps.b $2083C,"FidoNet Dialer:"
ps.b $2087C,"Executing Program..."
ps.b $208C2,"Message Import:"
ps.b $20902,"File Transfer:"
ps.b $20942,"Printer/Output:"
ps.b $20982,"Import Text:"

; Offsets for the BBS pulldown menu
ps.b $2C79A,"BBS"
ps.b $2C820,"Local Login"
ps.b $2C862,"Chat On/Off"
ps.b $2C8A4,"Chat Interupt"
ps.b $2C8E8,"Countdown"
ps.b $2C928,"Printer/Output"
ps.b $2C96E,"Import Text"
ps.b $2C9B0,"TWiT"
ps.b $2C9EC,"Reserve BBS"
ps.b $2CA2E,"Caller Log"
ps.b $2CA70,"About"
ps.b $2CAB0,"Iconify"
ps.b $2CAEE,"Sleep"
ps.b $2CB2A,"QUiT"

; Offsets for the SysOp pulldown menu
ps.b $2C7BC,"SysOp"
ps.b $2CB66,"Add Mins"
ps.b $2CBA6,"Sub Mins"
ps.b $2CBE6,"Online Edit"
ps.b $2CC28,"User Editor"
ps.b $2CC6A,"Files Editor"
ps.b $2CCAE,"Check Files"
ps.b $2CCF0,"Optimise Msgs"
ps.b $2CD34,"Purge Attached"
ps.b $2CD7A,"Purge Messages"
ps.b $2CDC0,"Force FidoNet"
ps.b $2CF4E,"Force Execute"
ps.b $2D0E6,"Force Import"

; Offsets for the Configure pulldown menu
ps.b $2C7E0,"Configure"
ps.b $2D12A,"Paths & Opts"
ps.b $2D16E,"System"
ps.b $2D1AC,"Modem"
ps.b $2D1E8,"Menus"
ps.b $2D224,"Sections"
ps.b $2D264,"User Defaults"
ps.b $2D2A8,"Text"
ps.b $2D2E4,"Macros"
ps.b $2D322,"FidoNet"
ps.b $2D360,"Distribution"
ps.b $2D3A4,"Load All"
ps.b $2D3E4,"Save All"

; Offsets for some other words
ps.b $2D83E,"Oh Shit"
ps.b $2D77E,"Whoops!"
ps.b $4F48," * ORiGiN: "
ps.b $1361E,"Mr Nobody"
ps.b $1418D,"M A X"

