Browse Source

Increase minimum FTPR offset to 0x400

Nicola Corna 7 years ago
parent
commit
2987431acd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      me_cleaner.py

+ 1 - 1
me_cleaner.py

@@ -23,7 +23,7 @@ import shutil
 from struct import pack, unpack
 
 
-min_ftpr_offset = 0x60
+min_ftpr_offset = 0x400
 unremovable_modules = ("BUP", "ROMP")