diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 22:22:08 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 22:22:08 +0100 |
| commit | c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49 (patch) | |
| tree | 3975a42797cfc5c3f9b0e05219874e7236af2cab /include | |
| parent | 7ff3a8f6fb3bbf101e887f660aa89956d9e3147b (diff) | |
| download | jetpac.nes-c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49.tar.gz jetpac.nes-c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49.zip | |
Initial iteration of enemy movement
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à <mssola@mssola.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/globals.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
