From 54a2844efad697deb7a1032339fe8ae67a340475 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 2 Apr 2025 12:43:36 +0200 Subject: [PATCH] cells: removed comment --- src/cells.s | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/cells.s b/src/cells.s index 450903f..e3e4ae6 100644 --- a/src/cells.s +++ b/src/cells.s @@ -1,14 +1,4 @@ - ; updates all cells - ; eihter until the end of the - ; end of the cell list is reached - ; or CELLS_MAX_FRAME is reached - ; only head cells count towards the cell update limit - ; increments cell_idx every iteration - ; resets cell_idx to 0 when end of cells is reached -cells_update: - ret - ; updates a cell ; does not call c_st_routine if c_head_offset != 0 ; inputs: -- 2.30.2