Advertisement
ProClifo

Untitled

Aug 25th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. #freespace 0xFF
  2. #include stdpoke.rbh
  3. #dynamic 0xF00000
  4.  
  5. #org @chikorita
  6. setvar 0x4001 PKMN_CHIKORITA
  7. call @showpic
  8. msgbox 0x81FB8E0 MSG_YESNO
  9. compare LASTRESULT 0x0
  10. if 0x1 goto @reject
  11. setflag 0x346
  12. hidesprite 0x6
  13. goto @give
  14.  
  15. #org @cyndaquil
  16. setvar 0x4001 PKMN_CYNDAQUIL
  17. call @showpic
  18. msgbox 0x81FB7F6 MSG_YESNO
  19. compare LASTRESULT 0x0
  20. if 0x1 goto @reject
  21. setflag 0x32B
  22. hidesprite 0x4
  23. goto @give
  24.  
  25. #org @totodile
  26. setvar 0x4001 PKMN_TOTODILE
  27. call @showpic
  28. msgbox 0x81FB869 MSG_YESNO
  29. compare LASTRESULT 0x0
  30. if 0x1 goto @reject
  31. setflag 0x32C
  32. hidesprite 0x5
  33. goto @give
  34.  
  35. #org @showpic
  36. release
  37. applymovement 0x2 0x82725A8
  38. waitmovement 0x0
  39. showpokepic 0x4001 0xA 0x3
  40. return
  41.  
  42. #org @reject
  43. hidepokepic
  44. msgbox 0x81FB959 MSG_KEEPOPEN
  45. releaseall
  46. end
  47.  
  48. #org @give
  49. bufferpokemon 0x0 0x4001
  50. givepokemon 0x4001 0x5 0x0 0x0 0x0 0x0
  51. checkflag 0x32B
  52. if 0x0 goto @nickbox
  53. checkflag 0x32C
  54. if 0x0 goto @nickbox
  55. checkflag 0x346
  56. if 0x0 goto @nickbox
  57. setvar 0x40D3 0x6
  58. goto @nickbox
  59.  
  60. #org @nickbox
  61. compare LASTRESULT 0x0
  62. if 0x1 goto 0x81FA0A1
  63. compare LASTRESULT 0x1
  64. if 0x1 goto 0x81FA0CC
  65. hidepokepic
  66. goto 0x8273811
  67.  
  68. #org 0x1FA0FD
  69. goto @listen
  70.  
  71. #org @listen
  72. hidepokepic
  73. checkflag 0x346
  74. if 0x0 goto @end
  75. checkflag 0x32B
  76. if 0x0 goto @end
  77. checkflag 0x32C
  78. if 0x0 goto @end
  79. msgbox 0x81FBA2C MSG_KEEPOPEN '"PROF. BIRCH: Listen, [player]\v\h0..."
  80. setvar 0x40D3 0x6
  81. releaseall
  82. end
  83.  
  84. #org @end
  85. releaseall
  86. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement