Guest User

Species checking script

a guest
Feb 28th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #dynamic 0x71BBA0
  2.  
  3. #org @start
  4. lock
  5. msgbox @1 0x5
  6. compare LASTRESULT 0x1
  7. if 0x0 goto @end
  8. special 0xA2 // Pick a Pokémon
  9. waitstate
  10. compare 0x8004 0x6
  11. if 0x4 goto @end
  12. special2 0x800d 0x149
  13. compare 0x800d 280 // Checks if the Pokémon selected was a Torchic
  14. if 0x1 goto @youhaveone
  15. msgbox @2 0x6
  16. release
  17. end
  18.  
  19. #org @end
  20. release
  21. end
  22.  
  23. #org @youhaveone
  24. msgbox @3 0x6
  25. release
  26. end
  27.  
  28. #org @1
  29. = Do you have a TORCHIC?
  30.  
  31. #org @2
  32. = Aww[.] you don't[.]
  33.  
  34. #org @3
  35. = You do! You do!
Advertisement
Add Comment
Please, Sign In to add comment