Many more supertile tweaks

This commit is contained in:
2026-01-04 12:23:56 -06:00
parent f75db2cac8
commit 21c6d0acfd
11 changed files with 76 additions and 55 deletions

View File

@@ -23,8 +23,8 @@ File.open("supertile_shapes.asm", "r") do |file|
end
puts
for row in 0...8
printf("%Xx", row)
for row in 0...0xC
printf("%Xx", row + 4)
for col in 0...16
printf("%4d", counts[row * 16 + col] || 0)
end