JL_muserwolves

FR - Spearow for Farfetch'd script

Dec 10th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. '---------------
  2. #org 0x16B5D7
  3. lock
  4. faceplayer
  5. setvar 0x8008 0x3
  6. call 0x81A8CAD
  7. checkflag 0x24D
  8. if 0x1 goto 0x816B649
  9. msgbox 0x81949CB MSG_YESNO '"Hi!\nDo you have a [buffer1]?\pWan..."
  10. compare LASTRESULT 0x0
  11. if 0x1 goto 0x816B631
  12. call 0x81A8CBD
  13. compare 0x8004 0x6
  14. if 0x4 goto 0x816B631
  15. call 0x81A8CC9
  16. comparevars LASTRESULT 0x8009
  17. if 0x5 goto 0x816B63B
  18. call 0x81A8CD9
  19. msgbox 0x8194A44 MSG_KEEPOPEN '"Thank you!"
  20. setflag 0x24D
  21. release
  22. end
  23.  
  24. '---------------
  25. #org 0x1A8CAD
  26. copyvar 0x8004 0x8008
  27. special2 LASTRESULT 0xFC
  28. copyvar 0x8009 LASTRESULT
  29. return
  30.  
  31. '---------------
  32. #org 0x16B649
  33. msgbox 0x8194A4F MSG_KEEPOPEN '"How is my old [buffer2]?\pMy [buff..."
  34. release
  35. end
  36.  
  37. '---------------
  38. #org 0x16B631
  39. msgbox 0x81949FD MSG_KEEPOPEN '"That's too bad."
  40. release
  41. end
  42.  
  43. '---------------
  44. #org 0x1A8CBD
  45. special 0x9F
  46. waitstate
  47. lock
  48. faceplayer
  49. copyvar 0x800A 0x8004
  50. return
  51.  
  52. '---------------
  53. #org 0x1A8CC9
  54. copyvar 0x8005 0x800A
  55. special2 LASTRESULT 0xFF
  56. copyvar 0x800B LASTRESULT
  57. return
  58.  
  59. '---------------
  60. #org 0x16B63B
  61. bufferpokemon 0x0 0x8009
  62. msgbox 0x8194A0D MSG_KEEPOPEN '"[.]This is no [buffer1].\pIf you g..."
  63. release
  64. end
  65.  
  66. '---------------
  67. #org 0x1A8CD9
  68. copyvar 0x8004 0x8008
  69. copyvar 0x8005 0x800A
  70. special 0xFD
  71. special 0xFE
  72. waitstate
  73. lock
  74. faceplayer
  75. return
  76.  
  77.  
  78. '---------
  79. ' Strings
  80. '---------
  81. #org 0x1949CB
  82. = Hi!\nDo you have a [buffer1]?\pWant to trade it for my\n[buffer2]?
  83.  
  84. #org 0x194A44
  85. = Thank you!
  86.  
  87. #org 0x194A4F
  88. = How is my old [buffer2]?\pMy [buffer1] is doing great!
  89.  
  90. #org 0x1949FD
  91. = That's too bad.
  92.  
  93. #org 0x194A0D
  94. = [.]This is no [buffer1].\pIf you get one, please trade it\nto me!
Advertisement
Add Comment
Please, Sign In to add comment