From e608f4f5ac6651bbc0f3dad37f56ed620d852526 Mon Sep 17 00:00:00 2001 From: octorock <79596758+octorock@users.noreply.github.com> Date: Sat, 13 Jan 2024 11:49:33 +0100 Subject: [PATCH] Fix custom build Assign two null bytes to the correct compressed tile map. --- assets/map.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/map.json b/assets/map.json index 4aa035c3e..cc425cd7b 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" }, {