Skip to content

Commit

Permalink
Remove DoNotZeroFillMem.bin (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored Jan 4, 2023
1 parent 4dcd7bc commit 606655c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion DoNotZeroFillMem.bin

This file was deleted.

4 changes: 1 addition & 3 deletions patch_ndsheader_dsiware.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ def writeBlankuntilAddress(f_out, caddr, taddr):

filer = open(fname, 'rb')
data = filer.read(0xB0)
flagfile = open("../DoNotZeroFillMem.bin", 'rb')
data = data + flagfile.read(0x10)
flagfile.close()
data += b'DoNotZeroFillMem'
filer.read(0x10)
data = data + filer.read(0xC0)
caddr = 0x180
Expand Down

0 comments on commit 606655c

Please sign in to comment.