diff --git a/popstation.py b/popstation.py index c9498e7..fb2e5fd 100755 --- a/popstation.py +++ b/popstation.py @@ -3202,7 +3202,7 @@ def create_pbp(self): else: # If there is no PSTITLEIMG then the PSISOIMG will be aligned # on the next 0x10000 boundary. - fh.seek( (fh.tell() + 0x10000) & 0xffff0000 ) + fh.seek( (fh.tell() + 0xffff) & 0xffff0000 ) disc_num = 0 psiso_offsets = []