Skip to content

Commit c771301

Browse files
Fix autotester
1 parent 5a4cc95 commit c771301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gfx_tilemap_compress/autotester.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"description": "Initial sprite map state (top left)",
2828
"start": "vram_start",
2929
"size": "vram_8_size",
30-
"expected_CRCs": [ "A03E20B2" ]
30+
"expected_CRCs": [ "6D013292" ]
3131
},
3232
"2": {
3333
"description": "Moving a bit to the bottom right",
3434
"start": "vram_start",
3535
"size": "vram_8_size",
36-
"expected_CRCs": [ "4A0831CE" ]
36+
"expected_CRCs": [ "4448DC8A" ]
3737
},
3838
"3": {
3939
"description": "Back to the home screen (exit check)",

0 commit comments

Comments
 (0)