diff options
author | red031000 <rubenru09@aol.com> | 2020-06-15 17:28:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 17:28:12 +0100 |
commit | b96fe608981c7693210f8711b64b1573edae71dc (patch) | |
tree | cf0867f106ad8ba71e4149348a0fff591e26634b /arm9/src/string_util.c | |
parent | 08a00d98647a8b902b81ab4c2e41845cf919bf47 (diff) | |
parent | 7546bb0c8f5b26759b68417dc5a7e3cc9318ebc2 (diff) |
Merge pull request #162 from PikalaxALT/pikalax_work
Decompile pokemon.s
Diffstat (limited to 'arm9/src/string_util.c')
-rw-r--r-- | arm9/src/string_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/src/string_util.c b/arm9/src/string_util.c index e36f1a30..54ad61fc 100644 --- a/arm9/src/string_util.c +++ b/arm9/src/string_util.c @@ -1,8 +1,5 @@ #include "string_util.h"
-#define EOS 0xFFFF
-#define NON_DIGIT 0xE2
-
const u16 gDigitTable[] = {
0xA2,
0xA3,
|