diff options
-rw-r--r-- | asm/charmap.s | 2 | ||||
-rw-r--r-- | data/data2.s | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/asm/charmap.s b/asm/charmap.s index 9ff6cda30..ab61929f6 100644 --- a/asm/charmap.s +++ b/asm/charmap.s @@ -249,6 +249,8 @@ .charmap "ポ", 0x9F .charmap "ッ", 0xA0 + .charmap "ー", 0xAE + .charmapconst PK, 0x53 .charmapconst PKMN, 0x53, 0x54 .charmapconst POKEBLOCK, 0x55, 0x56, 0x57, 0x58, 0x59 diff --git a/data/data2.s b/data/data2.s index 966bf56de..e73a5fefc 100644 --- a/data/data2.s +++ b/data/data2.s @@ -35,8 +35,8 @@ gIntrTableTemplate: ; 81E2824 ; It means "The DMA transfer request table has exceeded its limit." .charmapstr "DMA OVER{next}" .charmapstr "DMAてんそう{next}" - .charmapstr "リクエストテ-ブルが{next}" - .charmapstr "オ-バ-しました$" + .charmapstr "リクエストテーブルが{next}" + .charmapstr "オーバーしました$" ; 81E2881 .incbin "baserom.gba", 0x1E2881, 0x18 |