Skip to content

Commit

Permalink
taus: Use string literal for playfieldLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Apr 13, 2020
1 parent 43c8ef1 commit 28d51b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chart.s
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
__CHARTSIMPORT = 1
.include "build/tetris.inc"
.include "ips.inc"
.include "tetris-tbl.inc"
.include "chart.inc"

.export levelEffs
Expand Down Expand Up @@ -376,9 +377,10 @@ chartEffConvert := div3125
playfieldLiteralRow = 20-6-3
playfieldLiteralSize = 30
playfieldLiteral:
.byte $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
.byte $FF,$0E,$0F,$0F,$FF,$15,$18,$10,$FF,$FF
.byte $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
set_tbl CHR01+CHR_RIGHT
.byte " "
.byte " EFF LOG "
.byte " "

.export chart_attributetable_patch
chart_attributetable_patch:
Expand Down

0 comments on commit 28d51b1

Please sign in to comment.