Mercurial > vba-clojure
changeset 516:7eac27143ab9
cosmetic change. need to investigate why switching pallet and tile assembly does not work.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 22 Jun 2012 21:24:44 -0500 |
parents | f68d600b089c |
children | bc24e4d605e9 |
files | clojure/com/aurellem/run/image.clj |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/run/image.clj Fri Jun 22 21:21:48 2012 -0500 1.2 +++ b/clojure/com/aurellem/run/image.clj Fri Jun 22 21:24:44 2012 -0500 1.3 @@ -612,7 +612,7 @@ 1.4 B (flatten B) 1.5 1.6 1.7 - C [;; [ ] write image to the screen in terms of tiles 1.8 + C [;; [X] specifiy pallets for each character 1.9 (write-image 1.10 (+ base-address (+ (count A) (count B))) 1.11 BG-1-address 1.12 @@ -621,8 +621,7 @@ 1.13 1.14 C (flatten C) 1.15 1.16 - D [;; [ ] specifiy pallets for each character 1.17 - 1.18 + D [;; [X] write image to the screen in terms of tiles 1.19 (write-image 1.20 (+ base-address (+ (count A) (count B) (count C))) 1.21 BG-1-address