• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

Twitch Plays Pokemon Thread 2 - Don't Forget: You're here forever

Status
Not open for further replies.
Not in your universe, but in the time I come from yes. :(



Huh, I was totally wrong then. I thought Nintendo restricted releasing HM pokemon to prevent people from getting completely stuck, and people were bringing up cases where the game could become unwinnable.

Can't one simply put everything besides a low-level magicarp in the PC, release them all, have no money or pokeballs, and the game becomes unwinnable then?

Getting a fishing rod sounds like a nice idea though. It would give a new item for people to accidentally select, and a way to get different kinds of pokemon. Is it just really hard to get a fishing rod?

source: http://bulbapedia.bulbagarden.net/wiki/Released_Pokémon

I think surf might be different.
In every core series Pokémon game, players have been able to release previously captured Pokémon. Unlike the anime, this cannot be done while traveling, but must be done with the Pokémon Storage System in a Pokémon Center. A condition coded into the game exists that disallows the release of Pokémon knowing certain HM moves, such as Surf, to prevent the player becoming trapped in an area that requires the use of that move
 
S5pxAN1.jpg
Right in the nostalgia.
 
Well, we would have to already have gotten a surfer to get there, so...

I'm more interested in having another party member with a 15 PP/95 power/100% acc special attack. We can't throw away, replace, or consume Surf. By our standards it's a god among moves.
 
Yay we finished the tower!
Boo we ran from Snorlax!
Great Rod? Chat will use the Master Ball on a Magikarp!
But I still have faith in Helix!

i4bHOP4.png


THIS IS AMAZING
 
Yeah, Agatha is the main thing that's going to force us to grind.

Speaking of Poison...
Red_Blue_Koga.png


This guy's Muk is going to sweep our team several times. Bet on it.

Ghastly is immune to anything muk throws at it. Only way we are going to lose is if ghastly runs out of pp in night shade and lick before muk dies.
 
Yeah, Agatha is the main thing that's going to force us to grind.

Speaking of Poison...
Red_Blue_Koga.png


This guy's Muk is going to sweep our team several times. Minimize is a shit.

I dunno, we might have a Hypno by then and Raticate's Dig is super effective.
 
Forgot about Gastly. Hopefully we get it into battle before Muk uses Minimize too many times.

These are the people who legitimately thought they had a chance of catching Snorlax.

If only this was RSE. Haunter learns shadow punch at lvl 25 after it evolves and its a sure hit move.
 
Lapras is gotten at level 15. Snorlax at level 30.

We need to go to Silph Co. Get the Master Ball there (and the Lapras). Use the Master Ball on the other Snorlax.

Yeah I just don' get why people think they're gonna be able to successfully use the rod AND catch said pokemon.
 
Add this to the OP mods. Its a chat filter script. Copy the following.

red agent said:
(function(){"use strict";var BLOCKED_WORDS=["left","right","up","down","start","select","a","b","democracy","anarchy","oligarchy","bureaucracy","monarchy","alt f4"];var MINIMUM_MESSAGE_LENGTH=3;var MAXIMUM_NON_ASCII_CHARACTERS=2;var MINIMUM_DISTANCE_ERROR=2;var myWindow;try{myWindow=unsafeWindow}catch(e){myWindow=window}var $=myWindow.jQuery;var commands_regex=new RegExp("^(("+BLOCKED_WORDS.join("|")+")\\d?)+$","i");function min_edit(a,b){if(a.length===0)return b.length;if(b.length===0)return a.length;var matrix=[];for(var i=0;i<=b.length;i++){matrix=}for(var j=0;j<=a.length;j++){matrix[0][j]=j}for(var i=1;i<=b.length;i++){for(var j=1;j<=a.length;j++){if(b.charAt(i-1)==a.charAt(j-1)){matrix[j]=matrix[i-1][j-1]}else{matrix[j]=Math.min(matrix[i-1][j-1]+1,Math.min(matrix[j-1]+1,matrix[i-1][j]+1))}}}return matrix[b.length][a.length]}var is_message_spam=function(message){message=message.replace(/\s/g,'');if(message.length<MINIMUM_MESSAGE_LENGTH){return true}if(message.match(commands_regex)){return true}var nonASCII=0;for(var i=0;i<message.length;i++){if(message.charCodeAt(i)>127){nonASCII++;if(nonASCII>MAXIMUM_NON_ASCII_CHARACTERS){return true}}}var min_distance=BLOCKED_WORDS.map(function(word){return min_edit(word,message)}).reduce(function(x,y,i,arr){return Math.min(x,y)});if(min_distance<=MINIMUM_DISTANCE_ERROR){return true}return false};var initialize_ui=function(){$("<style type='text/css' >"+".segmented_tabs li li a.CommandsToggle {"+"width: 50px;"+"padding-left: 0;"+"padding-top: 0;"+"height: 8px;"+"line-height: 115%;"+"}"+".segmented_tabs li li a.ChatToggle {"+"width: 35px;"+"padding-left: 15px;"+"padding-top: 0;"+"height: 8px;"+"line-height: 115%;"+"}"+"#chat_line_list li { display:none }"+"#chat_line_list li.fromjtv,"+"#chat_line_list.showSpam li.cSpam,"+"#chat_line_list.showSafe li.cSafe {"+"display:inherit;"+"}"+" </style>").appendTo("head");var chat_button=$("ul.segmented_tabs li a").first();chat_button.css("width",chat_button.width()-71);$("<li><a class='CommandsToggle'>Commands</a><a class='ChatToggle'>Talk</a></li>").insertAfter(chat_button);$(".CommandsToggle").click(function(){$(this).toggleClass("selected");$("#chat_line_list").toggleClass("showSpam")});$(".ChatToggle").click(function(){$(this).toggleClass("selected");$("#chat_line_list").toggleClass("showSafe")}).click()};var initialize_filter=function(){var CurrentChat=myWindow.CurrentChat;CurrentChat.line_buffer=800;$('#chat_line_list li').each(function(){var chatLine=$(this);var chatText=chatLine.find(".chat_line").text();var chatClass=is_message_spam(chatText)?"cSpam":"cSafe";chatLine.addClass(chatClass)});var _insert_chat_line=CurrentChat.insert_chat_line;CurrentChat.insert_chat_line=function(e){_insert_chat_line.call(this,e);var queueOp=this.queue[this.queue.length-1];var chatClass=is_message_spam(e.message)?"cSpam":"cSafe";queueOp.line=queueOp.line.replace('class="','class="'+chatClass+' ')}};$(function(){initialize_ui();if(myWindow.CurrentChat){initialize_filter()}else{$(myWindow).on("load",function(){initialize_filter()})}})}());

Then go to the chat, hit CTRL+SHIFT+J
Paste that code into the script area and hit ENTER.

Congrats now you can read the chat without the sea of button inputs being typed.
 
Status
Not open for further replies.
Top Bottom