mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
fixed ticket struct
This commit is contained in:
parent
98658b969d
commit
c234fbfa42
1
title.py
1
title.py
@ -26,6 +26,7 @@ class Ticket:
|
|||||||
self.reserved = Struct.string(80)
|
self.reserved = Struct.string(80)
|
||||||
self.unk3 = Struct.uint16
|
self.unk3 = Struct.uint16
|
||||||
self.limits = Struct.string(96)
|
self.limits = Struct.string(96)
|
||||||
|
self.unk4 = Struct.uint8
|
||||||
def __init__(self, f, korean = False):
|
def __init__(self, f, korean = False):
|
||||||
self.f = f
|
self.f = f
|
||||||
data = open(f, "rb").read()
|
data = open(f, "rb").read()
|
||||||
|
Loading…
Reference in New Issue
Block a user