# HG changeset patch # User Robert McIntyre # Date 1346514795 18000 # Node ID ba185915c24feb95071eaf44b293e1fd486a96a2 # Parent d9d86f6018e833da1a1a3aaed95a3c309cd79da1 modified cutie mark image to remove white outline diff -r d9d86f6018e8 -r ba185915c24f clojure/com/aurellem/run/adv_choreo.clj --- a/clojure/com/aurellem/run/adv_choreo.clj Sat Sep 01 10:15:04 2012 -0500 +++ b/clojure/com/aurellem/run/adv_choreo.clj Sat Sep 01 10:53:15 2012 -0500 @@ -148,10 +148,7 @@ display-glyph (let [init* (flatten - [(repeat 100 0) - ;; Reset HL to initial value - - ;; clear screen if we are at 0,0 + [;; clear screen if we are at 0,0 0x7A 0xB3 ;; D->A, OR E A ==> (= D E 0) 0x20 ;; skip clear-screen if D and E are not both zero :clear-screen-length]) @@ -168,7 +165,7 @@ 0x00 0x98 ;; load 0x9800 into HL 0x16 3 ;; 3 -> D - 0x1E 190 ;; 188 -> E + 0x1E 190 ;; 190 -> E ;; Empty space Character ID 0x3E 16 ;; 0-> A diff -r d9d86f6018e8 -r ba185915c24f images/pinkie-pie-cutie-mark.png Binary file images/pinkie-pie-cutie-mark.png has changed diff -r d9d86f6018e8 -r ba185915c24f images/pinkie-pie-cutie-mark.xcf Binary file images/pinkie-pie-cutie-mark.xcf has changed