# HG changeset patch # User Robert McIntyre # Date 1353604865 21600 # Node ID 4dd5ebf224cdb71674b931f055ca4cff673d9a37 # Parent 65b7c5b47de16d817e8e3a2af542f51ea9e2f827 fix formatting of lists. diff -r 65b7c5b47de1 -r 4dd5ebf224cd org/total-control.org --- a/org/total-control.org Thu Nov 22 10:54:59 2012 -0600 +++ b/org/total-control.org Thu Nov 22 11:21:05 2012 -0600 @@ -75,6 +75,7 @@ ultimately nunbers, including all items, pokemon, levels, etc. In particular, the item list looks like: +#+begin_example item-one-id (0-255) item-one-quantity (0-255) item-two-id (0-255) @@ -82,15 +83,18 @@ . . . +#+end_example Let's consider the button measuring program [37 62 16 37 224 37 240 37 230 15 55] from before. Interpreted as items and item quantities, it is +#+begin_example lemonade x16 guard spec. x224 leaf stone x240 guard spec. x230 parlyz heal x55 +#+end_example So, if we can get the right items in the right quantities, we can spell out a bootstrapping program. Likewise, when writing the