diff --git a/bin/3-corax+.8o b/bin/3-corax+.8o
index ec8a92f..454067f 100644
--- a/bin/3-corax+.8o
+++ b/bin/3-corax+.8o
@@ -68,7 +68,8 @@
v5 := 42
v6 := 43
drawop im3 imX
- i := image-ok
+ i := image-no
+ if v6 != 42 then i := image-ok
if v6 != 43 then i := image-no
sprite x2 y 4
@@ -79,6 +80,7 @@
drawop im4 imX
i := image-no
if v5 == 42 then i := image-ok
+ if v5 == 43 then i := image-no
sprite x2 y 4
#################
@@ -86,8 +88,9 @@
y := 11
drawop im5 imX
- i := image-no
+ i := image-no
if v5 != v6 then i := image-ok
+ if v5 != v5 then i := image-no
sprite x2 y 4
#################
@@ -107,6 +110,7 @@
drawop im9 imX
i := image-no
if v5 == v6 then i := image-ok
+ if v5 == vb then i := image-no
sprite x2 y 4
#################
diff --git a/bin/3-corax+.ch8 b/bin/3-corax+.ch8
index 9fc874c..07b8ed4 100644
Binary files a/bin/3-corax+.ch8 and b/bin/3-corax+.ch8 differ
diff --git a/docs/3-corax+.html b/docs/3-corax+.html
index 44e5d4e..3119db8 100644
--- a/docs/3-corax+.html
+++ b/docs/3-corax+.html
@@ -1,5 +1,5 @@
-
+