changeset 583:21e4ab461506

fixed glyph display bug, going to apply cosmetic corrections now and remove testing cruft.
author Robert McIntyre <rlm@mit.edu>
date Sat, 01 Sep 2012 09:54:48 -0500
parents 393b49a83394
children bbed03870072
files clojure/com/aurellem/run/adv_choreo.clj
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/adv_choreo.clj	Sat Sep 01 09:43:19 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/adv_choreo.clj	Sat Sep 01 09:54:48 2012 -0500
     1.3 @@ -241,9 +241,9 @@
     1.4                 ;; RLM: this should be 0x9800, investigate
     1.5                 0x21 0x00 0x98 ;; load HL with something
     1.6                 
     1.7 -               0x06 0
     1.8 -               0x4B  ;; columns (E) -> BC
     1.9 -               0x09  ;; HL += columns
    1.10 +               ;;0x06 0
    1.11 +               ;;0x4B  ;; columns (E) -> BC
    1.12 +               ;;0x09  ;; HL += columns
    1.13  
    1.14  
    1.15                 0xAF ;; 0 -> A
    1.16 @@ -252,7 +252,7 @@
    1.17                 0x0E 32     ;; load 32 into BC
    1.18  
    1.19                 0xBA ;; CP A D
    1.20 -               0x20
    1.21 +               0x28 ;; skip this next section if A == D
    1.22                 4
    1.23                 ;;(+ 32 3)
    1.24                 0x09 ;; HL += 32