'KILL "debug.txt"
'OPEN "debug.txt" FOR BINARY AS #1
'debug information
'clear and display progress area
LINE (0, 416)-(1023, 431), _RGB(0, 0, 0), BF
LINE (0 + 16 * X%%
, 416)-(15 + 16 * X%%
, 431), _RGB32(200, 200, 15), BF
GET (0 + (X%%
* 16), 0 + (Y%%
* 16))-(15 + (X%%
* 16), 15 + (Y%%
* 16)), temp&
() 'clear test area
'put test peice for reference
'the first peice put straight to packlayer
PUT (0 + tx%%
* 16, 0 + ty%%
* 16), temp&
() tx%% = tx%% + 1: peices% = 1
IF tx%%
= 40 THEN ty%%
= ty%%
+ 1: tx%%
= 0 'test the peice placing 2 copies of each found tile and XOR the test peice
' over to see if it erases
px%% = 0: py%% = 0
'clear test area
'current check image
LINE (299, 199)-(316, 216), _RGB32(255, 255, 0), B
_PUTIMAGE (300, 200), tile&
, _DISPLAY, (0 + px%%
* 16, 0 + py%%
* 16)-(15 + px%%
* 16, 15 + py%%
* 16) 'place the test copy
_PUTIMAGE (320, 200), tile&
, _DISPLAY, (0 + px%%
* 16, 0 + py%%
* 16)-(15 + px%%
* 16, 15 + py%%
* 16)
'put the tile to check over the test copy with XOR
'zoom in on that area
_PUTIMAGE (0, 0)-(127, 127), v&
, Zoom&
, (0, 0)-(37, 15) _PUTIMAGE (0, 0), Zoom&
, 0, (0, 0)-(127, 127) 'put test area in zoom layer ' _PUTIMAGE (0, 0)-(128, 64), Zoom&, _DISPLAY, (0, 0)-(37, 15) 'put enlarged image back on display
'get the test copy to see if it was erased
GET (320, 200)-(335, 215), temp
(257) IF TileCount2
<> 0 THEN 'peice did not match ' SLEEP
PUT (0 + tx%%
* 16, 0 + ty%%
* 16), temp
() tx%% = tx%% + 1: peices% = peices% + 1
IF tx%%
= 40 THEN ty%%
= ty%%
+ 1: tx%%
= 0 i% = peices% + 1
px%% = px%% + 1
IF px%%
= 40 THEN py%%
= py%%
+ 1: px%%
= 0
'CLS
'_PUTIMAGE , tile&, _DISPLAY
' V! = V! + temp(i%)
v& = v& + (r~%% + b~%% + g~%%)
TileCount = v&
' V! = V! + temp(i%)
v& = v& + (r~%% + b~%% + g~%%)
TileCount2 = v&