Advertisement
Guest User

Untitled

a guest
Jan 28th, 2017
5,203
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. Ice Heal x83 ; dec c + ld d, e
  12. Water Stone x1 ; ld (hli),a + ld bc,
  13. Fire Stone x1 ; 0120
  14. TM03 x128 ; res 0, b
  15. Escape Rope x9 ; dec e + add hl, bc
  16. Potion x32 ; inc d + jr nz,
  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. TM03 x128 ; res 0, b
  35. Escape Rope x9 ; dec e + add hl, bc
  36. Potion x32 ; inc d + jr nz,
  37. TM45 x1 ; F5 + ld bc,
  38. Any Item xAny ; ????
  39. TM01 xAny ; ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement