Created
October 8, 2015 13:50
-
-
Save coyotte508/ff1d506887865ded3995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/evalp ret = []; for (var i = 1; i <= 720; i++) {if (/^....u$/i.test(sys.pokemon(i))) ret.push(sys.pokemon(i))} ret; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment