Skip to content

Commit

Permalink
simplifying some data declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
CrociDB committed May 4, 2022
1 parent 4c65848 commit ad142b2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions wordlos.asm
Original file line number Diff line number Diff line change
Expand Up @@ -756,15 +756,10 @@ game_words:
db " "

game_words_state:
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
db STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY,STATE_COLOR_EMPTY
times 30 db 0

game_keyboard_state:
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
times 26 db 0

game_score: dw 0 ; global game score

Expand Down

0 comments on commit ad142b2

Please sign in to comment.