Advertisement
Telinc1

Tile Code Thingy (bugged)

Jun 11th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. #dynamic 0x8000F5
  2.  
  3. #org @start
  4. lockall
  5. playsong 0x012E 0x0
  6. applymovement 2 @WalkFast
  7. waitmovement 0x0
  8. applymovement 2 @WalkSlow
  9. waitmovement 0x0
  10. message @DangerWarning 0x6
  11. givepokemon 0x1 5 0x8B 0x0 0x0 0x0
  12. fanfare 0x13E
  13. msgbox @Receive 0x4
  14. waitfanfare
  15. closeonkeypress
  16. setflag 0x828
  17. msgbox @Nickname 0x5
  18. compare 0x800D 0x1
  19. if 0x1 goto @GiveNick
  20. compare 0x800D 0x0
  21. if 0x1 goto @ContinueNick
  22. release
  23. end
  24.  
  25. #org @WalkFast
  26. #raw 0x1E
  27. #raw 0x1E
  28. #raw 0x1E
  29. #raw 0x1E
  30. #raw 0x1E
  31. #raw 0x1E
  32. #raw 0x1E
  33. #raw 0x1E
  34. #raw 0xFE
  35.  
  36. #org @WalkSlow
  37. #raw 0x11
  38. #raw 0x11
  39. #raw 0x11
  40. #raw 0x11
  41. #raw 0x13
  42. #raw 0x11
  43. #raw 0x11
  44. #raw 0xFE
  45.  
  46. #org @WalkSlow2
  47. #raw 0x10
  48. #raw 0x10
  49. #raw 0x10
  50. #raw 0x10
  51. #raw 0x12
  52. #raw 0x10
  53. #raw 0x10
  54. #raw 0xFE
  55.  
  56. #org @WalkFast2
  57. #raw 0x1D
  58. #raw 0x1D
  59. #raw 0x1D
  60. #raw 0x1D
  61. #raw 0x1D
  62. #raw 0x1D
  63. #raw 0x1D
  64. #raw 0x1D
  65. #raw 0xFE
  66.  
  67. #org @DangerWarning
  68. = Stop! It's dangerous!\nWild Pokemon live in tall grass.\pYou will need your own\nPokemon for protection.\pI know!\nHave this Bulbasaur!
  69.  
  70. #org @Receive
  71. = [black_fr]\v\h01 received a Bulbasaur from the\nOld Man.
  72.  
  73. #org @Nickname
  74. = [black_fr]Would you like to give your\nBulbasaur a nickname?
  75.  
  76. #org @AllWell
  77. = Now you're safe!
  78.  
  79. #org @GiveNick
  80. setvar 0x8004 0x0
  81. call @Nickname2
  82. goto @Done
  83.  
  84. #org @ContinueNick
  85. closeonkeypress
  86. goto @Done
  87.  
  88. #org @Nickname2
  89. fadescreen 0x1
  90. special 0x9E
  91. waitstate
  92. return
  93.  
  94. #org @Done
  95. msgbox @AllWell 0x6
  96. applymovement 2 @WalkSlow2
  97. waitmovement 0x0
  98. applymovement 2 @WalkFast2
  99. waitmovement 0x0
  100. playsong 0x012C 0x0
  101. setvar 0x6000 0x0001
  102. release
  103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement