diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
commit | 3ddda066d91cbbd377584acacaea62a9deba8873 (patch) | |
tree | 4af711b5daff8a50548f1df28f3981024cb9be8e /asm/string_util.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/string_util.s')
-rw-r--r-- | asm/string_util.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/string_util.s b/asm/string_util.s index d8c42415b..9575f3977 100644 --- a/asm/string_util.s +++ b/asm/string_util.s @@ -259,8 +259,8 @@ _08008E72: bx r1 thumb_func_end StringCompareN - thumb_func_start sub_8008E78 -sub_8008E78: @ 8008E78 + thumb_func_start ConvertIntToDecimalStringN +ConvertIntToDecimalStringN: @ 8008E78 push {r4-r7,lr} mov r7, r8 push {r7} @@ -348,7 +348,7 @@ _08008F08: pop {r4-r7} pop {r1} bx r1 - thumb_func_end sub_8008E78 + thumb_func_end ConvertIntToDecimalStringN thumb_func_start sub_8008F18 sub_8008F18: @ 8008F18 |