EDACS: Fix Unk4 Value EA Dynamic Regrouping; #252

This commit is contained in:
lwvmobile 2024-04-15 09:40:53 -04:00
parent 5d205800aa
commit dbc645e7b0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}