Talk: Difference between revisions

768 bytes added ,  8 years ago
→‎Mistake: Added another mistake.
(I think it's good now...)
(→‎Mistake: Added another mistake.)
Line 13: Line 13:
*'''[[/Small talk|Small talk]]''': Small talk conversation topics.
*'''[[/Small talk|Small talk]]''': Small talk conversation topics.


==Mistake==
==Mistakes==
There is a [[mistake]] in one of the US version's conversations. If the player uses the check-in functionality on the day they unlock the [[Distant Tundra]], Alph and Brittany will discuss the [[data file]] they got, and Brittany will say {{transcript|If you think it means that they don't eat meat, then...yes.}}, but Alph's icon will be displayed instead. This is because the script has a code to switch to one of Brittany's icon, but the code is wrong and points to an icon that doesn't exist. Hence, the game uses Alph's icon as a panic handler.
There are a couple of [[mistake]]s in some of the US version's conversations. In the script for the conversations, there is code to switch a character's icon, but some conversations exist where the icon's code is incorrect. In these cases, the game keeps the same character as before, but uses that character's icon for the specified ID.
 
If the player uses the check in functionality on the day they unlock the [[Distant Tundra]], Alph and Brittany will discuss the [[data file]] they got, and Brittany will say {{transcript|If you think it means that they don't eat meat, then...yes.}}, but Alph's icon will be displayed instead. The code was meant to switch to Brittany's icon ID <code>00</code>, which does not exist. For Alph, icon <code>00</code> is his neutral expression.
 
For the check in conversation where the crew asks themselves why the Pikmin don't eat the fruit they carry, Alph says {{transcript|But it's all so tasty... Maybe the Pikmin don't have a sense of taste.}}, but with Brittany's sad icon. The code was for Alph's <code>10</code> expression, and since it doesn't exit, Brittany's <code>10</code> expression is used instead (her sad face).
 
<gallery>
GlitchDrakeConversation.jpeg|Alph's icon during Brittany's line.
GlitchDrakeConversation2.jpg|Brittany's icon during Alph's line.
</gallery>


==See also==
==See also==