diff --git a/psptool/file.py b/psptool/file.py index 1da231a..b366f74 100644 --- a/psptool/file.py +++ b/psptool/file.py @@ -238,7 +238,7 @@ def create_file_if_not_exists(cls, directory: 'Directory', entry: 'DirectoryEntr # TODO: Find a better way to identify those entries NO_HDR_ENTRY_TYPES = [0x4, 0xb, 0x21, 0x40, 0x48, 0x49, 0x4a, 0x70, 0x6, 0x61, 0x60, 0x68, 0x5f, 0x1a, 0x22, 0x63, 0x67, 0x66, 0x6d, 0x62, 0x61, 0x7, 0x38, 0x46, 0x54, - 0x82, 0x84, 0x8d, 0x69, 0x7c ] + 0x82, 0x84, 0x8d, 0x69, 0x7c, 0x98 ] NO_SIZE_ENTRY_TYPES = [0xb] KEY_STORE_TYPES = [0x50, 0x51]