diff options
Diffstat (limited to 'charmap.asm')
-rw-r--r-- | charmap.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/charmap.asm b/charmap.asm index e04091a88..d5bd2bcf1 100644 --- a/charmap.asm +++ b/charmap.asm @@ -2,9 +2,12 @@ ; Control characters (see home/text.asm) + charmap "<NULL>", $00 charmap "<PLAY_G>", $14 ; "<PLAYER>くん" or "<PLAYER>ちゃん"; same as "<PLAYER>" in English + charmap "<MOBILE>", $15 + charmap "<CR>", $16 charmap "¯", $1f ; soft linebreak - charmap "<LNBRK>", $22 + charmap "<LF>", $22 charmap "<POKE>", $24 ; "<PO><KE>" charmap "%", $25 ; soft linebreak in landmark names charmap "<RED>", $38 ; wRedsName |