Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Please someone help me with my script!! ._.
  2.  
  3.  
  4. #dynamic 0x71AC00
  5.  
  6. #org $start
  7. lock
  8. faceplayer
  9. checkflag 0x1200
  10. if 0x01 goto $done
  11. #raw 0x76
  12. #raw 0x75 0x01 0x00 0x0A 0x03
  13. message $grass
  14. $grass 1 = Hey I am here to give you a rare Hoenn pokemon.\pDo you like Treecko?
  15. boxset 5
  16. compare 0x800D 0x0001
  17. if 0x00 goto $start1
  18. #raw 0x76
  19. givepokemon 277 15 0xAA
  20. setflag 0x1200
  21. release
  22. end
  23.  
  24. #org $start1
  25. #raw 0x76
  26. #raw 0x75 0x07 0x00 0x0A 0x03
  27. message $water
  28. $water 1 = So I heard you like Mudkips, do you?
  29. boxset 5
  30. compare 0x800D 0x0001
  31. if 0x00 goto $start2
  32. #raw 0x76
  33. givepokemon 283 15 0xAA
  34. setflag 0x1200
  35. release
  36. end
  37.  
  38. #org $start2
  39. #raw 0x76
  40. #raw 0x75 0x04 0x00 0x0A 0x03
  41. message $fire
  42. $fire 1 = Then Torchic must be the deal!
  43. boxset 5
  44. compare 0x800D 0x0001
  45. if 0x00 goto $start
  46. #raw 0x76
  47. givepokemon 280 5 0xAA
  48. setflag 0x1200
  49. release
  50. end
  51.  
  52. #org $done
  53. message $given
  54. $given 1 = Hey I am only allowed to give you \none Pokemon.
  55. boxset 6
  56. release
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement