1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-08 13:31:03 +00:00

fixed tests

This commit is contained in:
jespergravgaard 2019-07-09 17:33:20 +02:00
parent 91a428d22b
commit bafffa14f2

View File

@ -14,7 +14,7 @@
// Screen containing angle to center
.label SCREEN_FILL = $400
// The number of buckets in our bucket sort
µ .const NUM_BUCKETS = $100
.const NUM_BUCKETS = $100
.const NUM_SQUARES = $30
.label heap_head = $15
.label SQUARES = $17