Disassembling the hex file won't do me much good as I then have lost all variable names etc.
That's not very imaginative. Add this to your PicBasic code and disassemble it:

Code:
@ nop
@ nop
@ nop
Variable_Name = Variable_Name
@ nop
@ nop
@ nop
and it will be easy to find in the assembler code, even if it is renamed.
Art.