comparison clojure/com/aurellem/exp/item_bridge.clj @ 345:3b3cd62b6106

script: made it to cereulean with TM55s worth 2 million.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Apr 2012 20:58:14 -0500
parents 92c47a9cdaea
children 1f14c1b8af7e
comparison
equal deleted inserted replaced
344:9366539d29b6 345:3b3cd62b6106
218 0xC3 ;; return control to the game via absolute jump 218 0xC3 ;; return control to the game via absolute jump
219 0x0C ;; to Route 3's map-function 219 0x0C ;; to Route 3's map-function
220 0x55 220 0x55
221 ])) 221 ]))
222 222
223
224
225 (def pc-item-list-start 0xD539)
226 (def pc-item-list-width 101)
227
228 (def corrupted-items-width 512) 223 (def corrupted-items-width 512)
229 224
230 (defn items-record 225 (defn items-record
231 ([^SaveState state] 226 ([^SaveState state]
232 (subvec (vec (memory state)) 227 (subvec (vec (memory state))