pokegold-spaceworld/data/text/text_input_chars.asm
2019-03-03 17:08:35 +10:00

27 lines
992 B
NASM
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

INCLUDE "constants.asm"
SECTION "data/text/text_input_chars.asm", ROMX
TextEntryChars: ; 04:58B3
db "ABCDE FGHIJ KLMNO"
db "PQRST UVWXY ZÄÖÜ "
db "abcde fghij klmno"
db "pqrst uvwxy zäéöü"
db "12345 67890      "
db "?!.,' :;×-/      "
db "[]()& <PK><MN>         "
db "                円"
TextEntryHiragana: ; 04:593B
db "あいうえお かきくけこ さしすせそ"
db "たちつてと なにぬねの はひふへほ"
db "まみむめも やゆよわん らりるれろ"
db "ゃゅょっを 12345 67890"
db " ゙゚ ー?!円"
TextEntryKatakana: ; 04:5987
db "アイウエオ カキクケコ サシスセソ"
db "タチツテト ナニヌネノ ハヒフへホ"
db "マミムメモ ヤユヨワン ラりルレロ"
db "ャュョッヲ 12345 67890"
db " ゙゚ ー?!円"