Skip to content

Commit

Permalink
add comment to displayNextPiece
Browse files Browse the repository at this point in the history
  • Loading branch information
kirjavascript authored and ejona86 committed Mar 18, 2024
1 parent 685d63c commit 51538e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetris-PRG.info
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ LABEL { ADDR $00D6; NAME "highScoreEntryNameOffsetForRow"; COMMENT "Relative to
LABEL { ADDR $00D7; NAME "highScoreEntryCurrentLetter"; };
LABEL { ADDR $00D8; NAME "lineClearStatsByType"; SIZE 4; COMMENT "bcd. one entry for each of single, double, triple, tetris"; };
LABEL { ADDR $00DC; NAME "totalScore"; SIZE 3; };
LABEL { ADDR $00DF; NAME "displayNextPiece"; }; # canon
LABEL { ADDR $00DF; NAME "displayNextPiece"; COMMENT "0=show, 1=hide"; }; # canon
LABEL { ADDR $00E0; NAME "AUDIOTMP1"; };
LABEL { ADDR $00E1; NAME "AUDIOTMP2"; };
LABEL { ADDR $00E2; NAME "AUDIOTMP3"; };
Expand Down

0 comments on commit 51538e9

Please sign in to comment.