diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-03 18:47:42 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-03 18:47:42 +0100 |
| commit | d71a38f3223dd90ad59b706321de87d60c0ed666 (patch) | |
| tree | 0e3e580f43dd43ab8f446569f90939cf1f72300b /include | |
| parent | f7df2b8be51936aa79a309ada059a0eecfa86796 (diff) | |
| download | jetpac.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.s | 4 |
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 ;;; |
