Use rgbds 0.5.0

This commit is contained in:
Rangi
2021-04-19 16:31:37 -04:00
parent 3521923096
commit 316fa4b695
28 changed files with 148 additions and 280 deletions

View File

@@ -25,8 +25,6 @@ GetSquareRoot:
ret
.Squares:
x = 1
rept NUM_SQUARE_ROOTS
dw x * x
x = x + 1
for x, 1, NUM_SQUARE_ROOTS + 1
dw x**2
endr