diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-01 22:29:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-01 22:29:13 +0200 |
commit | cb12aaec65481a352df0d44790130b8636528d6b (patch) | |
tree | 9e5b2b2bf84b831e1f995dc7ed637484cdf79a1e /asm/util.s | |
parent | 0989222de34c4915aca47dc332a56d9150ea25e7 (diff) |
git commit -m "label sprite for real this time"
git commit -m
Diffstat (limited to 'asm/util.s')
-rw-r--r-- | asm/util.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/util.s b/asm/util.s index e66a6a3c7..73342f136 100644 --- a/asm/util.s +++ b/asm/util.s @@ -13,7 +13,7 @@ CreateInvisibleSpriteWithCallback: @ 806F640 movs r1, 0xF8 movs r2, 0xA8 movs r3, 0xE - bl AddObjectToFront + bl CreateSprite lsls r0, 24 lsrs r0, 24 ldr r5, =gSprites |