Skip to content

Commit

Permalink
Fix typo comment
Browse files Browse the repository at this point in the history
* The description of the data structure is wrong
  • Loading branch information
cyblue9 committed Oct 11, 2018
1 parent c82edf8 commit 31126d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space-invaders.asm
Expand Up @@ -195,7 +195,7 @@ segment .bss
invaders_move_direction resb 1
invaders_move_cycle resb 1
invaders_shoot_cycle resb 1
; bullets: 0x PY PX STATUS
; bullets: 0x STATUS PY PX
; STATUS == 0: end of list
; STATUS == #: explosion
; STATUS == p: player bullet
Expand Down

0 comments on commit 31126d1

Please sign in to comment.