Document better

This commit is contained in:
Pedro de Oliveira 2014-09-02 21:49:20 +01:00
parent 8504fd3c0b
commit c1aaaeaf52
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ last_k EQU $5c08 ; Last pressed key
MAX_STARS EQU 100
; Star Structure
; "Allocate" memory for all the stars
STARS
REPT MAX_STARS
; Star Structure
db $0 ; X
db $0 ; Y
db $0 ; Speed