From c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 12 Feb 2026 22:22:08 +0100 Subject: Initial iteration of enemy movement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now only the basic algorithm has been written, but the framework for adding the rest has also been written down. Signed-off-by: Miquel Sabaté Solà --- include/globals.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/globals.s') diff --git a/include/globals.s b/include/globals.s index d4a7f55..cbdb144 100644 --- a/include/globals.s +++ b/include/globals.s @@ -3,7 +3,7 @@ ;; Global variables used throughout the code base. .scope Globals ;;; - ;; Argument values reserved passing arguments to functions in memory. + ;; Argument values reserved for passing arguments to functions in memory. zp_arg0 = $00 zp_arg1 = $01 ;; zp_arg2 = $02 -- cgit v1.2.3