Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #dynamic 0x800000
  2.  
  3. '---------------
  4. #org @start
  5. msgbox @string1 MSG_YESNO '"The water is dyed a deep blue[.]\n..."
  6. compare LASTRESULT 0x0
  7. if 0x1 goto @snippet1
  8. special 0x6
  9. special 0x62
  10. setvar 0x8004 0x0
  11. givepokemon 0x83 0x0 0x0 0x0 0x0 0x0
  12. bufferfirstpokemon 0x0
  13. setanimation 0x0 0x0
  14. msgbox @string2 MSG_KEEPOPEN '"[buffer1] used SURF!"
  15. doanimation 0x9
  16. checkanimation 0x9
  17. special 0x6
  18. releaseall
  19. end
  20.  
  21. '---------------
  22. #org @snippet1
  23. releaseall
  24. end
  25.  
  26. '---------
  27. ' Strings
  28. '---------
  29. #org @string1
  30. = The water is dyed a deep blue[.]\nWould you like to SURF?
  31.  
  32. #org @string2
  33. = [buffer1] used SURF!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement