diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/notes.md | 2 | ||||
-rw-r--r-- | docs/time.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/notes.md b/docs/notes.md index fc7c43c..d6fcfaa 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -346,7 +346,7 @@ code to reassemble these chunks, the following observations were made: - There is a fixed 0x24 (36) byte header before all drawings - The size of the reassembled messages for pictochat drawings exactly follows - the equation $f(x) = 36 = 2048x$ where $x$ is the number of rows the message + the equation $f(x) = 36 + 2048x$ where $x$ is the number of rows the message shows up as. The row count of the message does not appear to be stored anywhere. - The first 8 bytes of reassembled messages (drawings, room join) consists of a diff --git a/docs/time.txt b/docs/time.txt index 5c9ec3e..cf27eff 100644 --- a/docs/time.txt +++ b/docs/time.txt @@ -28,3 +28,4 @@ 2024-09-01 1h50m: homebrew ds toolchain hello world 2024-10-04 2h10m: reverse message serialization 2024-10-05 1h50m: debugging fiddled messages being ignored +2024-10-06 30m: debugging fiddled messages being ignored |