diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-13 11:49:33 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2024-01-13 11:49:33 +0100 |
| commit | e608f4f5ac6651bbc0f3dad37f56ed620d852526 (patch) | |
| tree | eebe92f57f9d5c9d6415b1bff54c81b604d0c589 | |
| parent | 320d4465f59ad513e36b54578429eac7c4568754 (diff) | |
Fix custom build
Assign two null bytes to the correct compressed tile map.
| -rw-r--r-- | assets/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/map.json b/assets/map.json index 4aa035c3..cc425cd7 100644 --- a/assets/map.json +++ b/assets/map.json @@ -74,13 +74,13 @@ { "path": "maps/areas/000_MinishWoods/rooms/00_Main/gCaveBorder_LakeWoods_outside.bin.lz", "start": 3344536, - "size": 1010, + "size": 1012, "type": "tileMap" }, { "path": "maps/areas/000_MinishWoods/rooms/00_Main/gCaveBorder_LakeWoods_unused.bin.lz", - "start": 3345546, - "size": 1166, + "start": 3345548, + "size": 1164, "type": "tileMap" }, { |
