From 0e1839f48ada69b81f5879449d0e0fe435f851c5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Nov 2023 09:38:46 +0100 Subject: space: Improve comments and documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- space/src/states/player.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'space/src/states/player.s') diff --git a/space/src/states/player.s b/space/src/states/player.s index 29c1585..e03f54c 100644 --- a/space/src/states/player.s +++ b/space/src/states/player.s @@ -1,7 +1,7 @@ ;;; ;; Player state: movement, animation, etc. The following memory addresses are ;; reserved for the player: -;; -> $30-$3F: internal data. +;; -> $30-$38: internal data. ;; -> $0200-$0207: OAM data. ;;; .scope Player -- cgit v1.2.3