#99509 - DimondEdge - Tue Aug 22, 2006 3:07 am
I am writing a quick, 1kb patcher for a game, and am trying to apply it
with bspatch.
I generate a .bdf file with
that works, then I do
in two seconds, I get "MKDS.nds" but it's exactly the
same as hack.out, a 1kb file.
Whats going on?
DE
with bspatch.
I generate a .bdf file with
Code: |
bsdiff file1.nds hack.out patch.bdf |
that works, then I do
Code: |
dspatch file1.nds MKDS.nds patch.bdf |
in two seconds, I get "MKDS.nds" but it's exactly the
same as hack.out, a 1kb file.
Whats going on?
DE