From f4ef62bb4134498a4b4a9c4d61b99bda24c98680 Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Sun, 18 Nov 2018 16:23:57 +0800 Subject: Renamed primary heap variables and partial cleanup m4a.s --- asm/sprite.s | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'asm/sprite.s') 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} -- cgit v1.2.3