MattiasBuelens

TPP Black: Evolving Lillip

Jun 18th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. When items list is sorted:
  2.  
  3. 44,88+L / 144,144 / 222,95
  4.  
  5. Breakdown:
  6. * 44,88+L
  7. + Hits Bag and Items pocket
  8. + L scrolls items list one page up, does not wrap around
  9. = Keeps list scrolled to the top
  10. * 144,144
  11. + Hits Item 6 (Sun Stone) and PokΓ©mon 6 (Petilil)
  12. + Avoids hitting Thrash in the item menu
  13. - Hits Options (unavoidable for Item 6)
  14. * 222,95
  15. + Hits Use and Thrash No
  16. - Hits Thrash count (confirms the amount to trash)
  17. - Hits Item 4
  18. - Hits Trainer Card
  19.  
  20. Possible improvements:
  21. a) Move Petilil to slot 4.
  22. This causes it to overlap with Use, making it easier to target her.
  23. b) Trash items until Sun Stone is in slot 4.
  24. This causes it to overlap with Use, making it easier to use the correct item.
  25.  
  26. The adjusted plans for these improvements:
  27. a) 44,88+L / 144,144 / 222,95
  28. b) 44,88+L / 222,115 / 222,95
  29. * 222,95 is technically not needed, but still recommended to avoid trashing
  30. a+b) 44,88+L / 222,95
Advertisement
Add Comment
Please, Sign In to add comment