Mobile System GB error traps: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Torchickens
>Torchickens
 
Line 27: Line 27:


==PokéCom Center Trade Corner==
==PokéCom Center Trade Corner==
This code was used to replace invalid/faulty text strings with placeholder strings after receiving a Pokémon from the PokéCom Center Trade Corner (the precursor to the [[bp:Global Trade System|Global Trade System]]). In the unused English version of the error trap, the default strings are not translated, resulting in [[mojibake]]. There is also a bug where when setting the Pokémon's nickname as "?????", "?????こんにちは[END]" is printed instead (with the mojibake taken into account: "????? Ö"[END]).
This code was used to replace invalid/faulty text strings with placeholder strings after receiving a Pokémon from the PokéCom Center Trade Corner (the precursor to the [[bp:Global Trade System|Global Trade System]]). In the unused English version of the error trap, the default strings are not translated, resulting in [[mojibake]]. There is also a bug in the English version and not the Japanese version, where when setting the Pokémon's nickname as "?????", "?????こんにちは[END]" is printed instead (with the mojibake taken into account: "????? Ö"[END]).


===Details===
===Details===