From e288ef20d539a04042c5e91cc562db04bb33b707 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 18 Jan 2019 16:17:50 +0100 Subject: [PATCH] Fix map name frame calculation --- engine/events/map_name_sign.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/events/map_name_sign.asm b/engine/events/map_name_sign.asm index 7bdbe8e8a..6162378a9 100644 --- a/engine/events/map_name_sign.asm +++ b/engine/events/map_name_sign.asm @@ -242,7 +242,7 @@ PlaceMapNameFrame: ret .FillTopBottom: - ld c, ((SCREEN_WIDTH - 2) - 2) / 4 + 1 + ld c, (SCREEN_WIDTH - 2) / 4 + 1 jr .enterloop .continueloop