Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Water Stone x1 ; ld (hli),a + ld bc,
  12. Fire Stone x1 ; 0120
  13. TM03 x128 ; res 0, b
  14. Pokédex x1 ; add hl, bc + ld bc,
  15. Any Item xAny ; ????
  16. Potion x40 ; inc d + jr z,
  17. TM43 x1 ; F3 + 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. Water Stone x1 ; ld (hli),a + ld bc,
  32. Fire Stone x1 ; 0120
  33. TM03 x128 ; res 0, b
  34. Pokédex x1 ; add hl, bc + ld bc,
  35. Any Item xAny ; ????
  36. Potion x40 ; inc d + jr z,
  37. TM43 x1 ; F3 + ld bc,
  38. Any Item xAny ; ????
  39. TM01 xAny ; ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement