From e17c2f39cea03616d1730603d32b2cd66e0e6a1a Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Thu, 19 Apr 2018 10:33:40 -0700 Subject: [PATCH] Fix sector interleave table formatting --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1fc45ac..096b311 100644 --- a/README.md +++ b/README.md @@ -868,15 +868,16 @@ It is continued on 4am, T13S7 Using our sector interleave table: -|:Sector:| Order | -| 0 |0 | -| 7 |1 | -| E |2 | -| 6 |3 | -| D |4 | -| 5 |5 | -| C |6 | -| 4 |7 | +|Sector|Fragment| +|:-:|:-:| +| 0 | 1 | +| 7 | 2 | +| E | 3 | +| 6 | 4 | +| D | 5 | +| 5 | 6 | +| C | 7 | +| 4 | 8 | I still need to track down where this is loaded into memory.