From f0f7aebc6b8e71aeefce2ad7acffb12bcd579d3c Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Sun, 12 May 2019 15:37:46 +0100 Subject: =?UTF-8?q?Updated=20Add=20a=20new=20Pok=C3=A9mon=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Add-a-new-Pok\303\251mon.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Add-a-new-Pok\303\251mon.md" "b/Add-a-new-Pok\303\251mon.md" index 58d9137..393cd6a 100644 --- "a/Add-a-new-Pok\303\251mon.md" +++ "b/Add-a-new-Pok\303\251mon.md" @@ -83,7 +83,7 @@ Edit [data/pokemon/names.asm](../blob/master/data/pokemon/names.asm): All the names are exactly 10 characters long, with "@" as padding. Names that are 10 characters long anyway, like "CHARMELEON", don't have any padding. -(Aside: if you make names lowercase, be careful—going from "FARFETCH'D" to "Farfetch'd" will lower the character count by 1 since "'d" is a single character, so that would need to become "Farfetch'd@".) +(Aside: if you make names lowercase, be careful—going from "FARFETCH'D" to "Farfetch'd" will lower the character count by 1 since `'d` is a single character, so that would need to become `"Farfetch'd@"`.) ## 3. Define its base data -- cgit v1.2.3