SHOW:
|
|
- or go back to the newest paste.
| 1 | Arrange your bag as follows and use 8F: | |
| 2 | ||
| 3 | 8F x1 | |
| 4 | Any Item xAny | |
| 5 | Antidote x38 ; dec bc + ld h, | |
| 6 | TM18/TM50 x1 ; DA/FA + ld bc, | |
| 7 | Any Item xAny ; ???? | |
| 8 | X Accuracy x178 ; ld l, B2 | |
| 9 | Lemonade x170 ; ld a, AA | |
| 10 | Repel x236 ; ld e, EC | |
| 11 | Ice Heal x83 ; dec c + ld d, e | |
| 12 | Water Stone x1 ; ld (hli),a + ld bc, | |
| 13 | Fire Stone x1 ; 0120 | |
| 14 | - | Pokédex x1 ; add hl, bc + ld bc, |
| 14 | + | |
| 15 | Escape Rope x9 ; dec e + add hl, bc | |
| 16 | - | Potion x40 ; inc d + jr z, |
| 16 | + | Potion x32 ; inc d + jr nz, |
| 17 | - | TM43 x1 ; F3 + ld bc, |
| 17 | + | TM45 x1 ; F5 + ld bc, |
| 18 | Any Item xAny ; ???? | |
| 19 | TM01 xAny ; ret | |
| 20 | ||
| 21 | Arrange your bag as follows and use 8F: | |
| 22 | ||
| 23 | 8F x1 | |
| 24 | Any Item xAny | |
| 25 | Antidote x38 ; dec bc + ld h, | |
| 26 | TM18/TM50 x1 ; DA/FA + ld bc, | |
| 27 | Any Item xAny ; ???? | |
| 28 | X Accuracy x177 ; ld l, B1 | |
| 29 | Lemonade x170 ; ld a, AA | |
| 30 | Repel x236 ; ld e, EC | |
| 31 | Ice Heal x83 ; dec c + ld d, e | |
| 32 | Water Stone x1 ; ld (hli),a + ld bc, | |
| 33 | Fire Stone x1 ; 0120 | |
| 34 | - | Pokédex x1 ; add hl, bc + ld bc, |
| 34 | + | |
| 35 | Escape Rope x9 ; dec e + add hl, bc | |
| 36 | - | Potion x40 ; inc d + jr z, |
| 36 | + | Potion x32 ; inc d + jr nz, |
| 37 | - | TM43 x1 ; F3 + ld bc, |
| 37 | + | TM45 x1 ; F5 + ld bc, |
| 38 | Any Item xAny ; ???? | |
| 39 | TM01 xAny ; ret |