Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. '---------------
  2. #org 0x24731E
  3. lockall
  4. setvar 0x4002 0x1
  5. applymovement 0x2 0x81C6A52
  6. waitmovement 0x0
  7. applymovement 0xFF 0x81C6A66
  8. waitmovement 0x0
  9. msgbox 0x81BABCB 0x6 '"Goodmorning [player]! I have been\..."
  10. setflag 0x829
  11. fanfare 0x13E
  12. msgbox 0x81BAC83 0x4 '"[player] received a Pokedex!"
  13. waitfanfare
  14. msgbox 0x81C68F2 0x6 '"Ofcourse you need a Pokemon\ntoo, ..."
  15. givepokemon 0x85 0x5 0x8B 0x0 0x0 0x0
  16. fanfare 0x13E
  17. msgbox 0x81C69B0 0x4 '"[player] received an Eevee!"
  18. waitfanfare
  19. closeonkeypress
  20. setflag 0x828
  21. msgbox 0x81C69C8 0x5 '"Would you like to give a\nnickname..."
  22. compare 0x800D 0x1
  23. if 0x1 call 0x81A74EB
  24. msgbox 0x8247595 0x6 '"Well then, Grandma's going\nback h..."
  25. giveitem 0x4 0xA 0x4
  26. closeonkeypress
  27. msgbox 0x8247601 0x4 '"That's all! Good luck [player]!\nA..."
  28. closeonkeypress
  29. applymovement 0x2 0x81C6A5A
  30. waitmovement 0x0
  31. fadescreen 0x1
  32. hidesprite 0x2C
  33. fadescreen 0x0
  34. setflag 0x2C
  35. releaseall
  36. end
  37.  
  38. '---------------
  39. #org 0x1A74EB
  40. fadescreen 0x1
  41. special 0x9E
  42. waitstate
  43. return
  44.  
  45.  
  46. '---------
  47. ' Strings
  48. '---------
  49. #org 0x1BABCB
  50. = Goodmorning [player]! I have been\nlooking for you! [rival] already left\land you can't stay behind!\pYou know how happy Grandma is for\nyou both. So here is a Pokedex to\lhelp you out in the wild!
  51.  
  52. #org 0x1BAC83
  53. = [player] received a Pokedex!
  54.  
  55. #org 0x1C68F2
  56. = Ofcourse you need a Pokemon\ntoo, wild pokemon can be dangerous!\pLuckily for you, I found this Eevee\nabandonned in the woods this week!\pYou both need protection,\nso it's a perfect starter!
  57.  
  58. #org 0x1C69B0
  59. = [player] received an Eevee!
  60.  
  61. #org 0x1C69C8
  62. = Would you like to give a\nnickname to Eevee?
  63.  
  64. #org 0x247595
  65. = Well then, Grandma's going\nback home to cook some diner.\pOh wait! Almost forgot. You\nneed some Pokeballs!
  66.  
  67. #org 0x247601
  68. = That's all! Good luck [player]!\nAnd come over sometimes!
  69.  
  70.  
  71. '-----------
  72. ' Movements
  73. '-----------
  74. #org 0x1C6A52
  75. #raw 0x62 'Exclamation Mark (!)
  76. #raw 0x11 'Step Up (Normal)
  77. #raw 0xD 'Step Up (Slow)
  78. #raw 0xD 'Step Up (Slow)
  79. #raw 0x11 'Step Up (Normal)
  80. #raw 0x2 'Face Left
  81. #raw 0xFE 'End of Movements
  82.  
  83. #org 0x1C6A66
  84. #raw 0x3 'Face Right
  85. #raw 0xFE 'End of Movements
  86.  
  87. #org 0x1C6A5A
  88. #raw 0x10 'Step Down (Normal)
  89. #raw 0xC 'Step Down (Slow)
  90. #raw 0xC 'Step Down (Slow)
  91. #raw 0x10 'Step Down (Normal)
  92. #raw 0x13 'Step Right (Normal)
  93. #raw 0x13 'Step Right (Normal)
  94. #raw 0x13 'Step Right (Normal)
  95. #raw 0x10 'Step Down (Normal)
  96. #raw 0x10 'Step Down (Normal)
  97. #raw 0xC 'Step Down (Slow)
  98. #raw 0xFE 'End of Movements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement