aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-11 23:44:13 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-11 23:44:13 +0100
commit9ae51a4c210b8f01718e21eda592c498715a642b (patch)
tree90867f95c133b8c4383a9559075b73b77b92c98b /include
parenta0ef7b9c4d341de3f3f518626c40576e45cbf244 (diff)
downloadjetpac.nes-9ae51a4c210b8f01718e21eda592c498715a642b.tar.gz
jetpac.nes-9ae51a4c210b8f01718e21eda592c498715a642b.zip
Initial implementation for items
This now only supports the appearance of shuttle parts and the fact that the player can collect them at a very specific order and drop them so to stack up the final shuttle. This is of course just the skeleton and there's a bunch of TODO's left. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'include')
-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. |