From 53c8d2e55cc1b13c58060bbb4795e8adff8c1a87 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 8 Jul 2020 17:01:44 +0100 Subject: [PATCH] Remove invalid comment --- src/BossAlmo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BossAlmo2.cpp b/src/BossAlmo2.cpp index ef5d39f6..afdfdbb6 100644 --- a/src/BossAlmo2.cpp +++ b/src/BossAlmo2.cpp @@ -695,7 +695,7 @@ void ActBossChar_Undead(void) { if (npc->x < 192 * 0x200) npc->direct = 2; - if (npc->x > (gMap.width - 4) * (0x200 * 0x10)) // Pixel is inconsistent: the assembly code indicates he really used '0x2000' instead of '0x200 * 0x10', which he usually uses + if (npc->x > (gMap.width - 4) * (0x200 * 0x10)) npc->direct = 0; if (npc->direct == 0)