Skip to content

Commit 28d51b1

Browse files
committed
taus: Use string literal for playfieldLiteral
1 parent 43c8ef1 commit 28d51b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chart.s

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
__CHARTSIMPORT = 1
66
.include "build/tetris.inc"
77
.include "ips.inc"
8+
.include "tetris-tbl.inc"
89
.include "chart.inc"
910

1011
.export levelEffs
@@ -376,9 +377,10 @@ chartEffConvert := div3125
376377
playfieldLiteralRow = 20-6-3
377378
playfieldLiteralSize = 30
378379
playfieldLiteral:
379-
.byte $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
380-
.byte $FF,$0E,$0F,$0F,$FF,$15,$18,$10,$FF,$FF
381-
.byte $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
380+
set_tbl CHR01+CHR_RIGHT
381+
.byte " "
382+
.byte " EFF LOG "
383+
.byte " "
382384

383385
.export chart_attributetable_patch
384386
chart_attributetable_patch:

0 commit comments

Comments
 (0)