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/string_util.s | |
parent | 7bef2a278385381ca3c4464a59314c2483b0c776 (diff) |
.charmapstr to .string
Diffstat (limited to 'data/string_util.s')
-rw-r--r-- | data/string_util.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/string_util.s b/data/string_util.s index ee31d9b63..4e71b8def 100644 --- a/data/string_util.s +++ b/data/string_util.s @@ -1,5 +1,5 @@ gDigits: @ 82EC7D4 - .charmapstr "0123456789ABCDEF" + .string "0123456789ABCDEF" .align 2, 0 |