From d4dbea02dc12c68f6fadee6f4b8a70d74f3d646d Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Sun, 27 Jan 2019 02:13:29 -0300 Subject: Updated Tips and tricks (markdown) --- Tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tips-and-tricks.md b/Tips-and-tricks.md index 9fc7f41..8161145 100644 --- a/Tips-and-tricks.md +++ b/Tips-and-tricks.md @@ -31,5 +31,5 @@ To stop it, edit [engine/tilesets/tileset_anims.asm](../blob/master/engine/tiles ## Lowercasing Pokémon names cuts off their first letter -If you simply lowercase all the names in [data/pokemon/names.asm](../blob/master/data/pokemon/names.asm) and rebuild the ROM, the first letter of their names may be missing. The cause is changing `"FARFETCH'D"` to `"Farfetch'd"`, because `'d` is actually a single character. The fix is to pad its name to the same length as all the rest with an "`@`", so that it becomes "`Farfetch'd@`". +If you simply lowercase all the names in [data/pokemon/names.asm](../blob/master/data/pokemon/names.asm) and rebuild the ROM, the first letter of their names may be missing. The cause is changing `"FARFETCH'D"` to `"Farfetch'd"`, because `'d` is actually a single character. The fix is to pad its name to the same length as all the rest with an `@`, so that it becomes `"Farfetch'd@". -- cgit v1.2.3