Replace tabs with spaces

This commit is contained in:
Pedro de Oliveira 2014-08-20 04:59:00 +01:00
parent e5a5eec99d
commit 161b0956e8
1 changed files with 31 additions and 31 deletions

View File

@ -9,9 +9,9 @@ clr_screen EQU $0daf ; ROM routine to clear the screen
; Screen is 256x192
; Star Structure
; X - 1 Byte $00 - $ff
; Y - 1 Byte $00 - $c0
; Speed - 1 Byte $1 - $3
; X 1 Byte $0 - $ff
; Y 1 Byte $0 - $c0
; Speed 1 Byte $1 - $3
MAX_STARS EQU 10
start