From: Lukas Krickl Date: Thu, 12 Dec 2024 05:23:42 +0000 (+0100) Subject: Removed redundant comparison in actor update X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1c2ddb40bf9a70be533d9b4fe7e22596ff7f50d4;p=gbrg%2F.git Removed redundant comparison in actor update --- 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