Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. #dynamic 0x740000
  2. #org @start
  3. lock
  4. setvar 0x4051 0x1
  5. msgbox @1 0x6
  6. applymovement 0xFF @move
  7. waitmovement 0x0
  8. msgbox @2 0x6
  9. givepokemon 0x4 0x5 0x0 0x0 0x0 0x0
  10. fanfare 0x13E
  11. msgbox @recive 0x4
  12. waitfanfare
  13. closeonkeypress
  14. applymovement 0x5 @move1
  15. waitmovement 0x0
  16. applymovement 0xFF @move2
  17. waitmovement 0x0
  18. trainerbattle 0x0 0x001 0x0 @before @after @later
  19. applymovement 0x5 @move3
  20. waitmovement 0x0
  21. applymovement 0x4 @move5
  22. waitmovement 0x0
  23. msgbox @3 0x6
  24. goto @takethempokemon
  25. release
  26. end
  27.  
  28. #org @takethempokemon
  29. msgbox @youwantpokemon 0x5
  30. compare LASTRESULT 0x1
  31. if 0x1 goto @takecin
  32. msgbox @4 0x5
  33. compare LASTRESULT 0x1
  34. if 0x1 goto @taketoto
  35. msgbox @5 0x5
  36. compare LASTRESULT 0x1
  37. if 0x1 goto @takechick
  38. goto @askagain
  39. release
  40. end
  41.  
  42. #org @1
  43. = Hey! \v\ho1 come and help me!
  44.  
  45. #org @move
  46. #raw 0x20
  47. #raw 0x20
  48. #raw 0x1D
  49. #raw 0x1D
  50. #raw 0x1D
  51. #raw 0x1D
  52. #raw 0x1D
  53. #raw 0x1D
  54. #raw 0xFE
  55.  
  56. #org @2
  57. = This man has stolen my pokemon!\nbut luckily I hid this\lriolu in my underpants\lhere take it quick!
  58.  
  59. #org @recive
  60. = You received a Charmander!\nIt smells funny! Eww
  61.  
  62. #org @move1
  63. #raw 0x1D
  64. #raw 0x1D
  65. #raw 0x20
  66. #raw 0x1D
  67. #raw 0x1D
  68. #raw 0xFE
  69.  
  70. #org @before
  71. = Oh! So you want your pokemon back?\nThey are mine now! If you want\lthem you have to battle me!
  72.  
  73. #org @after
  74. = Here! Take your stupid pokemon\nback!
  75.  
  76. #org @later
  77. = Hmm.. You seem familair.. The face\nHmm. Could it be? No the odds are\ltoo thin. But still.. Anyway\lI gotta run!!
  78.  
  79. #org @move3
  80. #raw 0x1F
  81. #raw 0x1D
  82. #raw 0x1D
  83. #raw 0x20
  84. #raw 0x1D
  85. #raw 0x1D
  86. #raw 0xFE
  87.  
  88. #org @move4
  89. #raw 0x1D
  90. #raw 0x1D
  91. #raw 0x1D
  92. #raw 0x1D
  93. #raw 0x1D
  94. #raw 0x1D
  95. #raw 0x1D
  96. #raw 0x60
  97. #raw 0xFE
  98.  
  99. #org @3
  100. = Thank you \v\h01! NOW GIMMI MY\nRIOLU BACK!! Hmm this riolu does\lnot want to come back. I wonder\lwhy that is.. OK OK you can keep\lhim!
  101.  
  102. #org @takecin
  103. givepokemon 0x9B 0X5 0X0 0X0 0X0 0X0
  104. fanfare 0x13E
  105. msgbox @aftercin 0x6
  106. waitfanfare
  107. closeonkeypress
  108. applymovement 0x4 @move4
  109. waitmovement 0x0
  110. release
  111. end
  112.  
  113. #org @taketoto
  114. givepokemon 0x9E 0x5 0x0 0x0 0x0 0x0
  115. fanfare 0x13E
  116. msgbox @aftertoto 0x6
  117. waitfanfare
  118. closeonkeypress
  119. applymovement 0x4 @move4
  120. release
  121. end
  122.  
  123. #org @takechick
  124. givepokemon 0x98 0x5 0x0 0x0 0x0 0x0
  125. fanfare 0x13E
  126. msgbox @afterchick 0x6
  127. waitfanfare
  128. closeonkeypress
  129. applymovement 0x4 @move4
  130. release
  131. end
  132.  
  133. #org @askagain
  134. msgbox @insist 0x6
  135. goto @takethempokemon
  136. release
  137. end
  138.  
  139. #org @youwantpokemon
  140. = Do you want the fire mouse pokemon\ncindaquil?
  141.  
  142. #org @4
  143. = OK. so do you want the water\ncrocodile pokemon TOTODILE?
  144.  
  145. #org @5
  146. = OK.OK. Do you want the grass type\nCHIKORITA?
  147.  
  148. #org @aftercin
  149. = You recieved a CINDAQUIL!
  150.  
  151. #org @aftertoto
  152. = You recieved a TOTODILE!
  153.  
  154. #org @afterchick
  155. = You recived a CHIKORITA!
  156.  
  157. #org @insist
  158. = Oh you must take a Pokemon I\ninsist! I'll Ask you again.
  159.  
  160. #org @move2
  161. #raw 0x20
  162. #raw 0x1D
  163. #raw 0x1D
  164. #raw 0x1D
  165. #raw 0x1D
  166. #raw 0x1D
  167. #raw 0x1D
  168. #raw 0x1D
  169. #raw 0x60
  170. #raw 0xFE
  171.  
  172. #org @move5
  173. #raw 0x1D
  174. #raw 0x1D
  175. #raw 0xFE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement