Skip to content

Commit

Permalink
tetris-PRG.info: Name vars demo_recording and totalScore
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Mar 20, 2020
1 parent 0e45746 commit da53266
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 44 deletions.
2 changes: 2 additions & 0 deletions tetris-PRG.info
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ LABEL { ADDR $00CC; NAME "ending_currentSprite"; };
LABEL { ADDR $00CD; NAME "ending_typeBCathedralFrameDelayCounter"; };
LABEL { ADDR $00CE; NAME "demo_heldButtons"; }; # canon is heldButtons
LABEL { ADDR $00CF; NAME "demo_repeats"; }; # canon is repeats
LABEL { ADDR $00D0; NAME "demo_recording"; COMMENT "Always 0. FF enables recording"; };
LABEL { ADDR $00D1; NAME "demoButtonsAddr"; SIZE 2; COMMENT "Current address within demoButtonsTable"; };
LABEL { ADDR $00D3; NAME "demoIndex"; }; # canon
LABEL { ADDR $00D4; NAME "highScoreEntryNameOffsetForLetter"; COMMENT "Relative to current row"; };
LABEL { ADDR $00D5; NAME "highScoreEntryRawPos"; COMMENT "High score position 0=1st type A, 1=2nd... 4=1st type B... 7=4th/extra type B"; };
LABEL { ADDR $00D6; NAME "highScoreEntryNameOffsetForRow"; COMMENT "Relative to start of table"; };
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 $00E0; NAME "AUDIOTMP1"; };
LABEL { ADDR $00E1; NAME "AUDIOTMP2"; };
Expand Down
Loading

0 comments on commit da53266

Please sign in to comment.