From d04bc9914c6ee9c66f88adf0d4488e5e0d696ce9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 9 Feb 2026 17:23:34 +0100 Subject: Use constants on asan:reserve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/bullets.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bullets.s') diff --git a/src/bullets.s b/src/bullets.s index 0f31d0c..335e478 100644 --- a/src/bullets.s +++ b/src/bullets.s @@ -18,7 +18,7 @@ ;; bullet. ;; 2. Y coordinate. ;; 3. X coordinate. - zp_bullets_pool_base = $A0 ; asan:reserve $1E + zp_bullets_pool_base = $A0 ; asan:reserve BULLETS_POOL_CAPACITY_BYTES ;; The current amount of bullets on screen. zp_bullets_pool_size = $E0 -- cgit v1.2.3