Advertisement
ProClifo

Untitled

Jun 26th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. '---------------
  2. #org 0x2C7F7E
  3. lock
  4. faceplayer
  5. checkflag 0x1B2
  6. if 0x1 goto 0x82C7FDC
  7. msgbox 0x82C6FDB MSG_YESNO '"Did you know that you can go from\..."
  8. compare LASTRESULT 0x0
  9. if 0x1 goto 0x82C7FD2
  10. call 0x82C832D
  11. compare LASTRESULT 0x0
  12. if 0x1 goto 0x82C7FD2
  13. msgbox 0x82C70F3 MSG_KEEPOPEN '"Ehehe, sure thing! It'd be great i..."
  14. setvar 0x8005 0x10
  15. call 0x82C8326
  16. compare LASTRESULT 0x0
  17. if 0x1 goto 0x82C7FD2
  18. setflag 0x1B2
  19. goto 0x82C7FDC
  20.  
  21. '---------------
  22. #org 0x2C7FDC
  23. msgbox 0x82C7133 MSG_KEEPOPEN '"Rolling around in the grass makes ..."
  24. release
  25. end
  26.  
  27. '---------------
  28. #org 0x2C7FD2
  29. msgbox 0x82C70C4 MSG_KEEPOPEN '"You don't need to be shy about it...."
  30. release
  31. end
  32.  
  33. '---------------
  34. #org 0x2C832D
  35. msgbox 0x82C6E05 MSG_YESNO '"This move can be learned only\nonc..."
  36. return
  37.  
  38. '---------------
  39. #org 0x2C8326
  40. special 0x1DD
  41. waitstate
  42. lock
  43. faceplayer
  44. return
  45.  
  46.  
  47. '---------
  48. ' Strings
  49. '---------
  50. #org 0x2C6FDB
  51. = Did you know that you can go from\nhere a long way in that direction\lwithout changing direction?\pI might even be able to roll\nthat way.\pDo you think your POKéMON will\nwant to roll, too?\pI can teach one the move ROLLOUT\nif you'd like.
  52.  
  53. #org 0x2C70F3
  54. = Ehehe, sure thing! It'd be great if\nthe POKéMON looked like me.
  55.  
  56. #org 0x2C7133
  57. = Rolling around in the grass makes me\nhappy. Come on, let's roll!
  58.  
  59. #org 0x2C70C4
  60. = You don't need to be shy about it.\nLet's roll!
  61.  
  62. #org 0x2C6E05
  63. = This move can be learned only\nonce. Is that okay?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement