I got the Lead Tornade deck for Pokemon TCG!
BTW,
I made a batch that searches out pointless things that run on my Laptop, it always runs and if it finds something useless it terminates/murders a process!
Offline
That's cool
I have no clue what that is though, mind explaining?
Offline
I'm saving money and don't buy Pokemon cards anymore, but I literally have thousands of older ones.
Offline
bananaman114 wrote:
That's cool
I have no clue what that is though, mind explaining?![]()

Assortment of Pokemon cards. i bought it as I'm keeping up with Pokemon and will enter the TCG Championships 2012. BRING IT ONNN!!!!
Offline
i made a batch file whos that pokemon game
@echo off :MAIN cls echo. echo Welcome to WHOS THAT POKEMON game. color 04 echo. echo To start the game, type a and press ENTER. color 04 echo To see instructions for the game, type b and press ENTER. color 04 echo To quit, type c and press ENTER. color 04 set /p input=COMMAND? if %input%==a goto GAME if %input%==b goto INST if %input%==c exit :INST type INST.txt echo. echo. echo To start the game, type A and press ENTER. color 04 echo To return to the main screen, type B and press ENTER. color 04 echo To quit, type C and press ENTER. color 04 set /p input=COMMAND? if %input%==a goto GAME if %input%==b goto MAIN if %input%==c exit :GAME echo what is pikachus bio color 04 echo a. mouse pokemon color 04 echo b. thunder pokemon color 04 echo c. lightning pokemon color 04 echo d. legendary pokemon color 04 set /p input=ANSWER? if %input%==a goto 2 goto WRONG :WRONG echo Sorry, that is incorrect. Press any key to return to the main screen. color 04 pause goto MAIN :2 echo how many pokemon are there in the sinnoh region? color 04 echo a. 145 color 04 echo b. 511 color 04 echo c. 493 color 04 echo d. 100 color 04 set /p input=ANSWER? if %input%==c goto 3 goto WRONG :3 echo who is ash? color 04 echo a. a girl from pallet town color 04 echo b. a man from pallet town color 04 echo c. a boy from pallet town color 04 echo d. a lady from pallet town color 04 set/p input=ANSWER? if %input%==c goto WIN goto WRONG :WIN type WIN.txt echo. echo. set/p input=RETURN TO MAIN SCREEN(Y/N)? if %input%==Y goto MAIN if %input%==N exit color 04
Offline
poemon1 wrote:
i made a batch file whos that pokemon game
Code:
@echo off :MAIN cls echo. echo Welcome to WHOS THAT POKEMON game. color 04 echo. echo To start the game, type a and press ENTER. color 04 echo To see instructions for the game, type b and press ENTER. color 04 echo To quit, type c and press ENTER. color 04 set /p input=COMMAND? if %input%==a goto GAME if %input%==b goto INST if %input%==c exit :INST type INST.txt echo. echo. echo To start the game, type A and press ENTER. color 04 echo To return to the main screen, type B and press ENTER. color 04 echo To quit, type C and press ENTER. color 04 set /p input=COMMAND? if %input%==a goto GAME if %input%==b goto MAIN if %input%==c exit :GAME echo what is pikachus bio color 04 echo a. mouse pokemon color 04 echo b. thunder pokemon color 04 echo c. lightning pokemon color 04 echo d. legendary pokemon color 04 set /p input=ANSWER? if %input%==a goto 2 goto WRONG :WRONG echo Sorry, that is incorrect. Press any key to return to the main screen. color 04 pause goto MAIN :2 echo how many pokemon are there in the sinnoh region? color 04 echo a. 145 color 04 echo b. 511 color 04 echo c. 493 color 04 echo d. 100 color 04 set /p input=ANSWER? if %input%==c goto 3 goto WRONG :3 echo who is ash? color 04 echo a. a girl from pallet town color 04 echo b. a man from pallet town color 04 echo c. a boy from pallet town color 04 echo d. a lady from pallet town color 04 set/p input=ANSWER? if %input%==c goto WIN goto WRONG :WIN type WIN.txt echo. echo. set/p input=RETURN TO MAIN SCREEN(Y/N)? if %input%==Y goto MAIN if %input%==N exit color 04
ok.
Offline
TornFusion wrote:
bananaman114 wrote:
That's cool
I have no clue what that is though, mind explaining?![]()
http://assets.pokemon.com/assets/cms/im … do_box.png
Assortment of Pokemon cards. i bought it as I'm keeping up with Pokemon and will enter the TCG Championships 2012. BRING IT ONNN!!!!
Cool
Offline
I have that one and the Nightfall deck, then took the grass cards and the dark cards and made dark grass and psychic steel decks
Offline