diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 02:41:13 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 02:41:13 -0800 |
commit | b5d877603b9d9ef0d1964aceb1430fe6a540f1c5 (patch) | |
tree | d8579e53ef26f0824e8caf93bb9fed1b24ca24b6 /asm/math_util.s | |
parent | 670fef77ac4d9116d5fdc28c0da40622919a062b (diff) |
import function names from pokeemerald
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 fc245ab7f..249a4508d 100644 --- a/asm/math_util.s +++ b/asm/math_util.s @@ -5,8 +5,8 @@ .text - thumb_func_start sub_80D8AA0 -sub_80D8AA0: @ 80D8AA0 + thumb_func_start .gcc2_compiled._3 +.gcc2_compiled._3: @ 80D8AA0 push {lr} lsls r0, 16 asrs r0, 16 @@ -22,7 +22,7 @@ _080D8AB4: asrs r0, 16 pop {r1} bx r1 - thumb_func_end sub_80D8AA0 + thumb_func_end .gcc2_compiled._3 thumb_func_start sub_80D8ABC sub_80D8ABC: @ 80D8ABC |