Workaround for starting with one point before the player moves

This commit is contained in:
Rob McMullen 2017-07-25 16:14:51 -07:00
parent 25fc49872f
commit ac27db193f
1 changed files with 2 additions and 1 deletions

View File

@ -285,8 +285,9 @@ init_player nop
sta player_lives,x
lda #BONUS_LIFE
sta player_next_target_score,x
lda #0
lda #$99
sta player_score_l
sta player_score_m
sta player_score_h
rts