diff options
author | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2020-10-31 01:10:19 +0000 |
---|---|---|
committer | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2020-10-31 01:10:19 +0000 |
commit | f0dd373905d3a152c178e420c4de1dc64267dd1d (patch) | |
tree | a45fe0787aefa30daa8334b87c2bd6b0d8f4e8a9 | |
parent | b120b6f7888bb3e6633e32792f7bf76821282020 (diff) |
Updated Remove the functionally redundant move grammar tables (markdown)
-rw-r--r-- | Remove-the-functionally-redundant-move-grammar-tables.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Remove-the-functionally-redundant-move-grammar-tables.md b/Remove-the-functionally-redundant-move-grammar-tables.md index ecad6c7..2fc14be 100644 --- a/Remove-the-functionally-redundant-move-grammar-tables.md +++ b/Remove-the-functionally-redundant-move-grammar-tables.md @@ -1,11 +1,10 @@ -In the Japanese releases, there are five ways to say "POKéMON used MOVE!": - -* "POKéMONの MOVE つかった!" ("POKéMON used MOVE!") -* "POKéMONの MOVEした!" ("POKéMON did MOVE!") -* "POKéMONの MOVE した!" ("POKéMON did MOVE!" for long move names) -* "POKéMONの MOVE こうげき!" ("POKéMON's MOVE attack!") -* "POKéMONの MOVE!" ("POKéMON's MOVE!") +In the Japanese releases, there are five ways to say "*POKéMON* used *MOVE*!": +- "*POKéMON*の *MOVE* つかった!" ("*POKéMON* used *MOVE*!") +- "*POKéMON*の *MOVE*した!" ("*POKéMON* did *MOVE*!") +- "*POKéMON*の *MOVE* した!" ("*POKéMON* did *MOVE*!" for long move names) +- "*POKéMON*の *MOVE* こうげき!" ("*POKéMON*'s *MOVE* attack!") +- "*POKéMON*の *MOVE*!" ("*POKéMON*'s *MOVE*!") These are all redundant in the English localization and all the strings have been translated to just “!”. This tutorial will show you how to remove them, which saves space and simplifies the code. |