mirror of https://github.com/lwvmobile/dsd-fme.git
EDACS: Fix Unk4 Value EA Dynamic Regrouping; #252
This commit is contained in:
parent
5d205800aa
commit
dbc645e7b0
|
|
@ -872,7 +872,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
|
|||
fprintf (stderr, " Patch Delete;");
|
||||
if (unk3)
|
||||
fprintf (stderr, " UNK3: %01X;", unk3);
|
||||
if (unk3)
|
||||
if (unk4)
|
||||
fprintf (stderr, " UNK4: %02X;", unk4);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue