diff options
Diffstat (limited to '')
-rw-r--r-- | setgen.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import struct names = {} names['PATH'] = '/Maps/forest/pathdata.bin' +names['SCN0'] = '/Maps/forest/mainscene.bin' names['3D00'] = '/Maps/forest/base.brres' header = struct.pack('>4sI', b'MSet', len(names)) |