Talk: Difference between revisions

3 bytes added ,  6 years ago
→‎Mistakes: Weird... the two examples were written in their own paragraphs in the source, but show up in the same paragraph in the article. Well, either way, I switched to a bullet point style, which looks nicer in general.
(→‎Mistake: Added another mistake.)
(→‎Mistakes: Weird... the two examples were written in their own paragraphs in the source, but show up in the same paragraph in the article. Well, either way, I switched to a bullet point style, which looks nicer in general.)
Line 16: Line 16:
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.
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.
* 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).
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>
<gallery>