Talk: Difference between revisions

151 bytes added ,  3 years ago
Research and minor elaboration.
(Research and minor elaboration.)
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.|inline=y}}, 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. This was interestingly fixed in ''Deluxe''
* 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.|inline=y}}, 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. This was fixed in {{p3d}}, and is also not a problem in the European version, which uses the US version's text.
* 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.|inline=y}}, 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). This was interestingly not fixed in ''Deluxe''
* 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.|inline=y}}, 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). This was not fixed in ''Pikmin 3 Deluxe'', and also happens in the European version, which uses the same text as the US version.


<gallery>
<gallery>