From 94a2f1e1810c6eff28f319f59ec95461373b05ba Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Mon, 4 Nov 2019 15:30:43 -0600 Subject: [PATCH] Nice huge commit --- Source/town.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/town.cpp b/Source/town.cpp index de4ae49b6..d2b528929 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -1410,7 +1410,7 @@ void SetTownMicros() lv--; pPiece = (WORD *)&pLevelPieces[32 * lv]; for (i = 0; i < 16; i++) { - pMap->mt[i] = pPiece[(i & 1) + 14 - (i & 0xE)]; + pMap->mt[i] = pPiece[(i & 1) + 16 - 2 - (i & 0xE)]; } } else { for (i = 0; i < 16; i++) {