From b891997ab597056c1a3ee26b7de0340dcb5e2e2f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 8 Mar 2026 23:19:17 +0100 Subject: Add a blinking animation on player selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- include/globals.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/globals.s b/include/globals.s index f6021b4..ac79f28 100644 --- a/include/globals.s +++ b/include/globals.s @@ -8,7 +8,9 @@ zp_arg1 = $01 zp_arg2 = $02 zp_arg3 = $03 - ;; zp_arg4 = $04 + + ;; Argument reserved _only_ for NMI code. + zp_nmi_reserved = $04 ;;; ;; Random values that can be used inside of functions for temporary values -- cgit v1.2.3