aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-03 18:47:42 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-03 18:47:42 +0100
commitd71a38f3223dd90ad59b706321de87d60c0ed666 (patch)
tree0e3e580f43dd43ab8f446569f90939cf1f72300b /include
parentf7df2b8be51936aa79a309ada059a0eecfa86796 (diff)
downloadjetpac.nes-d71a38f3223dd90ad59b706321de87d60c0ed666.tar.gz
jetpac.nes-d71a38f3223dd90ad59b706321de87d60c0ed666.zip
Add a pool of explosion effects
For now this only applies to enemies, but it's general enough so it can target any given coordinate, and hence any given object. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'include')
-rw-r--r--include/globals.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/globals.s b/include/globals.s
index cbdb144..0b702b2 100644
--- a/include/globals.s
+++ b/include/globals.s
@@ -6,8 +6,8 @@
;; Argument values reserved for passing arguments to functions in memory.
zp_arg0 = $00
zp_arg1 = $01
- ;; zp_arg2 = $02
- ;; zp_arg3 = $03
+ zp_arg2 = $02
+ zp_arg3 = $03
;; zp_arg4 = $04
;;;