diff options
Diffstat (limited to 'src/driver.s')
| -rw-r--r-- | src/driver.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver.s b/src/driver.s index 421dd69..448efa2 100644 --- a/src/driver.s +++ b/src/driver.s @@ -125,7 +125,8 @@ sta Player::zp_state ;; Prepare the items for the scene. - jsr Items::prepare_scene + jsr Items::prepare_background_scene + jsr Items::init_level ;; Mark the state of the game as "game". That is, the player has ;; started. Also set the `ppu` flag and unset the `title over` one. |
