From 1c2ddb40bf9a70be533d9b4fe7e22596ff7f50d4 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Thu, 12 Dec 2024 06:23:42 +0100 Subject: [PATCH] Removed redundant comparison in actor update --- src/actor.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actor.s b/src/actor.s index bc946ce..b98bad3 100644 --- a/src/actor.s +++ b/src/actor.s @@ -342,7 +342,6 @@ actors_update: ld hl, actor_update_table ld a, [bc] - cp a, 0 call call_tbl pop bc -- 2.30.2