From d71a38f3223dd90ad59b706321de87d60c0ed666 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 3 Mar 2026 18:47:42 +0100 Subject: Add a pool of explosion effects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- include/globals.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/globals.s') 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 ;;; -- cgit v1.2.3