Name=Sample Byte Patch Author=Sample Version=1.0 Description=This mod makes the following edits:\n1ST_READ.BIN: Writes 09 00 at 0x3506A and 0x3506E.\nSTG03.PRS: Writes B8 91 at 0x140.\nThe addresses in PRS files are for the decompressed binary. Autodemo=True ; List of files to patch. Addresses for PRS entries are for decompressed binaries. You can write any number of sequential bytes. ; Format: ; [FileToPatch] ; Address = byte1 byte2 byte3 byte4 etc. [1ST_READ.BIN] 3506A = 09 00 3506E = 09 00 [STG03.PRS] 140 = B8 91