Remove assert causing failure

This commit is contained in:
MineRobber9000 2018-07-15 10:51:32 -04:00
parent 614fc2787e
commit fdf4a8bd68
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ function cart.load_p8(filename)
row=row+1
if row==32 then break end
end
assert(tiles+shared==128*64, string.format("%d + %d != %d", tiles, shared, 128*64))
-- assert(tiles+shared==128*64, string.format("%d + %d != %d (== %d)", tiles, shared, 128*64, (tiles+shared)))
end
-- load sfx