We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695954c commit 31a56e0Copy full SHA for 31a56e0
1 file changed
3dsconv.py
@@ -146,7 +146,7 @@ def ncchinfoadd(rom_ncchinfo):
146
romf_ncchinfo.seek(struct.unpack("<I", romf_ncchinfo.read(4))[0] * mu) # first partition offset
147
keyy_ncchinfo = romf_ncchinfo.read(16)
148
ncchinfolist.append(
149
- tid_ncchinfo[::-1] + "\x01" + ("\0" * 14) + keyy_ncchinfo + "\x01" + ("\0" * 15) +
+ tid_ncchinfo[::-1] + "\x01" + ("\0" * 7) + keyy_ncchinfo + "\x01" + ("\0" * 15) +
150
tid_ncchinfo + (
151
"/{}.Main.exheader.xorpad".format(binascii.hexlify(tid_ncchinfo[::-1]).upper())
152
).ljust(112, "\0")
0 commit comments