diff options
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: |