Advertisement
nPhoenix

XSE Drunked uncompleted

Jul 29th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. '-----------------------------
  2. #dynamic 0x?
  3. #org @start
  4. setworldmapflag 0x891
  5. compare 0x4017 0x0
  6. if 0x1 call @naopego
  7. compare 0x4017 0x1
  8. if 0x1 call @naopego
  9. compare 0x4017 0x2
  10. if 0x1 call @naopego
  11. compare 0x4017 0x3
  12. if 0x1 call @pego
  13. compare 0x4051 0x2
  14. if 0x4 call 0x8165909
  15. compare 0x405A 0x0
  16. if 0x1 call 0x8165931
  17. end
  18.  
  19. #org @naopego
  20. setflag 0x207
  21. hidesprite 0xB
  22. return
  23.  
  24. #org @pego
  25. setflag 0x206
  26. clearflag 0x207
  27. hidesprite 0xA
  28. hidesprite 0x6
  29. showsprite 0xB
  30. return
  31.  
  32. '-----------------------------
  33. #dynamic 0x?
  34. #org @start
  35. lockall
  36. faceplayer
  37. compare 0x4017 0x0
  38. if 0x1 goto @donotcomplete
  39. compare 0x4017 0x1
  40. if 0x1 goto @needtocomplete
  41. compare 0x4017 0x2
  42. if 0x1 goto @goted
  43. release
  44. end
  45.  
  46. #org @donotcomplete
  47. msgbox @1 0x4
  48. closeonkeypress
  49. applymovement 0x6 @5
  50. waitmovement 0x0
  51. setvar 0x4017 0x1
  52. releaseall
  53. end
  54.  
  55. #org @needtocomplete
  56. msgbox @4 0x4
  57. closeonkeypress
  58. applymovement 0x6 @5
  59. waitmovement 0x0
  60. releaseall
  61. end
  62.  
  63. #org @goted
  64. msgbox @2 0x4
  65. closeonkeypress
  66. fanfare 0x105
  67. preparemsg @3
  68. waitmsg
  69. waitfanfare
  70. applymovement 0x6 @5
  71. pause 0x30
  72. fadescreen 0x1
  73. removeitem 0x15D 0x1
  74. setvar 0x4017 0x3
  75. setvar 0x4051 0x1
  76. setflag 0x206
  77. clearflag 0x207
  78. hidesprite 0xA
  79. hidesprite 0x6
  80. showsprite 0xB
  81. fanfare 0x119
  82. waitfanfare
  83. fadescreen 0x0
  84. releaseall
  85. end
  86.  
  87. #org @1
  88. = [black_fr]I'm sorry, my grandpa\ndrank too much.\pCould you help me get the remedy\nwith Prof.Oak for my grandpa?
  89.  
  90. #org @2
  91. = [black_fr]Oh, thank you for giving me this.\nNow he will get better.
  92.  
  93. #org @3
  94. = [red_fr][player] [black_fr]delivered Oak's Remedy.
  95.  
  96. #org @4
  97. = [black_fr]Please, go! I need your help.
  98.  
  99. #org @5
  100. #raw 0x1
  101. #raw 0xFE
  102.  
  103. '-----------------------------
  104.  
  105. #dynamic 0x?
  106. #org @start
  107. lock
  108. faceplayer
  109. compare 0x4017 0x2
  110. if 0x1 goto @bettergo
  111. compare 0x4017 0x1
  112. if 0x1 goto @giveamount
  113. checkflag 0x2
  114. if 0x1 goto 0x8169600
  115. compare 0x4055 0x9
  116. if 0x1 goto 0x8169903
  117. compare 0x4055 0x8
  118. if 0x1 goto 0x8169A6E
  119. checkflag 0x82C
  120. if 0x1 goto 0x81699CE
  121. compare 0x4052 0x1
  122. if 0x1 goto 0x8169903
  123. compare 0x4055 0x6
  124. if 0x1 goto 0x81698D6
  125. compare 0x4057 0x1
  126. if 0x4 goto 0x816961E
  127. compare 0x4055 0x4
  128. if 0x1 goto 0x8169614
  129. compare 0x4055 0x3
  130. if 0x1 goto 0x816960A
  131. msgbox 0x818E116 0x4
  132. release
  133. end
  134.  
  135. #org @giveamount
  136. msgbox @1 0x4
  137. closeonkeypress
  138. fanfare 0x105
  139. preparemsg @2
  140. waitmsg
  141. waitfanfare
  142. giveitem 0x15D 0x1 0x0
  143. msgbox @3 0x4
  144. closeonkeypress
  145. setvar 0x4017 0x2
  146. release
  147. end
  148.  
  149. #org @bettergo
  150. msgbox @3 0x4
  151. closeonkeypress
  152. release
  153. end
  154.  
  155. #org @1
  156. = [blue_fr]Oak[grey_fr]: [black_fr]Oh, the old man\nin Viridian drunked?\lI think it's better to give it to him.
  157. #org @2
  158. = [red_fr][player] [black_fr]received the\nOak's Remedy from Prof. Oak.
  159. #org @3
  160. = [blue_fr]Oak[grey_fr]: [black_fr]You better go soon.
  161.  
  162.  
  163.  
  164. '-----------------------------
  165.  
  166. #dynamic 0x?
  167. #org @start
  168. lockall
  169. compare 0x4017 0x4
  170. if 0x1 call @taked
  171. compare 0x4017 0x3
  172. if 0x1 call @donottaked
  173. faceplayer
  174. msgbox @4 0x4
  175. closeonkeypress
  176. releaseall
  177. end
  178.  
  179. #org @taked
  180. applymovement MOVE_PLAYER @6
  181. waitmovement 0x0
  182. msgbox @2 0x4
  183. closeonkeypress
  184. giveitem 0x16E 0x1 MSG_OBTAIN
  185. msgbox @3 0x4
  186. closeonkeypress
  187. setvar 0x4051 0x2
  188. setvar 0x4018 0x1
  189. setvar 0x4017 0x4
  190. release
  191. end
  192.  
  193. #org @donottaked
  194. applymovement MOVE_PLAYER @6
  195. msgbox @1 0x4
  196. closeonkeypress
  197. waitmovement 0x0
  198. applymovement MOVE_PLAYER @5
  199. waitmovement 0x0
  200. setvar 0x4057 0x2
  201. releaseall
  202. end
  203.  
  204. #org @1
  205. = [black_fr]Hey, boy! Go to the Prof, Oak's Lab\nand get your Pokédex, I'll teach you\lsomething...
  206.  
  207. #org @2
  208. = [black_fr]Now I can teach you, take this with\nyou.
  209.  
  210. #org @3
  211. = [black_fr]If you've problem with catching, use\nit.
  212.  
  213. #org @4
  214. = [black_fr]Can I drink more?
  215.  
  216. #org @5
  217. #raw 0x10
  218. #raw 0xFE
  219.  
  220. #org @6
  221. #raw 0x1
  222. #raw 0xFE
  223.  
  224.  
  225.  
  226. '---------------------
  227. #dynamic 0x72D148
  228. #org @start
  229. msgbox @1 0x4
  230. closeonkeypress
  231. compare PLAYERFACING 0x2
  232. if 0x1 call 0x8169882
  233. compare PLAYERFACING 0x1
  234. if 0x1 call 0x816988D
  235. compare PLAYERFACING 0x4
  236. if 0x1 call 0x81698A6
  237. compare PLAYERFACING 0x3
  238. if 0x1 call 0x81698B8
  239. msgbox @2 0x4
  240. closeonkeypress
  241. pause 0x28
  242. msgbox @3 0x4
  243. closeonkeypress
  244. applymovement 0x4 0x81A75E9
  245. waitmovement 0x0
  246. hidesprite 0xA
  247. pause 0xA
  248. hidesprite 0x9
  249. pause 0xA
  250. hidesprite 0xC
  251. pause 0x19
  252. compare PLAYERFACING 0x2
  253. if 0x1 call 0x8169845
  254. compare PLAYERFACING 0x1
  255. if 0x1 call 0x8169850
  256. compare PLAYERFACING 0x4
  257. if 0x1 call 0x816985B
  258. compare PLAYERFACING 0x3
  259. if 0x1 call 0x816986D
  260. pause 0xA
  261. fanfare 0x13E
  262. preparemsg @4
  263. waitmsg
  264. waitfanfare
  265. msgbox @5 0x4
  266. closeonkeypress
  267. call 0x81A6675
  268. setflag 0x829
  269. special 0x181
  270. setvar 0x407C 0x1
  271. additem 0x4 0x5
  272. setvar 0x4055 0x6
  273. setvar 0x4017 0x4
  274. setvar 0x4058 0x1
  275. release
  276. end
  277.  
  278. #org @1
  279. = [blue_fr]Oak[grey_fr]: [black_fr]The old man has improved?\nI think so.\pI almost forget, here have fifteen\nPokéBalls and tree Pokédex for you,\l[blue_fr][rival][black_fr] and [red_fr]May[black_fr].
  280.  
  281. #org @2
  282. = [black_fr]On the desk there is my invention,\nthe Pokédex!\pIt automatically records data on\nPokémon you've seen or caught.\pIt's a high-tech encyclopedia!
  283.  
  284. #org @3
  285. = [red_fr][player][black_fr].\nTake these with you.
  286.  
  287. #org @4
  288. = [red_fr][player] [black_fr]received fifteen Poké Balls\nand three Pokédex from Prof. Oak.
  289.  
  290. #org @5
  291. = [blue_fr]Oak[grey_fr]: [black_fr][red_fr][player][black_fr], when you find them, give\nfive Pokéballs and one Pokédex\lfor each.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement