Removed redundant comparison in actor update
authorLukas Krickl <lukas@krickl.dev>
Thu, 12 Dec 2024 05:23:42 +0000 (06:23 +0100)
committerLukas Krickl <lukas@krickl.dev>
Thu, 12 Dec 2024 05:23:42 +0000 (06:23 +0100)
src/actor.s

index bc946ce889a154803c10636353ebadf8429b8365..b98bad31b1a0f7a27402c687beb6c826792603e1 100644 (file)
@@ -342,7 +342,6 @@ actors_update:
 
     ld hl, actor_update_table
     ld a, [bc]
-    cp a, 0
     call call_tbl
 
     pop bc