Mercurial > vba-clojure
changeset 613:e1dcad3ce967
misc. fixes.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Nov 2012 11:36:07 -0600 |
parents | 00c5cdfb9da7 |
children | b531d490859c |
files | org/total-control.org |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/total-control.org Thu Nov 22 11:34:57 2012 -0600 1.2 +++ b/org/total-control.org Thu Nov 22 11:36:07 2012 -0600 1.3 @@ -444,12 +444,16 @@ 1.4 make a purchase or deposit. For example, if you deposit a pokeball, 1.5 then deposit another pokeball, the item list looks like: 1.6 1.7 +#+begin_example 1.8 pokeball x2 1.9 +#+end_example 1.10 1.11 instead of: 1.12 1.13 +#+begin_example 1.14 pokeball x1 1.15 pokeball x1 1.16 +#+end_example 1.17 1.18 However, the compaction stops after the first 0xFF item, so if there 1.19 is an 0xFF item at the beginning of the list, it will "shield" all the