diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:12:04 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:12:04 -0800 |
commit | 3ff48ec8c890d95c5fbc467896414a018bf523ad (patch) | |
tree | 3ca566fb4c60545bbd36c2851b00d8b644f612ba /asm/blit.s | |
parent | ae3ef7fec619413ae6a997f0dca4cb08fbd8e8c1 (diff) |
import pokeemerald names again
Diffstat (limited to 'asm/blit.s')
-rw-r--r-- | asm/blit.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/asm/blit.s b/asm/blit.s index 483d05321..84b56fd67 100644 --- a/asm/blit.s +++ b/asm/blit.s @@ -402,8 +402,8 @@ _08004D30: bx r0 thumb_func_end FillBitmapRect4Bit - thumb_func_start sub_8004D40 -sub_8004D40: @ 8004D40 + thumb_func_start BlitBitmapRect4BitTo8Bit +BlitBitmapRect4BitTo8Bit: @ 8004D40 push {r4-r7,lr} mov r7, r10 mov r6, r9 @@ -716,10 +716,10 @@ _08004F7E: pop {r4-r7} pop {r0} bx r0 - thumb_func_end sub_8004D40 + thumb_func_end BlitBitmapRect4BitTo8Bit - thumb_func_start sub_8004F90 -sub_8004F90: @ 8004F90 + thumb_func_start FillBitmapRect8Bit +FillBitmapRect8Bit: @ 8004F90 push {r4-r7,lr} mov r7, r10 mov r6, r9 @@ -808,6 +808,6 @@ _08005024: pop {r4-r7} pop {r0} bx r0 - thumb_func_end sub_8004F90 + thumb_func_end FillBitmapRect8Bit .align 2, 0 @ Don't pad with nop. |