diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-09-13 16:01:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 16:01:10 +0200 |
commit | b78f2edbc3b3b2d01fc0590310a8d9e65648ee44 (patch) | |
tree | f459a16fde0753843f1f28867b5afcd6de7dec11 /data/text | |
parent | 371ce4da5c4e1729cfc4cf6d8769b7b6c02ecc7b (diff) | |
parent | b136fa6f875ba934c984f9356df4830131910d80 (diff) |
Merge pull request #71 from Ebernacher90/master
Give all .asm and all .inc except of base_stats/???.inc new line at t…
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/text_input_chars.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_input_chars.asm b/data/text/text_input_chars.asm index f6798a3..ca54020 100644 --- a/data/text/text_input_chars.asm +++ b/data/text/text_input_chars.asm @@ -24,4 +24,4 @@ TextEntryKatakana: ; 04:5987 db "タチツテト ナニヌネノ ハヒフへホ" db "マミムメモ ヤユヨワン ラりルレロ" db "ャュョッヲ 12345 67890" - db " ゙゚ ー?!円"
\ No newline at end of file + db " ゙゚ ー?!円" |