Fix comment typos

This commit is contained in:
Lucas Scharenbroich 2021-07-10 20:35:27 -05:00
parent e4d480d2be
commit b5fa2d9266
1 changed files with 4 additions and 2 deletions

View File

@ -203,8 +203,8 @@ ScreenAddr lup 200
; This is a double-length table that holds the right-edge adresses of the playfield on the physical
; screen. At most, it needs to hold 200 addresses for a full height playfield. It is double-length
; so that code can pick an offset and copy values without needing to check for a wrap-around. If the
; playfield is less than 200 lines tall, then any values after 2 * PLAYFIELD_HEIGHT are undefine.
; so that code can pick any offset and copy values without needing to check for a wrap-around. If the
; playfield is less than 200 lines tall, then any values after 2 * PLAYFIELD_HEIGHT are undefined.
RTable ds 400
ds 400
@ -219,3 +219,5 @@ BTableLow ds 208*2*2