diff options
author | YamaArashi <shadow962@live.com> | 2017-01-14 15:17:51 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-14 15:17:51 -0800 |
commit | 53935efc64b9945e49dc932917dc179bdbe58631 (patch) | |
tree | 5e63391f05d7bef331c155429495723935004b1b /data/string_util.s | |
parent | 12681346688870e71b1a33dae7e52f9e1302080f (diff) |
mostly finish string_util.c
Diffstat (limited to 'data/string_util.s')
-rw-r--r-- | data/string_util.s | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/data/string_util.s b/data/string_util.s deleted file mode 100644 index 69c4c19bf..000000000 --- a/data/string_util.s +++ /dev/null @@ -1,70 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -sDigits:: @ 82EC7D4 - .string "0123456789ABCDEF" - - .align 2 -sPowersOfTen:: @ 82EC7E4 - .4byte 1 - .4byte 10 - .4byte 100 - .4byte 1000 - .4byte 10000 - .4byte 100000 - .4byte 1000000 - .4byte 10000000 - .4byte 100000000 - .4byte 1000000000 - -sSetBrailleFont:: @ 82EC80C - .incbin "baserom.gba", 0x2ec80c, 0x4 - -sGotoLine2:: @ 82EC810 - .incbin "baserom.gba", 0x2ec810, 0x8 - - .align 2 -sExpandPlaceholderFuncs:: @ 82EC818 - .4byte ExpandPlaceholder_UnknownStringVar - .4byte ExpandPlaceholder_PlayerName - .4byte ExpandPlaceholder_StringVar1 - .4byte ExpandPlaceholder_StringVar2 - .4byte ExpandPlaceholder_StringVar3 - .4byte ExpandPlaceholder_KunChan - .4byte ExpandPlaceholder_RivalName - .4byte ExpandPlaceholder_Version - .4byte ExpandPlaceholder_Aqua - .4byte ExpandPlaceholder_Magma - .4byte ExpandPlaceholder_Archie - .4byte ExpandPlaceholder_Maxie - .4byte ExpandPlaceholder_Kyogre - .4byte ExpandPlaceholder_Groudon - -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 |