diff options
author | YamaArashi <shadow962@live.com> | 2017-01-14 00:53:26 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-14 00:53:26 -0800 |
commit | a74c6f8586e44b0324067b29647e858d772697c2 (patch) | |
tree | 4bfdfd01004885994babb60bbbc2cc466c294c5a /data/string_util.inc | |
parent | ebf4c5ca76fc2c05443361a7ca633a897a4a76d7 (diff) |
begin splitting data2
Diffstat (limited to 'data/string_util.inc')
-rw-r--r-- | data/string_util.inc | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/data/string_util.inc b/data/string_util.inc deleted file mode 100644 index be783d2c0..000000000 --- a/data/string_util.inc +++ /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 |