diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 20:53:26 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 20:53:26 -0800 |
commit | 2db97dde84bf4f0df87054cf45d813e9071f3760 (patch) | |
tree | f3fb4a2e0a09c860a0403c924b8e35739576b0dd /asm/sprite.s | |
parent | 898824cb67e9de052fb90e767cfa1a4965db7849 (diff) |
label functions
Diffstat (limited to 'asm/sprite.s')
-rw-r--r-- | asm/sprite.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/sprite.s b/asm/sprite.s index 1462afb..5081f37 100644 --- a/asm/sprite.s +++ b/asm/sprite.s @@ -5,8 +5,8 @@ .text - thumb_func_start sub_8004D78 -sub_8004D78: + thumb_func_start InitSprites +InitSprites: push {lr} movs r0, 0x1 bl sub_8004D8C @@ -14,7 +14,7 @@ sub_8004D78: bl SetSavingIconCoords pop {r0} bx r0 - thumb_func_end sub_8004D78 + thumb_func_end InitSprites thumb_func_start sub_8004D8C sub_8004D8C: |