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) ```