summaryrefslogtreecommitdiff
path: root/data/string_util.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-01 08:29:13 -0700
committerYamaArashi <shadow962@live.com>2016-11-01 08:29:13 -0700
commita793e62d8364996a276c048bc55ae072a285053a (patch)
treed380305bb5605c85924a10ad8bcd00edad44c683 /data/string_util.s
parent2ec5b0cedd27bd028535fb13dcdb2f8e0efa58da (diff)
.s -> .inc
Diffstat (limited to 'data/string_util.s')
-rw-r--r--data/string_util.s65
1 files changed, 0 insertions, 65 deletions
diff --git a/data/string_util.s b/data/string_util.s
deleted file mode 100644
index be783d2c0..000000000
--- a/data/string_util.s
+++ /dev/null
@@ -1,65 +0,0 @@
-gDigits:: @ 82EC7D4
- .string "0123456789ABCDEF"
-
- .align 2
-gPowersOfTen:: @ 82EC7E4
- .4byte 1
- .4byte 10
- .4byte 100
- .4byte 1000
- .4byte 10000
- .4byte 100000
- .4byte 1000000
- .4byte 10000000
- .4byte 100000000
- .4byte 1000000000
-
-gUnknown_082EC80C:: @ 82EC80C
- .incbin "baserom.gba", 0x2ec80c, 0x4
-
-gUnknown_082EC810:: @ 82EC810
- .incbin "baserom.gba", 0x2ec810, 0x8
-
- .align 2
-gStringRefFunctionTable:: @ 82EC818
- .4byte StringRef_GetPossiblyUnusedStringVar
- .4byte StringRef_GetPlayerName
- .4byte StringRef_GetStringVar1
- .4byte StringRef_GetStringVar2
- .4byte StringRef_GetStringVar3
- .4byte StringRef_GetDummiedOutGenderDependentString
- .4byte StringRef_GetRivalName
- .4byte StringRef_GetEmeraldString
- .4byte StringRef_GetAquaString
- .4byte StringRef_GetMagmaString
- .4byte StringRef_GetArchieString
- .4byte StringRef_GetMaxieString
- .4byte StringRef_GetKyogreString
- .4byte StringRef_GetGroudonString
-
-gExtendedControlCodeLengths:: @ 82EC850
- .byte 1
- .byte 2
- .byte 2
- .byte 2
- .byte 4
- .byte 2
- .byte 2
- .byte 1
- .byte 2
- .byte 1
- .byte 1
- .byte 3
- .byte 2
- .byte 2
- .byte 2
- .byte 1
- .byte 3
- .byte 2
- .byte 2
- .byte 2
- .byte 2
- .byte 1
- .byte 1
- .byte 1
- .byte 1