diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-18 16:23:57 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-11-20 15:04:00 +0800 |
commit | f4ef62bb4134498a4b4a9c4d61b99bda24c98680 (patch) | |
tree | bb184e0d7efe635414d277c9f442d844fd5468b4 /asm/sprite.s | |
parent | 961ab7ccaf4d175189cd42fcddca1336f3d91bad (diff) |
Renamed primary heap variables and partial cleanup m4a.s
Diffstat (limited to 'asm/sprite.s')
-rw-r--r-- | asm/sprite.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/sprite.s b/asm/sprite.s index 5081f37..06d87f0 100644 --- a/asm/sprite.s +++ b/asm/sprite.s @@ -5,17 +5,6 @@ .text - thumb_func_start InitSprites -InitSprites: - push {lr} - movs r0, 0x1 - bl sub_8004D8C - movs r0, 0 - bl SetSavingIconCoords - pop {r0} - bx r0 - thumb_func_end InitSprites - thumb_func_start sub_8004D8C sub_8004D8C: push {r4,r5,lr} |