diff code_part1/OSTC_code_asm_part1/definitions.asm @ 452:05ec97e106da

Minor changes: Tp? curve in orange. Ceilling stippled area.
author JeanDo
date Fri, 19 Aug 2011 00:56:27 +0200
parents 26e5bb28891d
children 38b38b105782
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Thu Aug 18 23:33:24 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Aug 19 00:56:27 2011 +0200
@@ -64,7 +64,7 @@
 #DEFINE	color_deepblue      b'00000010'     ; (0,0,2)
 #DEFINE	color_grey	        b'01001010'     ; (2,2,2)
 #DEFINE	color_cyan	        b'11011111'     ; (6,7,3)
-#DEFINE color orange        b'11111000'     ; (7,6,0)
+#DEFINE color_orange        b'11111000'     ; (7,6,0)
 #DEFINE color_pink          b'11111010'     ; (7,6,2)
 
 #DEFINE	warn_depth		d'1'