diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-11-23 09:38:46 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-04 21:02:11 +0100 |
| commit | 0e1839f48ada69b81f5879449d0e0fe435f851c5 (patch) | |
| tree | ef287b4539e2f066b509a467d19b0590048ba00e /space/src/states | |
| parent | c131ed635342a724687755844a54031e026700ac (diff) | |
| download | code.nes-0e1839f48ada69b81f5879449d0e0fe435f851c5.tar.gz code.nes-0e1839f48ada69b81f5879449d0e0fe435f851c5.zip | |
space: Improve comments and documentation
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'space/src/states')
| -rw-r--r-- | space/src/states/player.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
