# HG changeset patch # User Robert McIntyre # Date 1340418284 18000 # Node ID 7eac27143ab995d91f4e925ffa7f78263048c75c # Parent f68d600b089c34728ef62bfdd7393e3a26e27233 cosmetic change. need to investigate why switching pallet and tile assembly does not work. diff -r f68d600b089c -r 7eac27143ab9 clojure/com/aurellem/run/image.clj --- a/clojure/com/aurellem/run/image.clj Fri Jun 22 21:21:48 2012 -0500 +++ b/clojure/com/aurellem/run/image.clj Fri Jun 22 21:24:44 2012 -0500 @@ -612,7 +612,7 @@ B (flatten B) - C [;; [ ] write image to the screen in terms of tiles + C [;; [X] specifiy pallets for each character (write-image (+ base-address (+ (count A) (count B))) BG-1-address @@ -621,8 +621,7 @@ C (flatten C) - D [;; [ ] specifiy pallets for each character - + D [;; [X] write image to the screen in terms of tiles (write-image (+ base-address (+ (count A) (count B) (count C))) BG-1-address