aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index e82df56..6b2aef5 100644
--- a/main.c
+++ b/main.c
@@ -16,8 +16,8 @@ main()
io_init();
cards_init();
io_printcard(0, 0, 0, 0);
- io_printcard(0, 4, 2, 14);
- io_printcard(0, 10, 2, 3);
+ io_printcard(0, 6, 2, 14);
+ io_printcard(0, 20, 2, 3);
io_printcard(31, 0, 1, 12);
io_getkey();
halt();
bgstack15