summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-01-18 16:17:50 +0100
committermid-kid <esteve.varela@gmail.com>2019-01-18 16:17:50 +0100
commite288ef20d539a04042c5e91cc562db04bb33b707 (patch)
tree7d7ddccd1551c4a227ad8b1c38268b99b50f4b72
parent0390728d442db9b0eca21b56fe5ecff982195b67 (diff)
Fix map name frame calculation
-rw-r--r--engine/events/map_name_sign.asm2
1 files changed, 1 insertions, 1 deletions
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