add comment
This commit is contained in:
@@ -91,6 +91,8 @@ visible: .res 1
|
|||||||
|
|
||||||
.rodata
|
.rodata
|
||||||
|
|
||||||
|
; (We use ".proc" because we want to define both a label and a scope.)
|
||||||
|
|
||||||
.proc DefVars
|
.proc DefVars
|
||||||
.word SCREEN_HEIGHT/2 ; YPos
|
.word SCREEN_HEIGHT/2 ; YPos
|
||||||
.word SCREEN_WIDTH/2 ; XPos
|
.word SCREEN_WIDTH/2 ; XPos
|
||||||
|
|||||||
@@ -113,6 +113,8 @@ oldval: .res 1
|
|||||||
|
|
||||||
.rodata
|
.rodata
|
||||||
|
|
||||||
|
; (We use ".proc" because we want to define both a label and a scope.)
|
||||||
|
|
||||||
.proc DefVars
|
.proc DefVars
|
||||||
.word (SCREEN_HEIGHT+1)/2 ; YPos
|
.word (SCREEN_HEIGHT+1)/2 ; YPos
|
||||||
.word (SCREEN_WIDTH+1)/2 ; XPos
|
.word (SCREEN_WIDTH+1)/2 ; XPos
|
||||||
|
|||||||
Reference in New Issue
Block a user