flipper_miss.asm - 89erik/NES-breakout GitHub Wiki

Tree: root /src/loop/flipper_miss.asm

This file contains the sub routine FlipperNoHit which is called whenever the ball have fallen completely out of the game. The routine first reduces the player score by 1 and updates the score on the screen. The ball is reset by storing #TRUE to the holding_ball variable.