diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-14 11:57:07 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-14 11:57:07 +0200 |
commit | e56bf98bd90208031e036bf308c67a5d50a6e902 (patch) | |
tree | 2bc0460147de67af5ae3a83738741891d1b6c8b1 /src/text/text9.asm | |
parent | e6645b205d8e8043449dace65f50544e8864b3eb (diff) |
Add missing characters to charmaps
Diffstat (limited to 'src/text/text9.asm')
-rw-r--r-- | src/text/text9.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/text/text9.asm b/src/text/text9.asm index b354edb..295d7c1 100644 --- a/src/text/text9.asm +++ b/src/text/text9.asm @@ -1155,27 +1155,27 @@ Text07f5: ; 5736a (15:736a) done Text07f6: ; 5736d (15:736d) - textfw3 "[", "<FIRE>", "]" + textfw3 "【", "<FIRE>", "】" done Text07f7: ; 57374 (15:7374) - textfw3 "[", "<LIGHTNING>", "]" + textfw3 "【", "<LIGHTNING>", "】" done Text07f8: ; 5737b (15:737b) - textfw3 "[", "<WATER>", "]" + textfw3 "【", "<WATER>", "】" done Text07f9: ; 57382 (15:7382) - textfw3 "[", "<FIGHTING>", "]" + textfw3 "【", "<FIGHTING>", "】" done Text07fa: ; 57389 (15:7389) - textfw3 "[", "<PSYCHIC>", "]" + textfw3 "【", "<PSYCHIC>", "】" done Text07fb: ; 57390 (15:7390) - textfw3 "[", "<GRASS>", "]" + textfw3 "【", "<GRASS>", "】" done GrassEnergyName: ; 57397 (15:7397) |