Guest User

Untitled

a guest
Apr 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. '-----------------------
  2. #org 0x1BDF13
  3. special 0x187
  4. compare LASTRESULT 0x2
  5. if 0x1 goto 0x81A7AE0
  6. lockall
  7. checkflag 0x821
  8. if 0x0 goto 0x81BDF87
  9. checkattack 0xF
  10. compare LASTRESULT 0x6
  11. if 0x1 goto 0x81BDF87
  12. setanimation 0x0 LASTRESULT
  13. bufferpokemon2 0x0 LASTRESULT
  14. bufferattack 0x1 0xF
  15. msgbox 0x81BDF94 '"This tree looks like it can be CUT\..."
  16. callstd 0x5
  17. compare LASTRESULT 0x0
  18. if 0x1 goto 0x81BDF91
  19. msgbox 0x81BDFD7 '"[buffer1] used [buffer2]!"
  20. callstd 0x4
  21. closeonkeypress
  22. doanimation 0x2
  23. waitstate
  24. goto 0x81BDF76
  25. end
  26.  
  27. '-----------------------
  28. #org 0x1A7AE0
  29. release
  30. end
  31.  
  32. '-----------------------
  33. #org 0x1BDF87
  34. msgbox 0x81BDFE3 '"This tree looks like it can be CUT\..."
  35. callstd 0x3
  36. releaseall
  37. end
  38.  
  39. '-----------------------
  40. #org 0x1BDF91
  41. closeonkeypress
  42. releaseall
  43. end
  44.  
  45. '-----------------------
  46. #org 0x1BDF76
  47. applymovement LASTTALKED 0x81BDF85
  48. waitmovement 0x0
  49. hidesprite LASTTALKED
  50. releaseall
  51. end
  52.  
  53.  
  54. '-----------
  55. ' Movements
  56. '-----------
  57. #org 0x1BDF85
  58. #raw 69 'mov69
  59. #raw FE 'End of Movements
  60.  
  61.  
  62. '---------
  63. ' Strings
  64. '---------
  65. #org 0x1BDF94
  66. = This tree looks like it can be CUT\ndown!\pWould you like to CUT it?
  67.  
  68. #org 0x1BDFD7
  69. = [buffer1] used [buffer2]!
  70.  
  71. #org 0x1BDFE3
  72. = This tree looks like it can be CUT\ndown!
Add Comment
Please, Sign In to add comment