aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullets.s')
-rw-r--r--src/bullets.s2
1 files changed, 1 insertions, 1 deletions
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