aboutsummaryrefslogtreecommitdiff
path: root/include/globals.s
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.s')
-rw-r--r--include/globals.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.s b/include/globals.s
index ac79f28..1861e07 100644
--- a/include/globals.s
+++ b/include/globals.s
@@ -33,7 +33,7 @@
;; |-----+------------+-------------------------------------------------------------|
;; | 7 | render | Game logic is over, block main code until NMI code is over. |
;; | 6 | ppu | PPU registers have to be touched. |
- ;; | 5 | - | Unused. |
+ ;; | 5 | shuttle | The shuttle elements from the background have to change. |
;; | 4 | dead | Player has just died. |
;; | 3 | paused | Game is in pause state. |
;; | 2 | title over | We are transitioning from title to game. |