Mercurial > vba-clojure
changeset 610:4dd5ebf224cd
fix formatting of lists.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Nov 2012 11:21:05 -0600 |
parents | 65b7c5b47de1 |
children | d9f991cddad9 |
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 10:54:59 2012 -0600 1.2 +++ b/org/total-control.org Thu Nov 22 11:21:05 2012 -0600 1.3 @@ -75,6 +75,7 @@ 1.4 ultimately nunbers, including all items, pokemon, levels, etc. In 1.5 particular, the item list looks like: 1.6 1.7 +#+begin_example 1.8 item-one-id (0-255) 1.9 item-one-quantity (0-255) 1.10 item-two-id (0-255) 1.11 @@ -82,15 +83,18 @@ 1.12 . 1.13 . 1.14 . 1.15 +#+end_example 1.16 1.17 Let's consider the button measuring program [37 62 16 37 224 37 240 1.18 37 230 15 55] from before. Interpreted as items and item quantities, it is 1.19 1.20 +#+begin_example 1.21 lemonade x16 1.22 guard spec. x224 1.23 leaf stone x240 1.24 guard spec. x230 1.25 parlyz heal x55 1.26 +#+end_example 1.27 1.28 So, if we can get the right items in the right quantities, we can 1.29 spell out a bootstrapping program. Likewise, when writing the