diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 19:08:16 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-06 19:08:16 +0200 |
commit | 4bd0256448a5b0d6f4ecf02f224c48d66d7b4ef4 (patch) | |
tree | f3ee3fa2364764d9bf9ed1907a20915102e39c5f | |
parent | 52971b9a2180ca3a54eb25ab49773e818cb8ae15 (diff) |
update time.txt
-rw-r--r-- | docs/notes.md | 2 | ||||
-rw-r--r-- | docs/time.txt | 1 | ||||
m--------- | melonDS | 0 |
3 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 diff --git a/melonDS b/melonDS -Subproject 1609ecbe1e217c48189e377060b4068de90c594 +Subproject e31285fbadf76b1edf7ffc17ddfc06e9c204821 |