Guest User

Untitled

a guest
Apr 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #dynamic 0x720000
  2.  
  3. #org @start
  4. lock
  5. faceplayer
  6. checkflag 0x4B7
  7. if 0x1 goto @done
  8. checkflag 0x207
  9. if 0x0 goto @potion
  10. msgbox @nopotion 0x6
  11. release
  12. end
  13.  
  14. #org @done
  15. msgbox @badge 0x6
  16. release
  17. end
  18.  
  19. #org @potion
  20. msgbox @advice 0x4
  21. closeonkeypress
  22. giveitem 0x13 0x1 MSG_OBTAIN
  23. setflag 0x207
  24. release
  25. end
  26.  
  27. #org @advice
  28. = A kid and his rose,\nthey beat gym leaders,\pthey beat Team Rocket,\nPokemon died,\pPokemon evolved,\npeople cried.\pYou deserve this!
  29.  
  30. #org @badge
  31. = I hope someone tells this\ntale someday.
  32.  
  33. #org @nopotion
  34. = Go and fight!
Add Comment
Please, Sign In to add comment