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 db8bfd7..0f31d0c 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
+ zp_bullets_pool_base = $A0 ; asan:reserve $1E
;; The current amount of bullets on screen.
zp_bullets_pool_size = $E0