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/math_util.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/math_util.s')
-rw-r--r-- | asm/math_util.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/math_util.s b/asm/math_util.s index 249a4508d..fc245ab7f 100644 --- a/asm/math_util.s +++ b/asm/math_util.s @@ -5,8 +5,8 @@ .text - thumb_func_start .gcc2_compiled._3 -.gcc2_compiled._3: @ 80D8AA0 + thumb_func_start sub_80D8AA0 +sub_80D8AA0: @ 80D8AA0 push {lr} lsls r0, 16 asrs r0, 16 @@ -22,7 +22,7 @@ _080D8AB4: asrs r0, 16 pop {r1} bx r1 - thumb_func_end .gcc2_compiled._3 + thumb_func_end sub_80D8AA0 thumb_func_start sub_80D8ABC sub_80D8ABC: @ 80D8ABC |