Minor comment harmonization.

This commit is contained in:
Oliver Schmidt
2014-01-11 23:35:21 +01:00
parent e267addb5b
commit 8ae7ac73b3
7 changed files with 19 additions and 14 deletions

View File

@@ -89,10 +89,11 @@ YMax: .res 2 ; Y2 value of bounding box
Temp: .res 1
; Default values for above variables
.rodata
; Default values for below variables
; (We use ".proc" because we want to define both a label and a scope.)
.proc DefVars
.word SCREEN_HEIGHT / 2 ; YPos
.word SCREEN_WIDTH / 2 ; XPos