Skip to content

Commit b196ef3

Browse files
committed
Clean up test elements
1 parent 3bfc8a8 commit b196ef3

File tree

5 files changed

+3
-55
lines changed

5 files changed

+3
-55
lines changed

MapperChecklist.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

bm.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/chr/rocket_tileset.png

13.8 KB
Loading

src/nametables/legal_nametable.bin

-75 Bytes
Binary file not shown.

src/nametables/rocket_legal.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const {
33
drawTiles,
44
flatLookup,
55
drawAttrs,
6-
drawRect,
76
} = require('./nametables');
87

98
const legal = Array.from({ length: 1024 }, () => 0xFF);
@@ -96,8 +95,6 @@ drawTiles(legal, lookup, `
9695
################################
9796
`);
9897

99-
drawRect(legal, 7, 5, 10, 5, 0xA6);
100-
10198
drawAttrs(rocket, [`
10299
1111111111111111
103100
1111111111111111
@@ -121,9 +118,9 @@ drawAttrs(rocket, [`
121118
drawAttrs(legal, [`
122119
0000000000000000
123120
0000000000000000
124-
0000011111000000
125-
0000011111000000
126-
0000011111000000
121+
0000000000000000
122+
0000000000000000
123+
0000000000000000
127124
0000000000000000
128125
0000000000000000
129126
0000000000000000

0 commit comments

Comments
 (0)