Skip to content

Commit

Permalink
Try figuring out some parts of scn files
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Feb 20, 2024
1 parent 53ac315 commit 69e7bd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patterns/dqmj1_scn.hexpat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
struct a {
u8 id;
u8 unknown[15];
};

u32 magic @ 0x0;
u8 unknown_a[15] @ 0x4;
a unknown_b[4] @ $;
u8 unknown_c @ 0x51;
u8 unknown_d @ 0x84;
u8 unknown_e @ 0x85;

0 comments on commit 69e7bd5

Please sign in to comment.