diff clojure/com/aurellem/exp/notes.txt @ 332:5c2041d1cdda

solving problem with rival name becomming a key item.
author Robert McIntyre <rlm@mit.edu>
date Fri, 06 Apr 2012 13:52:08 -0500
parents ecff37d22293
children
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/exp/notes.txt	Fri Apr 06 12:18:58 2012 -0500
     1.2 +++ b/clojure/com/aurellem/exp/notes.txt	Fri Apr 06 13:52:08 2012 -0500
     1.3 @@ -3,7 +3,7 @@
     1.4  start game
     1.5  
     1.6  name rival "L<PK>U<PK><PK><any-character>" 
     1.7 -(0x8B 0xE1 0x94 0xE1 0xE1 0x<any> in character codes)
     1.8 +(0x8B 0xE1 0x95 0xE1 0xE1 0x<any> in character codes)
     1.9  
    1.10  get pikachu, fight rival, deliver oak's parcel, go back to
    1.11  viridian poke mart.
    1.12 @@ -37,6 +37,9 @@
    1.13  ;; Second part of program to swap item ID and quantity at
    1.14  ;; fixed address.
    1.15  
    1.16 +0x00  ;; decrement HL
    1.17 +0x2B
    1.18 +
    1.19  0x00  ;; this starts at address 0xD56C
    1.20  0x2A  ;; save (HL)=(target) to A, increment HL
    1.21  
    1.22 @@ -58,7 +61,7 @@
    1.23  burn-heal   (0x0C) 
    1.24  x 95        (0x5F)  -- address of Route 3 memory-function
    1.25  
    1.26 -[repeat the following 8 times]
    1.27 +[repeat the following 4 times]
    1.28  0xFF
    1.29  0x01
    1.30  [end repeat]
    1.31 @@ -137,7 +140,7 @@
    1.32     0x91   "R" ;          [x]
    1.33     0x92   "S" ;          [x]
    1.34     0x93   "T" ;          [good]
    1.35 -   0x94   "U" ;          [good]
    1.36 +   0x94   "U" ;          [good] [key :(]
    1.37     0x95   "V" ;          [good]
    1.38     0x96   "W" ;          [x]
    1.39     0x97   "X" ;          [x]