Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. '---------------
  2. #org 0x271EA0
  3. checkattack 0x39
  4. compare LASTRESULT 0x6
  5. if 0x1 goto 0x8271ED6
  6. bufferpartypokemon 0x0 LASTRESULT
  7. setanimation 0x0 LASTRESULT
  8. lockall
  9. msgbox 0x8272FD6 MSG_YESNO '"The water is dyed a deep blue[.]\n..."
  10. compare LASTRESULT 0x0
  11. if 0x1 goto 0x8271ED5
  12. msgbox 0x827300D MSG_KEEPOPEN '"[buffer1] used SURF!"
  13. doanimation 0x9
  14. releaseall
  15. end
  16.  
  17. '---------------
  18. #org 0x271ED6
  19. end
  20.  
  21. '---------------
  22. #org 0x271ED5
  23. releaseall
  24. end
  25.  
  26.  
  27. '---------
  28. ' Strings
  29. '---------
  30. #org 0x272FD6
  31. = The water is dyed a deep blue[.]\nWould you like to SURF?
  32.  
  33. #org 0x27300D
  34. = [buffer1] used SURF!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement