diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 19:56:47 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 19:56:47 -0700 |
commit | 1ad80dfe89edda39311fa165b7af99e7b243bc79 (patch) | |
tree | cacc960f76f7d8bd71d6c19b6738cb8f13ffb567 /data/data2.s | |
parent | 7bef2a278385381ca3c4464a59314c2483b0c776 (diff) |
.charmapstr to .string
Diffstat (limited to 'data/data2.s')
-rw-r--r-- | data/data2.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index 37d6bbe84..927828366 100644 --- a/data/data2.s +++ b/data/data2.s @@ -1759,7 +1759,7 @@ gUnknown_0832B6F8: @ 832B6F8 .incbin "base_emerald.gba", 0x32b6f8, 0x10 gEggName: @ 832B708 - .charmapstr "タマゴ$" @ "tamago" ("egg" in Japanese) + .string "タマゴ$" @ "tamago" ("egg" in Japanese) @ 832B70C .incbin "base_emerald.gba", 0x32b70c, 0x8d8 @@ -3713,7 +3713,7 @@ gUnknown_0855D2FE: @ 855D2FE .incbin "base_emerald.gba", 0x55d2fe, 0xe gUnknown_0855D30C: @ 855D30C - .charmapstr "$" + .string "$" @ 855D30D .include "data/text/pokedex_text.s" |