aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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
;;;