aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.s')
-rw-r--r--src/driver.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/driver.s b/src/driver.s
index b367c63..9d31604 100644
--- a/src/driver.s
+++ b/src/driver.s
@@ -885,6 +885,11 @@
lda Globals::zp_level
and #%00000111
sta Globals::zp_level_kind
+ lda Globals::zp_level
+ and #%00001100
+ lsr
+ lsr
+ sta Globals::zp_shuttle_kind
;; Just like we did in Drivers::switch(), we re-initialize some things
;; like timers and the items. Note that re-setting the timers will force