From f320c93a7e32c28b23fde81d76dd5a0cdd5f4aa3 Mon Sep 17 00:00:00 2001 From: Ashley N Date: Sun, 24 Sep 2023 16:40:30 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index 71a46ff..14ee2f6 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -73,8 +73,8 @@ The Sprite Table contains a mapping of sprites to tile indices, as well as their ``` 2 bytes: Number of Sprites For (Number of Sprites): - 1 byte: Sprite ID - 1 byte: Tile index location (in tiles.bin) + 2 bytes: Sprite ID + 2 bytes: Tile index location (in tiles.bin) 1 byte: Sprite Width (tiles) 1 byte: Sprite Height (tiles) ```